Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mohitbansal964/machine-learning-algorithms

Implementation of machine learning algorithms like linear regression, logistic regression, decision trees, etc. in python
https://github.com/mohitbansal964/machine-learning-algorithms

decision-tree-classifier decision-trees jupyter-notebook linear-regression logistic-regression machine-learning machine-learning-algorithms naive-bayes naive-bayes-classifier python python3 random-forest sklearn

Last synced: about 1 month ago
JSON representation

Implementation of machine learning algorithms like linear regression, logistic regression, decision trees, etc. in python

Awesome Lists containing this project

README

        

# Machine-Learning-Algorithms
Implementation of different **Machine Learning Algorithms** for different datasets in **Python**.

Linear Regression for **boston dataset**, **combine cycle power plant dataset**.

Logistic Regression for **Titanic dataset**.

Decision Tree for **Iris Dateset**, **OR operation**, **Random Dataset**.

Naive Bayes for **Iris Dataset**.

K- Nearest Neighbors for **Breast Cancer Dataset**.

Neural Network with 1 hidden layer of 2 units for **XOR**.

Conolutional Neural Network for **MNIST dataset** in Keras.