-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
21 lines (20 loc) · 889 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################
/boltzman machine/MNIST_data
/boltzman machine/RBM_logs/MNIST_Bernoulli
/boltzman machine/.ipynb_checkpoints
/cs231n/assignment1/.ipynb_checkpoints
/cs231n/assignment2/.ipynb_checkpoints
/cs231n/assignment3/.ipynb_checkpoints
/MNIST_data
/RBM_logs/MNIST_Bernoulli
/boltzman machine/model/__pycache__
/cs231n/assignment1/cs231n/datasets
/cs231n/assignment2/cs231n/datasets
/nlp/simple_skip_gram/__pycache__/word2vec.cpython-36.pyc
/nlp/simple_skip_gram/__pycache__/options.cpython-36.pyc
/nlp/simple_skip_gram/__pycache__/dataset.cpython-36.pyc
/nlp/simple_skip_gram/__pycache__
/nlp/.vs/simple_skip_gram/v15/.suo
/nlp/.vs/simple_skip_gram/v15