Pinned Repositories
algorithms_and_data_structures
180+ Algorithm & Data Structure Problems using C++
Build-OS-From-Scratch
Create a UNIX-like OS from scratch in C/C++ using book:http://samypesse.github.io/How-to-Make-a-Computer-Operating-System/
exploring-rust
Exploring language rust through official documents and "rust by example"
gameboy_emulator
A gameboy emulator built with modern c++
ml
A 60 days+ streak of daily learning of ML/DL/Maths concepts through projects
modern-cpp-concepts
A repository containing C++11/14/17 concepts and code snippets
PMPP_notes
Notes and code for Programming Massively Parallel Processors
rusty_chip8
A fun chip8 interpreter built in Rust for fun!
short-fun-projects
Hangman, Matrix Screen..etc
theElecticNemo
A C++ SDL game project, developed using core concepts of C++ inheritance and SDL. Developed individually as class project, however most of the features are added later to improve game and is framework- http://www.youtube.com/watch?v=hsAgmI-uQsk
mandliya's Repositories
mandliya/algorithms_and_data_structures
180+ Algorithm & Data Structure Problems using C++
mandliya/modern-cpp-concepts
A repository containing C++11/14/17 concepts and code snippets
mandliya/ml
A 60 days+ streak of daily learning of ML/DL/Maths concepts through projects
mandliya/gameboy_emulator
A gameboy emulator built with modern c++
mandliya/PMPP_notes
Notes and code for Programming Massively Parallel Processors
mandliya/exploring-rust
Exploring language rust through official documents and "rust by example"
mandliya/go_journey
My journey of learning go language.
mandliya/docker-for-data-science-tutorial
Materials for "Docker for Data Science" tutorial presented at PyCon 2018 in Cleveland, OH
mandliya/data-science-from-scratch
code for Data Science From Scratch book
mandliya/pythia_updated
mandliya/cli-gtd
A toy "Get Things Done" todo manager
mandliya/course
The Hugging Face course on Transformers
mandliya/dailyLearning
Daily learning notes!
mandliya/gophercise-1-quiz-game
A simple quiz game to learn Go. This uses channels, csv reader, command line arguments etc.
mandliya/learning-log
mandliya/mandliya.github.io.back
Personal Website Code
mandliya/models
Merlin Models is a collection of deep learning recommender system model reference implementations
mandliya/PythonDataScienceHandbook
Python Data Science Handbook: full text in Jupyter Notebooks
mandliya/recommenders
Best Practices on Recommendation Systems
mandliya/roam-research-themes
mandliya/roamjs-asana
Bidirectional Asana Roam Integration
mandliya/rusty_chip8
A fun chip8 interpreter built in Rust for fun!
mandliya/TelethonBot
Simple base for a telethon bot!
mandliya/tfx-bsl
Common code for TFX
mandliya/urlshort
Gophercise 2 : A simple toy URL shortner built to learn go.
mandliya/textvqa
Answering and reasoning questions from text in images.
mandliya/mandliya
mandliya/mandliya.github.io
Daily Applied ML Learning Experiment
mandliya/recsys_interpretability
General exploration of interpretability methods for RecSys
mandliya/rl
Implementation of RL algorithms and projects for fun