All Projects → neerjad → Machinelearning

neerjad / Machinelearning

A repo with tutorials for algorithms from scratch

Projects that are alternatives of or similar to Machinelearning

100 Days Of Ml Code
A day to day plan for this challenge. Covers both theoritical and practical aspects
Stars: ✭ 172 (+79.17%)
Mutual labels:  jupyter-notebook, data-science, machine-learning-algorithms
Articles
A repository for the source code, notebooks, data, files, and other assets used in the data science and machine learning articles on LearnDataSci
Stars: ✭ 350 (+264.58%)
Mutual labels:  jupyter-notebook, data-science, machine-learning-algorithms
Python Machine Learning Book
The "Python Machine Learning (1st edition)" book code repository and info resource
Stars: ✭ 11,428 (+11804.17%)
Mutual labels:  jupyter-notebook, data-science, machine-learning-algorithms
Openml R
R package to interface with OpenML
Stars: ✭ 81 (-15.62%)
Mutual labels:  jupyter-notebook, data-science, machine-learning-algorithms
Minerva Training Materials
Learn advanced data science on real-life, curated problems
Stars: ✭ 37 (-61.46%)
Mutual labels:  jupyter-notebook, data-science, machine-learning-algorithms
Loandefault Prediction
Lending Club Loan data analysis
Stars: ✭ 113 (+17.71%)
Mutual labels:  jupyter-notebook, data-science, machine-learning-algorithms
Notebooks Statistics And Machinelearning
Jupyter Notebooks from the old UnsupervisedLearning.com (RIP) machine learning and statistics blog
Stars: ✭ 270 (+181.25%)
Mutual labels:  jupyter-notebook, data-science, machine-learning-algorithms
Agile data code 2
Code for Agile Data Science 2.0, O'Reilly 2017, Second Edition
Stars: ✭ 413 (+330.21%)
Mutual labels:  jupyter-notebook, data-science, machine-learning-algorithms
Spring2017 proffosterprovost
Introduction to Data Science
Stars: ✭ 18 (-81.25%)
Mutual labels:  jupyter-notebook, data-science, machine-learning-algorithms
Machine learning refined
Notes, examples, and Python demos for the textbook "Machine Learning Refined" (published by Cambridge University Press).
Stars: ✭ 750 (+681.25%)
Mutual labels:  jupyter-notebook, data-science, machine-learning-algorithms
25daysinmachinelearning
I will update this repository to learn Machine learning with python with statistics content and materials
Stars: ✭ 53 (-44.79%)
Mutual labels:  jupyter-notebook, data-science, machine-learning-algorithms
Machine Learning From Scratch
Succinct Machine Learning algorithm implementations from scratch in Python, solving real-world problems (Notebooks and Book). Examples of Logistic Regression, Linear Regression, Decision Trees, K-means clustering, Sentiment Analysis, Recommender Systems, Neural Networks and Reinforcement Learning.
Stars: ✭ 42 (-56.25%)
Mutual labels:  jupyter-notebook, data-science, machine-learning-algorithms
Ds and ml projects
Data Science & Machine Learning projects and tutorials in python from beginner to advanced level.
Stars: ✭ 56 (-41.67%)
Mutual labels:  jupyter-notebook, data-science, machine-learning-algorithms
Learn machine learning
Road to Machine Learning
Stars: ✭ 81 (-15.62%)
Mutual labels:  jupyter-notebook, data-science
Malwaredatascience
Malware Data Science Reading Diary / Notes
Stars: ✭ 82 (-14.58%)
Mutual labels:  jupyter-notebook, data-science
Knet.jl
Koç University deep learning framework.
Stars: ✭ 1,260 (+1212.5%)
Mutual labels:  jupyter-notebook, data-science
Phormatics
Using A.I. and computer vision to build a virtual personal fitness trainer. (Most Startup-Viable Hack - HackNYU2018)
Stars: ✭ 79 (-17.71%)
Mutual labels:  jupyter-notebook, data-science
Jupytemplate
Templates for jupyter notebooks
Stars: ✭ 85 (-11.46%)
Mutual labels:  jupyter-notebook, data-science
Kaggle Competitions
There are plenty of courses and tutorials that can help you learn machine learning from scratch but here in GitHub, I want to solve some Kaggle competitions as a comprehensive workflow with python packages. After reading, you can use this workflow to solve other real problems and use it as a template.
Stars: ✭ 86 (-10.42%)
Mutual labels:  jupyter-notebook, data-science
Repo2docker Action
GitHub Action for repo2docker
Stars: ✭ 88 (-8.33%)
Mutual labels:  jupyter-notebook, data-science

MachineLearning

A repo with tutorials for algorithms from scratch + explanation

00-linear_regression_from_scratch.ipynb: Linear regression

01-k-means_from_scratch.ipynb: KMeans clustering

02-knn_from_scratch.ipynb: K-Nearest Neighbours

03-decision_tree_from_scratch.ipynb: Decision Tree for Classification

04-logistic_regression_from_scratch.ipynb: Logistic Regression using gradient descent approach

05-Matrix_factorization_and_NN_PyTorch.ipynb: Matrix Factorization and training a Neural Network on Netflix data in PyTorch

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