All Projects → cdeweyx → Hitchhikers Guide Machine Learning

cdeweyx / Hitchhikers Guide Machine Learning

Guide explaining and implementing fundamental machine learning algorithms in Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Hitchhikers Guide Machine Learning

Jupyter Edu Book
Teaching and Learning with Jupyter
Stars: ✭ 325 (+101.86%)
Mutual labels:  jupyter-notebook, education
Minerva Training Materials
Learn advanced data science on real-life, curated problems
Stars: ✭ 37 (-77.02%)
Mutual labels:  jupyter-notebook, education
Nlp fundamentals
📘 Contains a series of hands-on notebooks for learning the fundamentals of NLP
Stars: ✭ 328 (+103.73%)
Mutual labels:  jupyter-notebook, education
Awesome Python Applications
💿 Free software that works great, and also happens to be open-source Python.
Stars: ✭ 13,275 (+8145.34%)
Mutual labels:  jupyter-notebook, education
Tutorials
All of the code for my Medium articles
Stars: ✭ 92 (-42.86%)
Mutual labels:  jupyter-notebook, education
Neuromatch Academy
Preparatory Materials, Self-guided Learning, and Project Management for Neuromatch Academy activities
Stars: ✭ 30 (-81.37%)
Mutual labels:  jupyter-notebook, education
2016learnpython
Python Teaching, Seminars for 2nd year students of School of Linguistics NRU HSE
Stars: ✭ 32 (-80.12%)
Mutual labels:  jupyter-notebook, education
Hmm for autonomous driving
🎓 Educational application of Hidden Markov Model to Autonomous Driving 🚕🚙🚗
Stars: ✭ 39 (-75.78%)
Mutual labels:  jupyter-notebook, education
Ntds 2017
Material for the EPFL master course "A Network Tour of Data Science", edition 2017.
Stars: ✭ 61 (-62.11%)
Mutual labels:  jupyter-notebook, education
Data Privacy For Data Scientists
A workshop on data privacy methods for data scientists.
Stars: ✭ 53 (-67.08%)
Mutual labels:  jupyter-notebook, education
Ml
Machine Learning Projects and Learning Content
Stars: ✭ 134 (-16.77%)
Mutual labels:  jupyter-notebook, education
Intro To Deep Learning
A collection of materials to help you learn about deep learning
Stars: ✭ 103 (-36.02%)
Mutual labels:  jupyter-notebook, education
Openedu
📚 The Open Source Education Initiative – a repository with resources for 60+ engineering subjects. Let's make education more open and accessible! 🚀✨
Stars: ✭ 156 (-3.11%)
Mutual labels:  jupyter-notebook, education
Actor Critic Public
The source code for "An Actor Critic Algorithm for Structured Prediction"
Stars: ✭ 160 (-0.62%)
Mutual labels:  jupyter-notebook
Qastrategy
策略基类/ 支持QIFI协议
Stars: ✭ 160 (-0.62%)
Mutual labels:  jupyter-notebook
Cheatsheets.pdf
📚 Various cheatsheets in PDF
Stars: ✭ 159 (-1.24%)
Mutual labels:  jupyter-notebook
Ico Contracts
Ethereum smart contracts that have been used during successful ICOs
Stars: ✭ 160 (-0.62%)
Mutual labels:  jupyter-notebook
Uq Course
Introduction to Uncertainty Quantification
Stars: ✭ 161 (+0%)
Mutual labels:  jupyter-notebook
Nbdev template
Template for nbdev projects
Stars: ✭ 161 (+0%)
Mutual labels:  jupyter-notebook
Knowledge Distillation Keras
A machine learning experiment
Stars: ✭ 160 (-0.62%)
Mutual labels:  jupyter-notebook

The Hitchhiker's Guide to Machine Learning in Python

Goal

My goal is to explain and implement fundamental machine learning algorithms in a clear and concise way using Python. If I am successful then you will walk away with a little better understanding of the algorithms or at the very least some code to serve as a jumping off point when you go to try them out for yourself.

Breakdown

I cover a total of 8 different machine learning algorithms. Feel free to jump around or skip an algorithm if you’ve got it down. Use this guide however your heart desires. Here's how it breaks down:

  1. Linear Regression
  2. Logistic Regression
  3. Decision Trees
  4. Support Vector Machines
  5. K-Nearest Neighbors
  6. Random Forests
  7. K-Means Clustering
  8. Principal Components Analysis

See the Post

This repo is based off a popular Medium post (100,000+ views). If you stumbled upon this, I highly recommend checking out the original post first and then coming back:

The Hitchhiker's Guide to Machine Learning Algorithms in Python

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].