Skip to content

Commit 7935c93

Browse files
author
Jay Mehta
committedOct 3, 2019
First Commit
0 parents  commit 7935c93

13 files changed

+6046
-0
lines changed
 

‎.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Ignore these folders
2+
Algorithms Coursera/
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"cells": [],
3+
"metadata": {},
4+
"nbformat": 4,
5+
"nbformat_minor": 2
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"cells": [],
3+
"metadata": {},
4+
"nbformat": 4,
5+
"nbformat_minor": 2
6+
}

‎.ipynb_checkpoints/Learning the MNIST Database using Shallow Networks-Copy1-checkpoint.ipynb

+1,143
Large diffs are not rendered by default.

‎.ipynb_checkpoints/Learning the MNIST Database using Shallow Networks-checkpoint.ipynb

+1,150
Large diffs are not rendered by default.

‎Dropout.ipynb

+629
Large diffs are not rendered by default.

‎L2-Regularization on MNIST Database.ipynb

+817
Large diffs are not rendered by default.

‎Learning the MNIST Database using Shallow Networks-Copy1.ipynb

+1,143
Large diffs are not rendered by default.

‎Learning the MNIST Database using Shallow Networks.ipynb

+1,150
Large diffs are not rendered by default.

‎train-images-idx3-ubyte

44.9 MB
Binary file not shown.

‎train-images-idx3-ubyte.gz

9.45 MB
Binary file not shown.

‎train-labels-idx1-ubyte

58.6 KB
Binary file not shown.

‎train-labels-idx1-ubyte.gz

28.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.