Skip to content

Commit 6b43685

Browse files
add class url
1 parent e68c89a commit 6b43685

File tree

8 files changed

+8
-1
lines changed

8 files changed

+8
-1
lines changed

unsupervised_class2/autoencoder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
# https://www.udemy.com/unsupervised-deep-learning-in-python
22
import numpy as np
33
import theano
44
import theano.tensor as T

unsupervised_class2/pca.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# https://www.udemy.com/unsupervised-deep-learning-in-python
12
import numpy as np
23
import matplotlib.pyplot as plt
34

unsupervised_class2/rbm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# https://www.udemy.com/unsupervised-deep-learning-in-python
12
import numpy as np
23
import theano
34
import theano.tensor as T

unsupervised_class2/tsne_donut.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# https://www.udemy.com/unsupervised-deep-learning-in-python
12
import numpy as np
23
import matplotlib.pyplot as plt
34

unsupervised_class2/tsne_mnist.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# https://www.udemy.com/unsupervised-deep-learning-in-python
12
import numpy as np
23
import matplotlib.pyplot as plt
34

unsupervised_class2/unsupervised.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# https://www.udemy.com/unsupervised-deep-learning-in-python
12
import numpy as np
23
import theano
34
import theano.tensor as T

unsupervised_class2/util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# https://www.udemy.com/unsupervised-deep-learning-in-python
12
import numpy as np
23
import pandas as pd
34

unsupervised_class2/visualize_features.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# https://www.udemy.com/unsupervised-deep-learning-in-python
12
import numpy as np
23
import theano
34
import theano.tensor as T

0 commit comments

Comments
 (0)