Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 659 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 659 Bytes

ml_examples

A list of machine learning tutorials and examples!

Examples:

  1. Decision boundary with TensorFlow2-Keras for a cloud of points (classification)

Example 1

  1. Binary classification (cats vs dogs) with TensorFlow2-Keras using a convolutional neural network. Ft. my own cats (Kate and Chloe) and my sister-in-law's cat (Leo)!

Example 1

  1. Multiclass classification (MNIST) with TensorFlow2-Keras using a convolutional neural network

Example 3