We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2b3519 commit 93d087fCopy full SHA for 93d087f
unsupervised_class2/pca.py
@@ -1,5 +1,10 @@
1
# https://deeplearningcourses.com/c/unsupervised-deep-learning-in-python
2
# https://www.udemy.com/unsupervised-deep-learning-in-python
3
+from __future__ import print_function, division
4
+from builtins import range, input
5
+# Note: you may need to update your version of future
6
+# sudo pip install -U future
7
+
8
import numpy as np
9
import matplotlib.pyplot as plt
10
0 commit comments