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

https://github.com/nazanin1369/alexnet-transfer-learning

Transfer Learning practice on AlexNet
https://github.com/nazanin1369/alexnet-transfer-learning

tensorflow transfer-learning

Last synced: about 2 months ago
JSON representation

Transfer Learning practice on AlexNet

Awesome Lists containing this project

README

          

# Transfer Learning - AlexNet Feature Extraction

This lab guides you through using AlexNet and TensorFlow to build a feature extraction network.

## Setup
Install following dependencies for this code to run:

* Python 3
* TensorFlow
* NumPy
* SciPy
* matplotlib