All Projects → utsavk28 → ML-DS-Guide

utsavk28 / ML-DS-Guide

Licence: MIT license
Complied Resources for learning Machine Learning & Data Science

Projects that are alternatives of or similar to ML-DS-Guide

Boostaroota
A fast xgboost feature selection algorithm
Stars: ✭ 165 (+292.86%)
Mutual labels:  datascience
Morpheus Core
The foundational library of the Morpheus data science framework
Stars: ✭ 203 (+383.33%)
Mutual labels:  datascience
Datacamp Python Data Science Track
All the slides, accompanying code and exercises all stored in this repo. 🎈
Stars: ✭ 250 (+495.24%)
Mutual labels:  datascience
100 Days Of Ml Code
A day to day plan for this challenge. Covers both theoritical and practical aspects
Stars: ✭ 172 (+309.52%)
Mutual labels:  datascience
Climate Change Data
🌍 A curated list of APIs, open data and ML/AI projects on climate change
Stars: ✭ 195 (+364.29%)
Mutual labels:  datascience
My Awesome Ai Bookmarks
Curated list of my reads, implementations and core concepts of Artificial Intelligence, Deep Learning, Machine Learning by best folk in the world.
Stars: ✭ 223 (+430.95%)
Mutual labels:  datascience
Anaconda Project
Tool for encapsulating, running, and reproducing data science projects
Stars: ✭ 153 (+264.29%)
Mutual labels:  datascience
R-Learning-Journey
Some of the projects i made when starting to learn R for Data Science at the university
Stars: ✭ 19 (-54.76%)
Mutual labels:  datascience
Tech.ml.dataset
A Clojure high performance data processing system
Stars: ✭ 205 (+388.1%)
Mutual labels:  datascience
Salarios Magistrados
Baixa as planilhas de salários de magistrados, extrai os contracheques, limpa e exporta pra CSV
Stars: ✭ 248 (+490.48%)
Mutual labels:  datascience
Ocaml Jupyter
An OCaml kernel for Jupyter (IPython) notebook
Stars: ✭ 177 (+321.43%)
Mutual labels:  datascience
Emotion Classification From Audio Files
Understanding emotions from audio files using neural networks and multiple datasets.
Stars: ✭ 189 (+350%)
Mutual labels:  datascience
Vscode Jupyter
VS Code Jupyter extension
Stars: ✭ 216 (+414.29%)
Mutual labels:  datascience
Data Science Resources
👨🏽‍🏫You can learn about what data science is and why it's important in today's modern world. Are you interested in data science?🔋
Stars: ✭ 171 (+307.14%)
Mutual labels:  datascience
ml-book
Codice sorgente ed Errata Corrige del mio libro "A tu per tu col Machine Learning"
Stars: ✭ 16 (-61.9%)
Mutual labels:  datascience
Wikipedia Mirror
🌐 Guide and tools to run a full offline mirror of Wikipedia.org with three different approaches: Nginx caching proxy, Kimix + ZIM dump, and MediaWiki/XOWA + XML dump
Stars: ✭ 160 (+280.95%)
Mutual labels:  datascience
Melusine
Melusine is a high-level library for emails classification and feature extraction "dédiée aux courriels français".
Stars: ✭ 222 (+428.57%)
Mutual labels:  datascience
schrutepy
The Entire Transcript from the Office in Tidy Format
Stars: ✭ 22 (-47.62%)
Mutual labels:  datascience
Data-Science
Using Kaggle Data and Real World Data for Data Science and prediction in Python, R, Excel, Power BI, and Tableau.
Stars: ✭ 15 (-64.29%)
Mutual labels:  datascience
Datascience
Curated list of Python resources for data science.
Stars: ✭ 3,051 (+7164.29%)
Mutual labels:  datascience

ML & DS Guide

Complied Resources for learning Machine Learning & Data Science

This list is continuously updated - And if you have some good suggestions or resources to share, create pull request and contribute.

Table of Contents

Guide

Maths

Main Topics & Detailed Syllabus :

Data Science Libs

Major/Imp Libs are Numpy, Pandas, Matplotlib, Seaborn,

Mini Project #1

Data Analysis Using Data Science Libraries

Machine Learning Beginner Courses

Take Up few Beginner Courses to learn about the fundamentals of ML Models, ML Algorithms, Data Processing Technique, Model Evaluation etc .

Mini Projects #2

  • Regression :
    • Boston House Price Prediction
  • Classification :
    • Iris Classification
    • Red Wine Quality
  • Clustering :
    • Customer Segmentation

Data Science Stuff

Machine Learning Stuff

Read in Details about the ML Algorithms from Books mentioned below

  • Machine Learning Algorithms
    • Supervised ML Algorithms
      • Linear Regression:
        • Basics :
        • Tutorial :
        • Implementation :
        • Application :
      • Logistic Regression:
      • Decision Tree:
      • Naive Bayes
      • KNN
      • Random Forest:
      • AdaBoost
      • Gradient Boosting
        • GBM
        • XGBoost:
        • LightGBM
        • CatBoost
    • Unsupervised ML Algo
      • Clustering
        • K Means
        • DBSSCAN
        • Hierarchal Clustering
      • Dimensionality Reduction
        • PCA
        • LDA
        • Kernel PCA
    • Reinforcement
      • Deep Q Networks
      • Deep Deterministic Policy Gradient
      • A3C Algo
      • Q Learning
  • Model Evaluation :
  • Model Selection
  • Hyper Parameter Tuning
  • Pipeline
  • Model Deployment :

Final Projects

Projects Ideas , Guide & Tutorial

  1. ML-ProjectKart
  2. 500-AI-Machine-learning-Deep-learning-Computer-vision-NLP-Projects-with-code
  3. Simplilearn
  4. Data Flair
  5. KDNuggets
  6. Upgrad
  7. Crio
  8. Analyticsindiamag

Online Course, Books & YT Playlists

Books

  1. Introduction to Machine Learning with Python: A Guide for Data Scientists
  2. Hands–On Machine Learning with Scikit–Learn and TensorFlow
  3. An Introduction to Statistical Learning
  4. The Elements of Statistical Learning
  5. Practical Statistics for Data Scientists: 50 Essential Concepts

Courses

  1. Google ML Crash Course
  2. Udemy Machine Learning A-Z™: Hands-On Python & R In Data Science|
  3. Udacity Machine Learning by Georgia Tech
  4. Udacity Machine Learning
  5. Udacity Machine Learning Engineer NanoDegree
  6. Yorko Open Machine Learning Course
  7. DataQuest Platform
  8. DataCamp Platform

YT Playlist

  1. Machine Learning —Andrew Ng
  2. StatQuest with Josh Starmer
  3. Abhishek Thakur 30 Days of ML
  4. Ranji Raj

Commonly Used Websites and YT Channels

Websites

  1. EliteDataScience
  2. Kaggle
  3. TowardsDataScience
  4. Medium
  5. AnalyticsVidhya
  6. Datacamp
  7. DataQuest

YT Channels

  1. Artificial Intelligence - All in One
  2. DigitalSreeni
  3. Kaggle
  4. 3Blue1Brown
  5. DeepLearningAI
  6. Two Minute Papers
  7. Machine Learning TV
  8. RANJI RAJ
  9. Data School
  10. Keith Galli
  11. Daniel Bourke
  12. StatQuest with Josh Starmer
  13. Data Professor
  14. Krish Naik
  15. Sentdex

Other's Roadmap/Guides & Resources

  1. Applied ML
  2. Approaching ML Problem
  3. Data Science Res
  4. ML for Software Engineers
  5. ML Course
  6. ML Cheatsheet
  7. ML Projects
  8. Learning
  9. ML Algo Implementation
  10. Detail ML Tutorials
  11. Awesome Data Science
  12. Microsoft DataScience
  13. Microsoft ML
  14. TowardsDataScience 52 week Curriculum to become Data Scientist
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].