devAmoghS
Lover of all things AI and opensource. Coding computers that can see stuff for humans™. Building MachineLearningWithPython
EYBangalore, India
Pinned Repositories
covid19-india-impact-dashboard
Website: http://covid19dashboard.pythonanywhere.com/
cracking-the-data-science-interview
A Collection of Cheatsheets, Books, Questions, and Portfolio For DS/ML Interview Prep
deep-learning-with-python
Examples and Exercises from Deep Learning with Python - Francis Chollet
Keras-Style-Transfer
An implementation of "A Neural Algorithm of Artistic Style" in Keras
LLM-Evals-Master
This repo serves as a master guide to explore various facets of LLM evaluations
machine-learning-for-hackers
Exercises and solutions for Machine Learning for Hackers by Drew Conway & John Myles White
Machine-Learning-with-Python
Small scale machine learning projects to understand the core concepts . Give a Star 🌟If it helps you. BONUS: Interview Bank coming up..!
ML-Study-Plan
Python-Interview-Problems-for-Practice
120+ Common code and interview problems solved in Python **(it's GROWING...)** Give a Star 🌟If it helps you. Please go through the README.md before starting.
Telemarketing-Prediction-for-Banking
This is an independent data science notebook where we want to predict and improve whether a customer will buy a term loan or not
devAmoghS's Repositories
devAmoghS/Machine-Learning-with-Python
Small scale machine learning projects to understand the core concepts . Give a Star 🌟If it helps you. BONUS: Interview Bank coming up..!
devAmoghS/Python-Interview-Problems-for-Practice
120+ Common code and interview problems solved in Python **(it's GROWING...)** Give a Star 🌟If it helps you. Please go through the README.md before starting.
devAmoghS/Keras-Style-Transfer
An implementation of "A Neural Algorithm of Artistic Style" in Keras
devAmoghS/Telemarketing-Prediction-for-Banking
This is an independent data science notebook where we want to predict and improve whether a customer will buy a term loan or not
devAmoghS/ML-Study-Plan
devAmoghS/machine-learning-interview-enlightener
This repo is meant to serve as a guide for Machine Learning/AI technical interviews.
devAmoghS/Awesome-Math-Learning
📜 Collection of the most awesome Math learning resources in the form of notes, videos and cheatsheets.
devAmoghS/devAmoghS.github.io
Github Pages
devAmoghS/machine-learning-interview
Machine Learning Interviews from FAANG, Snapchat, LinkedIn. I have offers from Snapchat, Coupang, Stitchfix etc. Blog: mlengineer.io.
devAmoghS/machine-learning-systems-design
A booklet on machine learning systems design with exercises: https://huyenchip.com/machine-learning-systems-design/toc.html
devAmoghS/awesome-deep-vision
A curated list of deep learning resources for computer vision
devAmoghS/CRUD-using-ROR
A basic CRUD interface using React on Rails, can be extended as a template. Feel free to raise an issue if you can make it better
devAmoghS/deploying-machine-learning-models
Code for the online course "Deployment of Machine Learning Models"
devAmoghS/LLM-Evals-Master
This repo serves as a master guide to explore various facets of LLM evaluations
devAmoghS/awesome-full-stack-machine-courses
Curated list of publicly accessible machine learning engineering courses from CalTech, Columbia, Berkeley, MIT, and Stanford.
devAmoghS/darknet
YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
devAmoghS/devamoghs
Github Profile Readme
devAmoghS/DL-Assignment-1
devAmoghS/explore
Community-curated topic and collection pages on GitHub
devAmoghS/hmm-pos-tagging-viterbi
Assignment for NLP
devAmoghS/image-captioning-network
An encoder-decoder network to perform image captioning built using VGG16 and LSTMs. Data used for training is 8000 Flickr and 24k image captions
devAmoghS/LLM101n
LLM101n: Let's build a Storyteller
devAmoghS/log-analytics-docker
devAmoghS/openai-cookbook
Examples and guides for using the OpenAI API
devAmoghS/PytorchTabularModel
A generic blueprint to perform Regression and Classification using Pytorch 🔥. Highly flexible
devAmoghS/SiddhantSadangi
devAmoghS/spark-multi-nodes-docker
Spark cluster setup on Docker
devAmoghS/sudiptob2
my github profile
devAmoghS/test-docker-auto
Testing an auto build for Docker
devAmoghS/vanilla-LSTM-Odd-Parity
A Vanilla LSTM network for checking the odd parity of a time sequence. The length of sequence and training data can be changed dynamically