Skip to content

Commit 93d087f

Browse files
py 3
1 parent d2b3519 commit 93d087f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

unsupervised_class2/pca.py

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# https://deeplearningcourses.com/c/unsupervised-deep-learning-in-python
22
# 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+
38
import numpy as np
49
import matplotlib.pyplot as plt
510

0 commit comments

Comments
 (0)