Giter Site home page Giter Site logo

Hello!

My name is Sina Hazeghi and I am an undergraduate student at Rutgers New Brunswick majoring in Math and Computer Science. My primary interests are machine learning, software development, and artificial intelligence. Contact me at [email protected]

Below you'll find summaries and highlights of my current repositories:


Academic Projects

Computer Architecture Projects

Project 1:

  • Implement ordered link lists and stacks and queues in pa1/second and pa1/third respectively
  • Under pa1/fifth you will find a Matrix Determinant calculator that works for n x n square matrices using dynamically allocated 2D arrays

Project 2:

  • In pa2/third and pa2/fourth I implement BFS and DFS traversal algorithms respectively
  • Under pa2/fifth I find the shortest path from a source vertex to all other vertices in a graph using Single Source Shortest Path Algorithm along with a topsorting algorithm to identify whether a graph is directed and acyclic
  • pa2/sixth solves the shortest path problem for undirected graphs using Djikstra's algorithm
  • pa2/ninth and tenth convert decimals to IEEE-754 FP format and back respectively (with a variable number of mantissa and exponent bits)

Project 4:

  • In this project I simulate write-allocate and write through caches that can work with both an lru and fifo replacement policy.
  • In pa4/first I implement an L1 cache and in pa4/second I implement the L1 and L2 caches in an exclusive hierarchy, meaning that L1 and L2 do not share the same cache blocks.

Sina Hazeghi's Projects

cache-simulator icon cache-simulator

Multiple levels of caches simulated in C with various associativities and policies supported

computer-architecture-projects icon computer-architecture-projects

This is a collection of Computer Architecture Projects that I have completed along with their descriptions, test cases, and an autograder to judge the codes' performance.

dag-sssp icon dag-sssp

Implementing SSSP algorithm from scratch in C

nn-matrix-library icon nn-matrix-library

A simple library for creating a perceptron and doing matrix operations in javascript

robotics-1 icon robotics-1

Project 1 for computational robotics. Writeup is here: https://rutgers.instructure.com/courses/237358/assignments/2785284

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.