ashwin6-dev's Stars
ashwin6-dev/grad-pp
Automatic differentiation in C++
ashwin6-dev/load-balancer
HTTP Load Balancer written in C++
Jeevan-kumar-Raj/Grokking-System-Design
Systems design is the process of defining the architecture, modules, interfaces, and data for a system to satisfy specified requirements. Systems design could be seen as the application of systems theory to product development.
ryansong612/edtech_24
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/tube-planner
Finds the quickest route between two tube stations and visualises it using SVG graphics
ashwin6-dev/ipl-match-model
Simulates cricket matches using ML models
ashwin6-dev/language-interpreter
An interpreter for my own programming language
ashwin6-dev/advent-of-code-2023
My solutions to advent of code 2023
ashwin6-dev/2048-AI
AI to play the game 2048
xtekky/gpt4free
The official gpt4free repository | various collection of powerful language models
ashwin6-dev/ashwins-code
Config files for my GitHub profile.
ashwin6-dev/Tensorflow-DQN-Agent
DQN implemented in Tensorflow. Can be used to solve Gym environments with a discrete action space.
ashwin6-dev/Deep-Learning-Search-Engine
Uses Transformers and ANNOY to return Wikipedia pages for a search query
ashwin6-dev/Genetic-Algorithm
ashwin6-dev/Chilli-Programming-Language
Chilli is a dynamically-typed, interpreted, scripting programming language written in C++.
anuraghazra/github-readme-stats
:zap: Dynamically generated stats for your github readmes
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/New-Years-Fireworks
Interactive fireworks with New Year's countdown made with p5.js!
ashwin6-dev/Tensorflow-Lyrics-Generator
Simple Tensorflow Lyrics Generator (trained from 7 Metallica songs) using LSTMs
SidS12345/football-stats
ashwin6-dev/calculator-js
glesyuk/AstroBot
Custom discord bot for Spacehub: https://discord.gg/BjJAUQ6B9E
nicolewhite/algebra.js
Build, display, and solve algebraic equations.
notgiven688/jitterphysics
A cross-platform, realtime physics engine for all .NET apps.
ashwin6-dev/machine-learning-algorithms
A collection of machine learning algorithms written in Python
nodejs/node
Node.js JavaScript runtime ✨🐢🚀✨
socketio/socket.io
Realtime application framework (Node.JS server)
ashwin6-dev/leetcode-solutions
A collection of python leetcode solutions with explanations
ashwin6-dev/neural-network-library
Neural Network library made with numpy