-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (27 loc) · 771 Bytes
/
.gitignore
File metadata and controls
47 lines (27 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
venv/
*.pyc
__pycache__/
instance/
.pytest_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/
linear_trend.html
coding_tests_ipynb/
tlearning/lm/static/video_games_1.html
tlearning/lm/static/exp_trend.html
tlearning/lm/static/point_click.html
tlearning/lm/static/l2_games.html
tlearning/logreg/static/sigmoid.html
tlearning/logreg/static/smokers.html
tlearning/logreg/static/binary_classification.html
tlearning/logreg/static/CE_loss.html
tlearning/logreg/models_code/data/cifar-10-batches-py/batches.meta
tlearning/logreg/models_code/data/cifar-10-batches-py/data_batch_1
tlearning/logreg/models_code/data/cifar-10-batches-py/
tlearning/logreg/models_code/data/cifar-10-python.tar.gz
tlearning/logreg/static/cifar_img.png
tlearning/utils/data/
*.png