Skip to content

Commit aae88f1

Browse files
author
Arsenii Ashukha
authored
Add files via upload
1 parent 6398f77 commit aae88f1

18 files changed

+2550
-0
lines changed

01_autoencoder/X_test_mid.npy

1.53 MB
Binary file not shown.

01_autoencoder/X_train_mid.npy

9.16 MB
Binary file not shown.

01_autoencoder/get_data.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
# Download MNIST dataset
4+
mkdir ./data
5+
mkdir ./data/mnist
6+
curl -o ./data/mnist/train-images-idx3-ubyte.gz http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz
7+
curl -o ./data/mnist/train-labels-idx1-ubyte.gz http://yann.lecun.com/exdb/mnist/train-labels-idx1-ubyte.gz
32.3 KB
Loading

01_autoencoder/img/fcautoenc.png

557 KB
Loading

0 commit comments

Comments
 (0)