Skip to content

Commit 7631826

Browse files
committed
Update and Added Readme files
1 parent 1d85288 commit 7631826

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
### C3 - Week 2 Solutions
2+
3+
- [Practice Quiz : Collaborative Filtering](https://github.com/greyhatguy007/Machine-Learning-Specialization-Coursera/blob/1d85288d0d29a33b780f7529f6e72837be7ad188/C3%20-%20Unsupervised%20Learning,%20Recommenders,%20Reinforcement%20Learning/week2/Practice%20Quiz%20:%20Collaborative%20Filtering)
4+
- [Practice Quiz : Recommender systems implementation](https://github.com/greyhatguy007/Machine-Learning-Specialization-Coursera/blob/1d85288d0d29a33b780f7529f6e72837be7ad188/C3%20-%20Unsupervised%20Learning,%20Recommenders,%20Reinforcement%20Learning/week2/Practice%20Quiz%20:%20Recommender%20systems%20implementation)
5+
- [Practice Quiz : Content-based filtering](https://github.com/greyhatguy007/Machine-Learning-Specialization-Coursera/blob/1d85288d0d29a33b780f7529f6e72837be7ad188/C3%20-%20Unsupervised%20Learning,%20Recommenders,%20Reinforcement%20Learning/week2/Practice%20Quiz%20:%20Content-based%20filtering)
6+
- [Programming Assignments](https://github.com/greyhatguy007/Machine-Learning-Specialization-Coursera/blob/1d85288d0d29a33b780f7529f6e72837be7ad188/C3%20-%20Unsupervised%20Learning,%20Recommenders,%20Reinforcement%20Learning/week2/C3W2)
7+
- [Collaborative Filtering RecSys](https://github.com/greyhatguy007/Machine-Learning-Specialization-Coursera/blob/1d85288d0d29a33b780f7529f6e72837be7ad188/C3%20-%20Unsupervised%20Learning,%20Recommenders,%20Reinforcement%20Learning/week2/C3W2/C3W2A1/C3_W2_Collaborative_RecSys_Assignment.ipynb)
8+
- [RecSys using Neural Networks](https://github.com/greyhatguy007/Machine-Learning-Specialization-Coursera/blob/1d85288d0d29a33b780f7529f6e72837be7ad188/C3%20-%20Unsupervised%20Learning,%20Recommenders,%20Reinforcement%20Learning/week2/C3W2/C3W2A2/C3_W2_RecSysNN_Assignment.ipynb)

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,19 @@ Contains Solutions and Notes for the [Machine Learning Specialization](https://w
116116
- [Week 1](https://github.com/greyhatguy007/Machine-Learning-Specialization-Coursera/blob/20e9e2fafcabd86aeeabdda2f79316caba6a5213/C3%20-%20Unsupervised%20Learning,%20Recommenders,%20Reinforcement%20Learning/week1)
117117
- [Practice quiz : Clustering](https://github.com/greyhatguy007/Machine-Learning-Specialization-Coursera/blob/20e9e2fafcabd86aeeabdda2f79316caba6a5213/C3%20-%20Unsupervised%20Learning,%20Recommenders,%20Reinforcement%20Learning/week1/Practice%20Quiz:%20Clustering)
118118
- [Practice quiz : Anomaly Detection](https://github.com/greyhatguy007/Machine-Learning-Specialization-Coursera/blob/50762882a48709806ca8cfae482eafdb7ccbc394/C3%20-%20Unsupervised%20Learning,%20Recommenders,%20Reinforcement%20Learning/week1/Practice%20Quiz%20:%20Anomaly%20Detection)
119-
- [Programming Assignment 1](https://github.com/greyhatguy007/Machine-Learning-Specialization-Coursera/blob/078956db6f34d8c9e1dda497cd613922c5146ead/C3%20-%20Unsupervised%20Learning,%20Recommenders,%20Reinforcement%20Learning/week1/C3W1A)
119+
- [Programming Assignments](https://github.com/greyhatguy007/Machine-Learning-Specialization-Coursera/blob/078956db6f34d8c9e1dda497cd613922c5146ead/C3%20-%20Unsupervised%20Learning,%20Recommenders,%20Reinforcement%20Learning/week1/C3W1A)
120120
- [K means](https://github.com/greyhatguy007/Machine-Learning-Specialization-Coursera/blob/078956db6f34d8c9e1dda497cd613922c5146ead/C3%20-%20Unsupervised%20Learning,%20Recommenders,%20Reinforcement%20Learning/week1/C3W1A/C3W1A1/C3_W1_KMeans_Assignment.ipynb)
121121
- [Anomaly Detection](https://github.com/greyhatguy007/Machine-Learning-Specialization-Coursera/blob/3f7a43ce32bc6bea2fca7bc815ad2a5883422c9b/C3%20-%20Unsupervised%20Learning,%20Recommenders,%20Reinforcement%20Learning/week1/C3W1A/C3W1A2/C3_W1_Anomaly_Detection.ipynb)
122122

123123
<br/>
124124

125125
- [Week 2](https://github.com/greyhatguy007/Machine-Learning-Specialization-Coursera/blob/20e9e2fafcabd86aeeabdda2f79316caba6a5213/C3%20-%20Unsupervised%20Learning,%20Recommenders,%20Reinforcement%20Learning/week2)
126+
- [Practice Quiz : Collaborative Filtering](https://github.com/greyhatguy007/Machine-Learning-Specialization-Coursera/blob/1d85288d0d29a33b780f7529f6e72837be7ad188/C3%20-%20Unsupervised%20Learning,%20Recommenders,%20Reinforcement%20Learning/week2/Practice%20Quiz%20:%20Collaborative%20Filtering)
127+
- [Practice Quiz : Recommender systems implementation](https://github.com/greyhatguy007/Machine-Learning-Specialization-Coursera/blob/1d85288d0d29a33b780f7529f6e72837be7ad188/C3%20-%20Unsupervised%20Learning,%20Recommenders,%20Reinforcement%20Learning/week2/Practice%20Quiz%20:%20Recommender%20systems%20implementation)
128+
- [Practice Quiz : Content-based filtering](https://github.com/greyhatguy007/Machine-Learning-Specialization-Coursera/blob/1d85288d0d29a33b780f7529f6e72837be7ad188/C3%20-%20Unsupervised%20Learning,%20Recommenders,%20Reinforcement%20Learning/week2/Practice%20Quiz%20:%20Content-based%20filtering)
129+
- [Programming Assignments](https://github.com/greyhatguy007/Machine-Learning-Specialization-Coursera/blob/1d85288d0d29a33b780f7529f6e72837be7ad188/C3%20-%20Unsupervised%20Learning,%20Recommenders,%20Reinforcement%20Learning/week2/C3W2)
130+
- [Collaborative Filtering RecSys](https://github.com/greyhatguy007/Machine-Learning-Specialization-Coursera/blob/1d85288d0d29a33b780f7529f6e72837be7ad188/C3%20-%20Unsupervised%20Learning,%20Recommenders,%20Reinforcement%20Learning/week2/C3W2/C3W2A1/C3_W2_Collaborative_RecSys_Assignment.ipynb)
131+
- [RecSys using Neural Networks](https://github.com/greyhatguy007/Machine-Learning-Specialization-Coursera/blob/1d85288d0d29a33b780f7529f6e72837be7ad188/C3%20-%20Unsupervised%20Learning,%20Recommenders,%20Reinforcement%20Learning/week2/C3W2/C3W2A2/C3_W2_RecSysNN_Assignment.ipynb)
126132

127133
<br/>
128134

0 commit comments

Comments
 (0)