Skip to content

Learning how to use jupyter notebook, tensorflow, numpy and other librairies for machine learning projects. Following Thibaut Neveu's tutorial.

License

Notifications You must be signed in to change notification settings

hanzopgp/TensorFlowTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TensorFlowTest

Presentation

Learning about tensorflow, jupyter notebook, numpy, matplotlib, sklearn and other libraries to quickly build and test neural networks. Following Thibaut Neveu's tutorial.

Dependencies

  • Python
  • Anaconda
  • Jupyter notebook
  • TensorFlow
  • Numpy
  • Matplotlib
  • Pandas
  • Sklearn
  • Unidecode

Jupyterlab setup

  • Install Anaconda
  • Create new environnment
  • Open environment terminal
  • >pip install tensorflow
  • >pip install pandas
  • >pip install sklearn
  • >pip install jupyter notebook
  • ...
  • Open jupyter notebook in that environment

Datasets

  • Datasets are not in the github repository, you need to download it (Links in notebooks).

Links

Releases

No releases published

Packages

No packages published