KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
ResNet
★ 13
Open GitHub ↗
Tensorflow ResNet implementation on cifar10
Download README (.md)
Explore Similar Repositories
multitenancy
:
No description available.
svgize
:
A command line tool to make transparent JPEG images with SVG.
DroidStreamingDemo
:
Audio streaming demo in Android app
RPi_AutoWifi
:
树莓派一键配网
csGoSprayControl
:
Arduino based CS:GO spray control POC
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ResNet
?
Download (.md)
# Deep Residual Network Tensorflow ResNet implementation on cifar10. Please check out original github repo: [ResNet](https://github.com/KaimingHe/deep-residual-networks) and original paper: [Deep Residual Learning for Image Recognition](http://arxiv.org/abs/1512.03385) ## Dependencies * Python (2.7.13) * Tensorflow (1.2.1) * matplotlib (2.0.2) * numpy (1.13.1) ## Usage **python Main.py** or use jupyter notebook to open **Main.ipynb** and run. ## Results | Number of layers | Test error rate | | :---------------:| :--------------:| | 32 | 7.2% | | 110 | 5.9% | ## Loss & error curve 32 layer   110 layer  