Skip to content

Commit 2a9dc13

Browse files
committed
new notebook naming format. use full alexnet image. fix confusion matrix for new scikit-learn version. use time.monotonic. updated readme to state versions used. cub dataset now uses kaggle.
1 parent 0b31f2b commit 2a9dc13

11 files changed

+10766
-10204
lines changed

1 - Multilayer Perceptron.ipynb

-2,139
This file was deleted.

1_mlp.ipynb

+2,128
Large diffs are not rendered by default.

2 - LeNet.ipynb

-2,507
This file was deleted.

2_lenet.ipynb

+2,488
Large diffs are not rendered by default.

3 - AlexNet.ipynb

-2,895
This file was deleted.

3_alexnet.ipynb

+2,874
Large diffs are not rendered by default.

4 - VGG.ipynb

-2,466
This file was deleted.

4_vgg.ipynb

+2,466
Large diffs are not rendered by default.

5 - ResNet.ipynb renamed to 5_resnet.ipynb

+809-196
Large diffs are not rendered by default.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PyTorch Image Classification
22

3-
This repo contains tutorials covering how to do sentiment analysis using [PyTorch](https://github.com/pytorch/pytorch) 1.4 and [TorchVision](https://github.com/pytorch/vision) 0.5 using Python 3.7.
3+
This repo contains tutorials covering how to do sentiment analysis using [PyTorch](https://github.com/pytorch/pytorch) 1.6 and [TorchVision](https://github.com/pytorch/vision) 0.7, [matplotlib](https://matplotlib.org/) 3.3, [scikit-learn](https://scikit-learn.org/stable/index.html) 0.23 and Python 3.8.
44

55
We'll start by implementing a multilayer perceptron (MLP) and then move on to architectures using convolutional neural networks (CNNs). Specifically, we'll implement [LeNet](http://yann.lecun.com/exdb/lenet/), [AlexNet](https://papers.nips.cc/paper/4824-imagenet-classification-with-deep-convolutional-neural-networks.pdf), [VGG](https://arxiv.org/abs/1409.1556) and [ResNet](https://arxiv.org/abs/1512.03385).
66

assets/alexnet.png

-97 KB
Loading

0 commit comments

Comments
 (0)