Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/caite21/machine-learning

Collection of Machine Learning Python Scripts.
https://github.com/caite21/machine-learning

Last synced: about 2 months ago
JSON representation

Collection of Machine Learning Python Scripts.

Awesome Lists containing this project

README

        

# Machine Learning

Collection of Machine Learning Python/Jupyter Notebook Files

### Classical Machine Learning using Scikit-learn:
- Regression: [House_Price_Regression](https://github.com/caite21/Machine-Learning/blob/main/House_Price_Regression.ipynb)
- Decision Trees: [Poisonous_Mushroom_Decision_Trees](https://github.com/caite21/Machine-Learning/blob/main/Poisonous_Mushroom_Decision_Trees.ipynb)
- K-Nearest Neighbors (kNN): [kNN_Cancer_Classifier](https://github.com/caite21/Machine-Learning/blob/main/kNN_cancer_classifier.py)
- Fuzzy Logic: [Tip_Decision_Fuzzy_Logic](https://github.com/caite21/Machine-Learning/blob/main/tip_decision_fuzzy_logic.py)

### Deep Learning using TensorFlow:
- Convolutional Neural Networks (CNN): [CNN_CIFAR10](https://github.com/caite21/Machine-Learning/blob/main/CNN_CIFAR10.ipynb)
- Neural Network: [Wine_MLP](https://github.com/caite21/Machine-Learning/blob/main/MLP_with_backprop.py)