Project to learn base concepts of Deep Learning with TensorFlow.
- Develop neural networks with TensorFlow
-
Get Anaconda environment from here.
-
Install Anaconda with environment of Python 3.8
-
Install TensorFlow with
conda install tensorflow
in previous Anaconda environment built.
- Execute jupyter notebook with
jupyter notebook
in terminal or just develop with any IDE (PyCharm, VSCode, etc.)