Skip to content

llcorrea/TensorFlow_module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Machine Learning model with TensorFlow2

Machine Learning (ML) models using TensorFlow (TF) libs.

TensorFlow is an end-to-end open source platform for machine learning. Its APIs are organized hierarchically, with the high-level APIs built on the low-level APIs.

Low-level APIs are used to explore new ML algorithms. On the contrary, the high-level API named tf.keras is used to train and define machine learning models.

In this implementation, the API and functions of tf.keras are explored.

TF documentation: https://www.tensorflow.org/

This code was implemented following the course Machine Learning Crash Course with TensorFlow APIs provided by Google AI.

Releases

No releases published

Packages

No packages published