iswarup's Stars
TheAlgorithms/Python
All Algorithms implemented in Python
microsoft/ML-For-Beginners
12 weeks, 26 lessons, 52 quizzes, classic Machine Learning for all
labmlai/annotated_deep_learning_paper_implementations
🧑🏫 60+ Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
aymericdamien/TensorFlow-Examples
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
GokuMohandas/Made-With-ML
Learn how to design, develop, deploy and iterate on production-grade ML applications.
satwikkansal/wtfpython
What the f*ck Python? 😱
donnemartin/data-science-ipython-notebooks
Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.
terryum/awesome-deep-learning-papers
The most cited deep learning papers
ChristosChristofidis/awesome-deep-learning
A curated list of awesome Deep Learning tutorials, projects and communities.
jbhuang0604/awesome-computer-vision
A curated list of awesome computer vision resources
dennybritz/reinforcement-learning
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
aleju/imgaug
Image augmentation for machine learning experiments.
vdumoulin/conv_arithmetic
A technical report on convolution arithmetic in the context of deep learning
google-deepmind/alphafold
Open source code for AlphaFold 2.
kmario23/deep-learning-drizzle
Drench yourself in Deep Learning, Reinforcement Learning, Machine Learning, Computer Vision, and NLP by learning from these exciting lectures!!
mjhea0/awesome-fastapi
A curated list of awesome things related to FastAPI
xuebinqin/U-2-Net
The code for our newly accepted paper in Pattern Recognition 2020: "U^2-Net: Going Deeper with Nested U-Structure for Salient Object Detection."
karpathy/arxiv-sanity-preserver
Web interface for browsing, search and filtering recent arxiv submissions
Baekalfen/PyBoy
Game Boy emulator written in Python
AakashKumarNain/annotated_research_papers
This repo contains annotated research papers that I found really good and useful
AllenDowney/ThinkPython2
LaTeX source and supporting code for Think Python, 2nd edition, by Allen Downey.
weijie-chen/Linear-Algebra-With-Python
Lecture Notes for Linear Algebra Featuring Python. This series of lecture notes will walk you through all the must-know concepts that set the foundation of data science or advanced quantitative skillsets. Suitable for statistician/econometrician, quantitative analysts, data scientists and etc. to quickly refresh the linear algebra with the assistance of Python computation and visualization.
louisfb01/Best_AI_paper_2020
A curated list of the latest breakthroughs in AI by release date with a clear video explanation, link to a more in-depth article, and code
brandon-rhodes/pycon-pandas-tutorial
PyCon 2015 Pandas tutorial materials
gvanrossum/patma
Pattern Matching
microsoft/PythonProgrammingPuzzles
A Dataset of Python Challenges for AI Research
Machine-Learning-Tokyo/DL-workshop-series
Material used for Deep Learning related workshops for Machine Learning Tokyo (MLT)
Sentdex/GANTheftAuto
elegant-scipy/elegant-scipy
1st Edition of Elegant SciPy (O'Reilly Publishers)
shreyas-bk/Personal_Face_Mask_Detection_V3
Determines whether a specific user is wearing a face mask or not using a 2-factor approach written in Python with TensorFlow and OpenCV modules. Includes a Google Colab notebook tutorial and code for real-time detection using OpenCV.