# CNN-models
**Repository Path**: linlut/CNN-models
## Basic Information
- **Project Name**: CNN-models
- **Description**: YOLO-v2, ResNet-32, GoogLeNet-lite
- **Primary Language**: Python
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-02-22
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# CNN-models
## [YOLO-v2](/yolo-v2)
YOLO v2 model for objects detection from image, video and live stream from webcam.
Python 3. Keras.
Papers:
https://arxiv.org/pdf/1506.02640.pdf
https://arxiv.org/pdf/1612.08242.pdf
Website:
https://pjreddie.com/darknet/yolo/
Some results:



## [ResNet-32](/resnet-32)
ResNet-32 model for CIFAR-10 image recognition.
Keras. Python 3.
Paper: https://arxiv.org/pdf/1512.03385.pdf
Some results:

## [GoogLeNet-lite](/googlenet-lite)
GoogLeNet-lite (Inception_v1) model for CIFAR-10 image recognition.
Keras. Python 3.
Paper: https://arxiv.org/pdf/1409.4842.pdf
Some results:
