https://github.com/madeyoga/machine-learning
Tensorflow & scikit-learn examples
https://github.com/madeyoga/machine-learning
numpy pandas scikit-learn tensorflow
Last synced: 10 months ago
JSON representation
Tensorflow & scikit-learn examples
- Host: GitHub
- URL: https://github.com/madeyoga/machine-learning
- Owner: madeyoga
- Created: 2018-10-23T05:17:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-21T03:25:19.000Z (about 7 years ago)
- Last Synced: 2025-04-12T10:07:49.192Z (10 months ago)
- Topics: numpy, pandas, scikit-learn, tensorflow
- Language: Python
- Homepage:
- Size: 288 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Machine-Learning
Basic Tensorflow & Scikit-Learn Usage Examples
## Machine Learning Algorithms
Implementation of Machine Learning Algorithms can be found [here](https://github.com/MadeYoga/ML-Algos).
Implemented Algorithms:
- Linear Regression
- K-Nearest Neighbors
- Naive Bayes
## Basic Machine Learning
Basic Machine Learning Examples can be found [here](https://github.com/MadeYoga/Learn-Data-Science).
Examples includes :
- Data Visualization
- Predicting Mushroom Types
- Predicting Stock Prices
- Predicting WorldCup Result
- Recommendation Systems