https://github.com/sohelamin/machine-learning
My Machine Learning Notebook
https://github.com/sohelamin/machine-learning
ai artificial-intelligence linear-regression machine-learning python
Last synced: 6 months ago
JSON representation
My Machine Learning Notebook
- Host: GitHub
- URL: https://github.com/sohelamin/machine-learning
- Owner: sohelamin
- Created: 2018-08-15T19:10:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-02T15:58:03.000Z (about 7 years ago)
- Last Synced: 2025-04-02T15:11:10.489Z (6 months ago)
- Topics: ai, artificial-intelligence, linear-regression, machine-learning, python
- Language: Jupyter Notebook
- Homepage:
- Size: 42 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Machine Learning
Machine learning using Python## Dependencies
* matplotlib
* pandas
* numpy
* sklearn## Usage
```
git clone https://github.com/sohelamin/machine-learning.git
cd machine-learning
jupyter notebook
```