Skip to content

Commit

Permalink
Merge pull request #1 from srhee0187/dev
Browse files Browse the repository at this point in the history
add submodule reference to private repo
  • Loading branch information
lundy0187 authored Sep 13, 2022
2 parents c106a4e + 31bf5a6 commit f18cb8f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "DLProjects"]
path = DLProjects
url = [email protected]:srhee0187/DLProjects.git
1 change: 1 addition & 0 deletions DLProjects
Submodule DLProjects added at d8a57b
19 changes: 18 additions & 1 deletion README.md
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

0 comments on commit f18cb8f

Please sign in to comment.