-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
26 lines (26 loc) · 935 Bytes
/
.gitignore
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
.idea
venv
*.iml
__pycache__
assets/__pycache__
day_1/__pycache__
day_2/__pycache__
day_3/__pycache__
day_4/__pycache__
day_5/__pycache__
notebooks/.ipynb_checkpoints
notebooks/__pycache__
notebooks/building-your-deep-neural-network-step-by-step/.ipynb_checkpoints
notebooks/decision-trees/.ipynb_checkpoints
notebooks/deep-neural-network-application-image-classification/.ipynb_checkpoints
notebooks/kaggle-titanic/.ipynb_checkpoints
notebooks/linear-regression/.ipynb_checkpoints
notebooks/linear_regression/.ipynb_checkpoints
notebooks/logisic-regression-as-a-neural-network/.ipynb_checkpoints
notebooks/logistic-regression/.ipynb_checkpoints
notebooks/matplotlib/.ipynb_checkpoints
notebooks/multi-linear-regression/.ipynb_checkpoints
notebooks/numpy-tutorial/.ipynb_checkpoints
notebooks/pandas/.ipynb_checkpoints
notebooks/planar-classification-with-one-hidden-layer/.ipynb_checkpoints
notebooks/vectorization/.ipynb_checkpoints