Intelligent Systems Final Project 4

To begin our image classification project, we did some research on the available Python libraries. We found that in order to implement Machine Learning, we can utilize Tensorflow and Keras.

Tensorflow is a platform that allows developers to build and deploy Machine Learning applications easily. Getting started with Tensorflow is made simple through the use of Keras API to train models. Together, Tensorflow and Keras is very useful for research as they were built for powerful experimentation.

Along with Tensoflow, we are also able to use TensorBoard to display statistics for the loss and accuracy of our trained model.

Reference: https://www.tensorflow.org/about

Leave a Reply

Your email address will not be published. Required fields are marked *