Pre -Requisites Linux Machine (I’m using Ubuntu 18.04) Python 3 + PIP3 ( + Know what environments are and how to use it) VSCode Create a file named setup-1.sh and paste the code below: # Python3 sudo apt-get install python3 Read More …
Category: Tensorflow
Tensorflow 2.0: Installation and first “Hello-World”
This is the first of several examples that i’ll share with you. In this example you’ll learn how to prepare your environment in order to work wth tensorflow, and also, we will predict a value taking into account a collection Read More …