项目作者: anjali-chadha
项目描述 :
Notebooks from Nvidia's DLI Deep Learning course
高级语言: Jupyter Notebook
项目地址: git://github.com/anjali-chadha/nvidia-dli-course.git
nvidia-dli-course
Notebooks and Slides from Nvidia Deep Learning course
The Jupyter notebooks are used along with Nividia’s DIGITS
Framework Used: Caffe
Contents:
- Introduction 1, 2
- Deployment
- Improving Performance
- Finding Whale Faces using AlexNet
- Object Detection
- Using Window Sliding Method
- Modifying AlexNet architecture; Replaced the Fully Connected (FC) layers in Alex Net with Convolutional Layers so that any image input can be used
- Using DetectNet architecture (More complex than AlexNet)