An open API service indexing awesome lists of open source software.

https://github.com/yasnakateb/tensorflownotes

TensorFlow for deep learning
https://github.com/yasnakateb/tensorflownotes

classification computer-vision deep-learning fashion-mnist mnist-dataset neural-networks python3 tensorflow

Last synced: 3 months ago
JSON representation

TensorFlow for deep learning

Awesome Lists containing this project

README

          

# TensorFlowNotes

## Objectives

✅ Monitor the accuracy of the housing price predictions

✅ Analyze housing price predictions that come from a single layer neural network

✅ Use TensorFlow to build a single layer neural network for fitting linear models

✅ Use callback functions for tracking model loss and accuracy during training

✅ Make predictions on how the layer size affects network predictions and training speed

✅ Implement pixel value normalization to speed up network training

✅ Build a multilayer neural network for classifying the Fashion MNIST image dataset

✅ Use callback functions to interrupt training after meeting a threshold accuracy

✅ Test the effect of adding convolution and MaxPooling to the neural network for classifying Fashion MNIST images

✅ Explain and visualize how convolution and MaxPooling aid in image classification tasks

✅ Reflect on the possible shortcomings of your binary classification model implementation

✅ Execute image preprocessing with the Keras ImageDataGenerator functionality

✅ Carry out real life image classification by leveraging a multilayer neural network for binary classification

## How to build

Run the codes on Google Colaboratory 😄