Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 989 Bytes

File metadata and controls

24 lines (18 loc) · 989 Bytes

Machine Learning Introduction (Theory & Practice)

Description

A brief introduction to the practical framework and theoretical background of building a convolutional neural network using TensorFlow resources as a guide. The project's objective is to get familiar with the main machine learning Python libraries to create an image classifier trained and tested on a rock-paper-scissors image dataset.

Libraries Used:

  • requests
  • os
  • zipfile
  • numpy
  • matplotlib.pyplot
  • matplotlib.image
  • tensorflow
  • keras_preprocessing.image
  • keras_preprocessing.image.ImageDataGenerator

Resources: