All Projects → zotroneneis → Machine_learning_basics

zotroneneis / Machine_learning_basics

Licence: mit
Plain python implementations of basic machine learning algorithms

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to Machine learning basics

Machine learning
Estudo e implementação dos principais algoritmos de Machine Learning em Jupyter Notebooks.
Stars: ✭ 161 (-95.47%)
Mutual labels:  jupyter-notebook, machine-learning-algorithms, logistic-regression, linear-regression, kmeans
Machine Learning Models
Decision Trees, Random Forest, Dynamic Time Warping, Naive Bayes, KNN, Linear Regression, Logistic Regression, Mixture Of Gaussian, Neural Network, PCA, SVD, Gaussian Naive Bayes, Fitting Data to Gaussian, K-Means
Stars: ✭ 160 (-95.5%)
Mutual labels:  machine-learning-algorithms, logistic-regression, linear-regression, kmeans
25daysinmachinelearning
I will update this repository to learn Machine learning with python with statistics content and materials
Stars: ✭ 53 (-98.51%)
Mutual labels:  jupyter-notebook, machine-learning-algorithms, logistic-regression, linear-regression
Deep Math Machine Learning.ai
A blog which talks about machine learning, deep learning algorithms and the Math. and Machine learning algorithms written from scratch.
Stars: ✭ 173 (-95.14%)
Mutual labels:  jupyter-notebook, neural-networks, logistic-regression, linear-regression
Ds and ml projects
Data Science & Machine Learning projects and tutorials in python from beginner to advanced level.
Stars: ✭ 56 (-98.43%)
Mutual labels:  jupyter-notebook, machine-learning-algorithms, logistic-regression, linear-regression
100 Days Of Ml Code
A day to day plan for this challenge. Covers both theoritical and practical aspects
Stars: ✭ 172 (-95.16%)
Mutual labels:  jupyter-notebook, machine-learning-algorithms, linear-regression
Deeplearning.ai
该存储库包含由deeplearning.ai提供的相关课程的个人的笔记和实现代码。
Stars: ✭ 181 (-94.91%)
Mutual labels:  jupyter-notebook, logistic-regression, linear-regression
Machine Learning With Python
Python code for common Machine Learning Algorithms
Stars: ✭ 3,334 (-6.27%)
Mutual labels:  jupyter-notebook, logistic-regression, linear-regression
Statistical-Learning-using-R
This is a Statistical Learning application which will consist of various Machine Learning algorithms and their implementation in R done by me and their in depth interpretation.Documents and reports related to the below mentioned techniques can be found on my Rpubs profile.
Stars: ✭ 27 (-99.24%)
Mutual labels:  machine-learning-algorithms, logistic-regression, k-nn
The Python Workshop
A New, Interactive Approach to Learning Python
Stars: ✭ 150 (-95.78%)
Mutual labels:  jupyter-notebook, logistic-regression, linear-regression
Machine Learning Notebooks
Machine Learning notebooks for refreshing concepts.
Stars: ✭ 222 (-93.76%)
Mutual labels:  jupyter-notebook, neural-networks, machine-learning-algorithms
Machine-Learning-Models
In This repository I made some simple to complex methods in machine learning. Here I try to build template style code.
Stars: ✭ 30 (-99.16%)
Mutual labels:  linear-regression, logistic-regression, k-nn
Notebooks Statistics And Machinelearning
Jupyter Notebooks from the old UnsupervisedLearning.com (RIP) machine learning and statistics blog
Stars: ✭ 270 (-92.41%)
Mutual labels:  jupyter-notebook, machine-learning-algorithms, ipynb
Machine Learning Workflow With Python
This is a comprehensive ML techniques with python: Define the Problem- Specify Inputs & Outputs- Data Collection- Exploratory data analysis -Data Preprocessing- Model Design- Training- Evaluation
Stars: ✭ 157 (-95.59%)
Mutual labels:  jupyter-notebook, machine-learning-algorithms, kmeans
SGDLibrary
MATLAB/Octave library for stochastic optimization algorithms: Version 1.0.20
Stars: ✭ 165 (-95.36%)
Mutual labels:  linear-regression, machine-learning-algorithms, logistic-regression
Heart disease prediction
Heart Disease prediction using 5 algorithms
Stars: ✭ 43 (-98.79%)
Mutual labels:  machine-learning-algorithms, logistic-regression, k-nearest-neighbours
MachineLearning
Implementations of machine learning algorithm by Python 3
Stars: ✭ 16 (-99.55%)
Mutual labels:  machine-learning-algorithms, perceptron, kmeans
Handwritten-Digits-Classification-Using-KNN-Multiclass Perceptron-SVM
🏆 A Comparative Study on Handwritten Digits Recognition using Classifiers like K-Nearest Neighbours (K-NN), Multiclass Perceptron/Artificial Neural Network (ANN) and Support Vector Machine (SVM) discussing the pros and cons of each algorithm and providing the comparison results in terms of accuracy and efficiecy of each algorithm.
Stars: ✭ 42 (-98.82%)
Mutual labels:  machine-learning-algorithms, logistic-regression, k-nearest-neighbours
MachineLearningSeries
Vídeos e códigos do Universo Discreto ensinando o fundamental de Machine Learning em Python. Para mais detalhes, acompanhar a playlist listada.
Stars: ✭ 20 (-99.44%)
Mutual labels:  linear-regression, machine-learning-algorithms, k-nearest-neighbours
Python Machine Learning Book
The "Python Machine Learning (1st edition)" book code repository and info resource
Stars: ✭ 11,428 (+221.28%)
Mutual labels:  jupyter-notebook, machine-learning-algorithms, logistic-regression

Machine learning basics

This repository contains implementations of basic machine learning algorithms in plain Python (Python Version 3.6+). All algorithms are implemented from scratch without using additional machine learning libraries. The intention of these notebooks is to provide a basic understanding of the algorithms and their underlying structure, not to provide the most efficient implementations.

alt text

Data preprocessing

After several requests I started preparing notebooks on how to preprocess datasets for machine learning. Within the next months I will add one notebook for each kind of dataset (text, images, ...). As before, the intention of these notebooks is to provide a basic understanding of the preprocessing steps, not to provide the most efficient implementations.

alt text

Live demo

Run the notebooks online without having to clone the repository or install jupyter: Binder.

Note: this does not work for the data_preprocessing.ipynb and image_preprocessing.ipynb notebooks because they require downloading a dataset first.

Feedback

If you have a favorite algorithm that should be included or spot a mistake in one of the notebooks, please let me know by creating a new issue.

License

See the LICENSE file for license rights and limitations (MIT).

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