-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add submodule reference to private repo
- Loading branch information
Showing
3 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "DLProjects"] | ||
path = DLProjects | ||
url = [email protected]:srhee0187/DLProjects.git |
Submodule DLProjects
added at
d8a57b
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,18 @@ | ||
# deep_learning | ||
# deep_learning | ||
Stanford University - Machine Learning by Andrew Ng from Coursera. | ||
This repository stores the progress of my lab assignments from the Coursera Machine Learning course. | ||
However, it is mainly a placeholder for my Coursera certificates, and includes a submodule reference to a private repository that actually contains the completed assignments. | ||
|
||
Status: | ||
Course 1, Neural Nets and Deep Learning: COMPLETE | ||
Course 2, Improving Deep Neural Networks: COMPLETE | ||
Course 3, Structuring ML Projects: | ||
Course 4, Convolutional Neural Networks: IN PROGRESS | ||
Course 5, Sequence Models: | ||
|
||
# Certificates | ||
[Neural Nets and Deep Learning](https://coursera.org/share/40966b39c5f1478f17399790dcf0b61d) | ||
[Improving Deep Neural Networks](https://coursera.org/share/a179688afc7353d2844fe13f6bea41fe) | ||
|
||
# Reference | ||
https://www.coursera.org/specializations/deep-learning |