Skip to content

jvanecek/tf-practices

Repository files navigation

Learning TensorFlow's Keras

Just a project to learn and practice with the Kera's Tutorials

Installation

  1. Clone this repo.
  2. (Optional) Create a virtual environment with virtualenv (Preferably with python3)
  3. Install dependenciess
$ pip install tensorflow
$ pip install matplotlib
$ pip install pandas
$ pip install seaborn
  1. Run any model
cd basic_text_classifier; python main.py

About

A repository with the tutorials of TensorFlow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published