Skip to content

BoraKis/TensorFlow-Pokemon-Course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Get Started with TensorFlow

These repositories were created for the Get Started with TensorFlow course on GitHub Learning Lab. Predict Pokemon stats with the help of the TensorFlow library.

Reference = @everydeveloper

Dataset

You can access the dataset used in the study from the link here.

Installation of Libraries

pip install tensorflow`
pip install pandas
pip install numpy
pip install pandas
pip install -U scikit-learn
python -m pip install -U matplotlib
pip install keras