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
- Host: GitHub
- URL: https://github.com/nazanin1369/alexnet-transfer-learning
- Owner: Nazanin1369
- Created: 2017-04-24T23:12:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-25T00:26:31.000Z (over 8 years ago)
- Last Synced: 2025-02-25T06:33:31.052Z (8 months ago)
- Topics: tensorflow, transfer-learning
- Language: Python
- Homepage:
- Size: 253 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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