-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
32 lines (31 loc) · 1.2 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
.ipynb_checkpoints/LabSession1-2-checkpoint.ipynb
model.pt
data/MNIST/raw/t10k-images-idx3-ubyte
data/MNIST/raw/t10k-images-idx3-ubyte.gz
data/MNIST/raw/t10k-labels-idx1-ubyte
data/MNIST/raw/t10k-labels-idx1-ubyte.gz
data/MNIST/raw/train-images-idx3-ubyte
data/MNIST/raw/train-images-idx3-ubyte.gz
data/MNIST/raw/train-labels-idx1-ubyte
data/MNIST/raw/train-labels-idx1-ubyte.gz
*.gz
deepl_Aziz/data/MNIST/raw/train-labels-idx1-ubyte
deepl_Aziz/data/MNIST/raw/train-images-idx3-ubyte
deepl_Aziz/data/MNIST/raw/t10k-labels-idx1-ubyte
deepl_Aziz/data/MNIST/raw/t10k-images-idx3-ubyte
deepl_others/data/MNIST/raw/train-labels-idx1-ubyte
deepl_others/data/MNIST/raw/train-images-idx3-ubyte
deepl_others/data/MNIST/raw/t10k-labels-idx1-ubyte
deepl_others/data/MNIST/raw/t10k-images-idx3-ubyte
deepl_others/LabSession5-CNN_Fashion-MNIST_exemple.ipynb
deepl_others/lab_session_4_CNN_MNIST_david.ipynb
deepl_others/lab-session-4-CNN-MNIST_Aziz.ipynb
deepl_others/lab-session-3-MLP-MNIST_Aziz.ipynb
data/FashionMNIST/raw/train-labels-idx1-ubyte
data/FashionMNIST/raw/train-images-idx3-ubyte
data/FashionMNIST/raw/t10k-labels-idx1-ubyte
data/FashionMNIST/raw/t10k-images-idx3-ubyte
.vscode/settings.json
HelloWorld.ipynb
HelloWorld.py
*.pptx