Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yeyzheng/deeplearning-project
Deeplearning Project
https://github.com/yeyzheng/deeplearning-project
Last synced: about 1 month ago
JSON representation
Deeplearning Project
- Host: GitHub
- URL: https://github.com/yeyzheng/deeplearning-project
- Owner: YeYzheng
- Created: 2018-01-18T06:39:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-18T08:32:20.000Z (about 7 years ago)
- Last Synced: 2024-11-06T03:46:48.865Z (3 months ago)
- Language: Python
- Size: 27.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deeplearning-Project
## 1、Cat_and_Dog_Classifier
* 数据集:[kaggle猫狗分类比赛数据集](https://www.kaggle.com/c/dogs-vs-cats/data),[百度云地址](https://pan.baidu.com/s/1dGKIs8L)
* 使用keras对VGG16预训练模型参数进行微调(fineturn),并重新训练部分层的参数,实现一个猫狗分类器
* [VGG16模型预训练参数](http://pan.baidu.com/s/1geHmOpH)
* 调整后重新训练模型参数:[VGG16_Fineturn](https://pan.baidu.com/s/1nwVXtMT)