Pinned Repositories
2048-AI
AI to play the game 2048
Chilli-Programming-Language
Chilli is a dynamically-typed, interpreted, scripting programming language written in C++.
Deep-Learning-Search-Engine
Uses Transformers and ANNOY to return Wikipedia pages for a search query
grad-pp
Automatic differentiation in C++
jitgrad
Autograd library with JIT compilation written in C++
language-interpreter
An interpreter for my own programming language
leetcode-solutions
A collection of python leetcode solutions with explanations
New-Years-Fireworks
Interactive fireworks with New Year's countdown made with p5.js!
pictionary-socket.io
Pictionary with socket.io
Zen-Deep-Learning-Library
Deep Learning library written in Python. Contains code for my blog series on building a deep learning library.
ashwin6-dev's Repositories
ashwin6-dev/New-Years-Fireworks
Interactive fireworks with New Year's countdown made with p5.js!
ashwin6-dev/jitgrad
Autograd library with JIT compilation written in C++
ashwin6-dev/Zen-Deep-Learning-Library
Deep Learning library written in Python. Contains code for my blog series on building a deep learning library.
ashwin6-dev/Chilli-Programming-Language
Chilli is a dynamically-typed, interpreted, scripting programming language written in C++.
ashwin6-dev/Deep-Learning-Search-Engine
Uses Transformers and ANNOY to return Wikipedia pages for a search query
ashwin6-dev/leetcode-solutions
A collection of python leetcode solutions with explanations
ashwin6-dev/pictionary-socket.io
Pictionary with socket.io
ashwin6-dev/Tensorflow-Lyrics-Generator
Simple Tensorflow Lyrics Generator (trained from 7 Metallica songs) using LSTMs
ashwin6-dev/2048-AI
AI to play the game 2048
ashwin6-dev/advent-of-code-2023
My solutions to advent of code 2023
ashwin6-dev/ashwins-code
Config files for my GitHub profile.
ashwin6-dev/calculator-js
ashwin6-dev/Genetic-Algorithm
ashwin6-dev/grad-pp
Automatic differentiation in C++
ashwin6-dev/ipl-match-model
Simulates cricket matches using ML models
ashwin6-dev/jump-p5js-game
A game made using p5.js library
ashwin6-dev/language-interpreter
An interpreter for my own programming language
ashwin6-dev/linear-algebra-library
Linear Algebra library implementing the concepts taught in the 1st year Linear Algebra course of my university (Imperial College London)
ashwin6-dev/load-balancer
HTTP Load Balancer written in C++
ashwin6-dev/machine-learning-algorithms
A collection of machine learning algorithms written in Python
ashwin6-dev/neural-network-library
Neural Network library made with numpy
ashwin6-dev/Tensorflow-DQN-Agent
DQN implemented in Tensorflow. Can be used to solve Gym environments with a discrete action space.
ashwin6-dev/tube-planner
Finds the quickest route between two tube stations and visualises it using SVG graphics
ashwin6-dev/ashwin6-dev
ashwin6-dev/IBM-Data-Science-Capstone
Github repo for final assignment of the IBM Data Science course
ashwin6-dev/pathfinding-visualiser