https://github.com/thedancercodes/python-machine-learning
https://github.com/thedancercodes/python-machine-learning
machine-learning python
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/thedancercodes/python-machine-learning
- Owner: TheDancerCodes
- Created: 2017-05-11T20:52:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-12T12:36:55.000Z (about 9 years ago)
- Last Synced: 2025-02-07T12:46:03.555Z (over 1 year ago)
- Topics: machine-learning, python
- Language: Jupyter Notebook
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-machine-learning
A simple example introducing Understanding Machine Learning [Python].
We will use Python libraries for ML:
* Numpy - scientific computing.
* Pandas - data frames.
* Matplotlib - 2D plot.
* Scikit-learn - provides simple and effective tools for performing many ML operations.