Skip to content

Commit af42a3d

Browse files
initial commit
0 parents  commit af42a3d

File tree

6 files changed

+48
-0
lines changed

6 files changed

+48
-0
lines changed

Diff for: .gitignore

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
venv
2+
.idea
3+
__pycache__
4+
out
5+
dist
6+
.ipynb_notebooks
7+
week_1/.ipynb_notebooks
8+
week_1/__pycache__
9+
week_2/.ipynb_notebooks
10+
week_2/__pycache__

Diff for: LICENSE

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Copyright 2021 anishLearnsToCode
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
4+
documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
5+
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
6+
persons to whom the Software is furnished to do so, subject to the following conditions:
7+
8+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
9+
Software.
10+
11+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
12+
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
13+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
14+
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Diff for: README.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Structuring Machine Learning Projects @Coursera
2+
3+
__Course by deeplearning.ai__
4+
5+
[![specialization](https://img.shields.io/badge/specialization-Deep%20Learning-<COLOR>.svg)](https://github.com/anishLearnsToCode/deep-learning-ai)
6+
[![course-list](https://img.shields.io/badge/also%20see-Other%20Coursera%20Courses-1f72ff.svg)](https://github.com/anishLearnsToCode/course-list#coursera)
7+
8+
This is part of the 5 course specialization on
9+
[Deep Learning](https://github.com/anishLearnsToCode/deep-learning-ai)
10+
on Coursera. This is the third course.
11+
12+
## 📖 Overview
13+
- [Week 1](#week-1)
14+
- [Week 2](#week-2)
15+
- [Certificate](#-certificate)
16+
17+
## Week 1
18+
- [Quiz: Bird Recognition in The City Of Peacetopia Case Study]()
19+
20+
## Week 2
21+
- [Quiz: Autonomous Driving (Case Study)]()
22+
23+
## 🎓 [Certificate]()
24+
![certificate](assets/certificate.png)

Diff for: requirements.txt

Whitespace-only changes.

Diff for: week_1/quiz-bird-recognition.md

Whitespace-only changes.

Diff for: week_2/quiz-autonomous-driving.md

Whitespace-only changes.

0 commit comments

Comments
 (0)