Learning about tensorflow, jupyter notebook, numpy, matplotlib, sklearn and other libraries to quickly build and test neural networks. Following Thibaut Neveu's tutorial.
- Python
- Anaconda
- Jupyter notebook
- TensorFlow
- Numpy
- Matplotlib
- Pandas
- Sklearn
- Unidecode
- 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 are not in the github repository, you need to download it (Links in notebooks).
