https://github.com/tugot17/linear-regression-tensorflow
Linear and Polynomial Regression problems solved using Tensorflow Machine Learning framework
https://github.com/tugot17/linear-regression-tensorflow
linear-regression tensorflow tensorflow-experiments
Last synced: 6 months ago
JSON representation
Linear and Polynomial Regression problems solved using Tensorflow Machine Learning framework
- Host: GitHub
- URL: https://github.com/tugot17/linear-regression-tensorflow
- Owner: tugot17
- License: mit
- Created: 2019-05-26T07:58:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-23T20:18:12.000Z (about 7 years ago)
- Last Synced: 2025-04-07T16:19:53.858Z (over 1 year ago)
- Topics: linear-regression, tensorflow, tensorflow-experiments
- Language: Jupyter Notebook
- Size: 190 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LinearRegressionTensorflow
Linear and Polynomial Regression problems solved using Tensorflow Machine Learning framework

## Getting Started
To run it You need jupyter notebook installed.
The main file is LinearRegressionTensorflow.ipynb
### Prerequisites
```
-numpy
-tensorflow
-matplotlb
```
## Authors
* [tugot17](https://github.com/tugot17)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details