Skip to content
This repository was archived by the owner on Jan 1, 2021. It is now read-only.

Commit ca70cdf

Browse files
committed
2018 course
1 parent b95dcdf commit ca70cdf

File tree

99 files changed

+189
-93
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+189
-93
lines changed

.gitignore

+1-9
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,4 @@
33

44
*.SUNet
55
*.pyc
6-
7-
8-
examples/checkpoints/*
9-
10-
examples/chatbot/processed/*
11-
examples/chatbot/checkpoints/*
12-
examples/chatbot/data_analysis.py
13-
14-
assignments/chatbot/processed/*
6+
.env/*

2017/README.md

+34
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

2017/setup/requirements.txt

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
tensorflow==1.2.1
2+
scipy==0.19.1
3+
scikit-learn==0.18.2
4+
matplotlib==2.0.2
5+
xlrd==1.0.0
6+
ipdb==0.10.1
7+
Pillow==4.2.1
8+
lxml==3.8.0

2017/setup/setup_instruction.md

+85

README.md

+6-31

setup/requirements.txt

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
tensorflow==1.2.1
2-
scipy==0.19.1
3-
scikit-learn==0.18.2
4-
matplotlib==2.0.2
5-
xlrd==1.0.0
6-
ipdb==0.10.1
7-
Pillow==4.2.1
8-
lxml==3.8.0
1+
tensorflow==1.4.1
2+
scipy==1.0.0
3+
scikit-learn==0.19.1
4+
matplotlib==2.1.1
5+
xlrd==1.1.0
6+
ipdb==0.10.3
7+
Pillow==5.0.0
8+
lxml==4.1.1

setup/setup_instruction.md

+47-45

0 commit comments

Comments
 (0)