Skip to content

This python program choses random numbers and then tries to get closer to 0. I made a nice plot for it aswel.

License

Notifications You must be signed in to change notification settings

EMLGaming/Tensor_getcloserto0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tensor_getcloserto0

This is a machine learning python program using tensor flow and gradient descent to minimize the error. The point is to get closer to 0 and make a nice plot out of the values.

plot
How to run:

First download the files.
git clone https://github.com/EMLGaming/Tensor_getcloserto0.git

Install the dependencies numpy, tensorflow and matplotlib.
pip install numpy matplotlib tensorflow

Change directory.
cd Tensor_getcloserto0

Finnally run the code.
python3 tensorcloseto0.py

About

This python program choses random numbers and then tries to get closer to 0. I made a nice plot for it aswel.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages