All Projects → prakhar21 → 50 Days Of Ml

prakhar21 / 50 Days Of Ml

A day to day plan for this challenge (50 Days of Machine Learning) . Covers both theoretical and practical aspects

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to 50 Days Of Ml

Pycon 2019 Tutorial
Data Science Best Practices with pandas
Stars: ✭ 410 (+88.07%)
Mutual labels:  jupyter-notebook, pandas, tutorial
Trump Lies
Tutorial: Web scraping in Python with Beautiful Soup
Stars: ✭ 201 (-7.8%)
Mutual labels:  jupyter-notebook, pandas, tutorial
Functional intro to python
[tutorial]A functional, Data Science focused introduction to Python
Stars: ✭ 228 (+4.59%)
Mutual labels:  jupyter-notebook, pandas, tutorial
Pandas exercises
Practice your pandas skills!
Stars: ✭ 7,140 (+3175.23%)
Mutual labels:  jupyter-notebook, pandas, tutorial
Python Introducing Pandas
Introduction to pandas Treehouse course
Stars: ✭ 24 (-88.99%)
Mutual labels:  jupyter-notebook, pandas, tutorial
Learnpythonforresearch
This repository provides everything you need to get started with Python for (social science) research.
Stars: ✭ 163 (-25.23%)
Mutual labels:  jupyter-notebook, pandas, tutorial
Pandas Videos
Jupyter notebook and datasets from the pandas Q&A video series
Stars: ✭ 1,716 (+687.16%)
Mutual labels:  jupyter-notebook, pandas, tutorial
Andrew Ng Notes
This is Andrew NG Coursera Handwritten Notes.
Stars: ✭ 180 (-17.43%)
Mutual labels:  jupyter-notebook, pandas, deep-neural-networks
Traffic Sign Detection
Traffic Sign Detection. Code for the paper entitled "Evaluation of deep neural networks for traffic sign detection systems".
Stars: ✭ 200 (-8.26%)
Mutual labels:  jupyter-notebook, deep-neural-networks
Joyful Pandas
pandas中文教程
Stars: ✭ 2,788 (+1178.9%)
Mutual labels:  jupyter-notebook, pandas
Bayesian Modelling In Python
A python tutorial on bayesian modeling techniques (PyMC3)
Stars: ✭ 2,332 (+969.72%)
Mutual labels:  jupyter-notebook, tutorial
Pytorch Geometric Yoochoose
This is a tutorial for PyTorch Geometric on the YooChoose dataset
Stars: ✭ 198 (-9.17%)
Mutual labels:  jupyter-notebook, deep-neural-networks
Tutorials
AI-related tutorials. Access any of them for free → https://towardsai.net/editorial
Stars: ✭ 204 (-6.42%)
Mutual labels:  jupyter-notebook, tutorial
Tensorflow Deep Learning
All course materials for the Zero to Mastery Deep Learning with TensorFlow course.
Stars: ✭ 170 (-22.02%)
Mutual labels:  jupyter-notebook, deep-neural-networks
Data Science Projects With Python
A Case Study Approach to Successful Data Science Projects Using Python, Pandas, and Scikit-Learn
Stars: ✭ 198 (-9.17%)
Mutual labels:  jupyter-notebook, pandas
Learnopencv
Learn OpenCV : C++ and Python Examples
Stars: ✭ 15,385 (+6957.34%)
Mutual labels:  jupyter-notebook, deep-neural-networks
Imodels
Interpretable ML package 🔍 for concise, transparent, and accurate predictive modeling (sklearn-compatible).
Stars: ✭ 194 (-11.01%)
Mutual labels:  jupyter-notebook, tutorial
Tsne Umap Embedding Visualisation
A Simple and easy to use way to Visualise Embeddings!
Stars: ✭ 203 (-6.88%)
Mutual labels:  tutorial, deep-neural-networks
Rl Tutorial Jnrr19
Stable-Baselines tutorial for Journées Nationales de la Recherche en Robotique 2019
Stars: ✭ 204 (-6.42%)
Mutual labels:  jupyter-notebook, tutorial
Windrose
A Python Matplotlib, Numpy library to manage wind data, draw windrose (also known as a polar rose plot), draw probability density function and fit Weibull distribution
Stars: ✭ 208 (-4.59%)
Mutual labels:  jupyter-notebook, pandas

50-Days-of-ML

A day to day plan for this challenge. Covers both theoritical and practical aspects.

I have build Docker Image with all the required dependencies till Day 21. Feel free to use it by pulling it using -> docker pull prakhar21/ml-utilities

Please see Deep Work which compliments our challenge and increases productivity. You can follow me on @Medium for interesting blog articles.

Day-1 (31st July, 2018)

Day-2 (1st August, 2018)

Day-3 (2nd August, 2018)

Day-4 (3rd August, 2018)

Day-5 (4th August, 2018)

Day-6 (5th August, 2018)

Day-7 (6th August, 2018)

Day-8 (7th August, 2018)

Day-9 (8th August, 2018)

Day-10 (9th August, 2018)

Day-11 (10th August, 2018)

Day-12 (11th August, 2018)

Day-13 (12th August, 2018)

Day-14 (13th August, 2018)

Day-15 (14th August, 2018)

Day-16 (15th August, 2018)

Day-17 (16th August, 2018)

Day-18 (20th August, 2018)

Day-19 (21st August, 2018)

Day-20 (22nd August, 2018)

Day-21 (23rd August, 2018)

  • See all videos under C2W2
  • Implement saving/loading of ML models
  • Write Dockerfile

Day-22 (24th August, 2018)

Day-23 (25th August, 2018)

  • Read Chapter 6 (till 6.1.2) from the book Mining Massive Datasets
  • Read/Practice Day-26

Day-24 (26th August, 2018)

  • Read Chapter 6 (till 6.1) from the book Mining Massive Datasets

Day-25 (27th August, 2018)

Day-26 (28th August, 2018)

Day-27 (29th August, 2018)

  • Read about article on RL 1, 2, 3, 4
  • Implement randomised cartpole balancer

Day-28 (30th August, 2018)

  • Read paper
  • Implement neural network in PyTorch
  • PyTorch + TensorBoard
  • Update Docker File/Image

Day-29 (31st August, 2018)

Day-30 (1st September, 2018)

Day-31 (3rd September, 2018)

  • Implement Cartpole using Cross Entropy method

Day-32 (4th September, 2018)

Day-33 (5th September, 2018)

Day-34 (6th September, 2018)

Day-35 (7th September, 2018)

  • Implement Q-Learning

Day-36 (10th September, 2018)

Day-37 (11th September, 2018)

Day-38 (12th September, 2018)

Day-39 (13th September, 2018)

  • Read about Agglomerative Clustering

Day-40 (14th September, 2018)

  • Read about Deep-Q-Networks and understand epsilon-greedy, replay buffer and target network in the same context.
  • See 7, 8 from Statistics - Khan Academy

Day-41 (15th September, 2018)

Day-42 (17th September, 2018)

Day-43 (18th September, 2018)

Day-44 (19th September, 2018)

Day-45 (20th Spetember, 2018)

Day-46 (21st September, 2018)

Day-47 (22nd Spetember, 2018)

Day-48 (22nd Spetember, 2018)

Day-49 (23rd September, 2018)

Day-50 (24th Spetember, 2018)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].