https://github.com/iamdsc/python-machine-learning
https://github.com/iamdsc/python-machine-learning
machine-learning python36
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iamdsc/python-machine-learning
- Owner: iamdsc
- License: mit
- Created: 2018-05-09T17:57:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-24T06:44:57.000Z (about 8 years ago)
- Last Synced: 2025-03-11T16:26:31.979Z (over 1 year ago)
- Topics: machine-learning, python36
- Language: Python
- Size: 6.11 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-machine-learning
### This repository contains the programs I wrote while learning ML using `Python 3.6`.
## The main python modules required to run the programs :
```
numpy
scipy
matplotlib
pandas
sklearn
```