Commit Graph

39 Commits

Author SHA1 Message Date
Gerges Dib
a6b0678c06 Merge pull request #70 from SanderHestvik/patch-1
add minor fix in commented example code Exercise 6
2021-06-30 14:11:37 -07:00
Gerges Dib
c7c63fb593 Merge pull request #76 from agustinaliagac/fix-typos
Fix formula typo in exercise 3 and other typos in exercise 5
2021-06-30 14:09:05 -07:00
Agustín Aliaga Casaletti
c9e00ff037 Fix formula typo in exercise 3 and other typos in exercise 5 2021-05-28 11:37:36 -03:00
SanderHestvik
3ebf1b352b add minor fix in commented example code Exercise 6 2021-01-09 12:50:39 +01:00
Gerges Dib
ec39a6847a Merge pull request #15 from ncliang/patch-1
Copy/paste bug in ex2
2020-06-06 23:36:32 -07:00
Gerges Dib
47a2000545 removed requirements file 2020-06-06 23:32:28 -07:00
Gerges Dib
2fc7b44e55 remove requirement file, added conda environment file 2020-06-06 23:31:31 -07:00
Gerges Dib
eaf6822ae8 Merge pull request #55 from frostblooded/patch-1
Mistaken indexes fix
2020-06-06 22:59:01 -07:00
Gerges Dib
29ebe14cd9 Merge pull request #56 from warnak/patch-1
possible typo fix
2020-06-06 22:54:39 -07:00
Mukund Choudhary
3e46ab6182 possible typo fix 2020-05-22 14:27:33 +05:30
Николай Данаилов
461a27df81 Mistaken indexes fix 2020-05-19 13:04:33 +03:00
Gerges Dib
482783da26 Merge pull request #49 from ChristopherDaigle/master
Requirements updated to "safe" versions
2020-02-14 18:18:53 -08:00
Gerges Dib
24155e8eab Merge pull request #46 from filipmihal/online-workspace
Added a link to an online workspace
2020-02-14 18:17:26 -08:00
Christopher Daigle
7998f93ceb change to safe versions of packages
Jinja2 (2.10 -> 2.10.1), notebook (5.6.0 -> 5.7.8), and twisted (Twisted 18.7.0 -> twisted 19.7.0)
2020-02-11 07:40:32 -05:00
Christopher Daigle
fe6eff79a8 Update requirements.txt 2020-02-11 07:34:57 -05:00
Gerges Dib
4319f37dc8 Merge pull request #44 from jdayton3/patch-1
Minor grammar fixes
2019-12-30 21:23:12 -08:00
Filip
7be98ac3cd Added a link to Deepnote 2019-11-18 14:26:25 +01:00
Jonathan Dayton
8433480788 Minor grammar fixes 2019-10-24 14:01:48 -05:00
Gerges Dib
f9f13338f9 Merge pull request #20 from Uzair-Fasih/hotfix
Changed lambda_ value from 100 to 0
2019-08-05 13:19:47 -07:00
Gerges Dib
effb42938e Merge pull request #34 from furqanamin/fix-ex4-notebook
Fixed exercise4.ipynb
2019-08-05 13:15:05 -07:00
Furqan Amin
ba5cb0389a Fixed exercise4.ipynb
Added the missing mathematical equation in Point #4 of 2.4 backpropagation. Also added an implementation note linking to the discussions of the course so it could help fellow students to implement backprop.
2019-08-03 10:35:49 +05:00
Gerges Dib
39fc8fc244 Merge pull request #32 from gavinhughes/patch-1
Fix typo.
2019-07-25 22:52:22 -07:00
Gavin Hughes
f2edc4fbb8 Fix typo. 2019-07-25 12:01:50 -10:00
Gerges Dib
8a606acb22 Merge pull request #23 from yegortokmakov/patch-1
Fix autoreload
2019-04-30 08:58:52 -07:00
Yegor Tokmakov
5a25b495a3 Fix autoreload
https://github.com/dibgerge/ml-coursera-python-assignments/issues/21
2019-04-17 12:13:26 +02:00
Uzair Fasih
67f7604361 Changed lambda_ value from 100 to 0 2019-03-19 19:24:48 +05:30
Nigel Liang
930d4b1c13 Copy/paste bug in ex2 2018-11-07 12:01:05 -08:00
Gerges Dib
441d6b6018 Merge pull request #12 from BioGeek/patch-1
Fix typo
2018-10-20 16:54:42 -04:00
Jeroen Van Goey
d4085fa996 Fix typo
Fix a simple typo.

PS: thanks for implementing this, this is a godsend!
2018-10-20 22:49:01 +02:00
Gerges Dib
40fd933e36 Merge pull request #9 from mmaorc/fix-movie-average-calculation-example
Fix 'Toy Story' movie average calculation bug in Ex8
2018-10-08 22:03:20 -04:00
Gerges Dib
f531bf28d2 Merge pull request #8 from tigco/patch-2
Update the selectThreshold() in Exercise 8
2018-10-08 14:03:20 -04:00
Gerges Dib
b76b2aa73d Merge pull request #11 from de3z1e/patch-1
Fixed TypeError Issue When Submitting to Grader
2018-10-08 13:48:55 -04:00
de3z1e
7676d0a71b Fixed TypeError Issue When Submitting to Grader 2018-10-06 14:45:48 -07:00
Maor
07bf4dd931 Fixed 'Toy Story' movie average calculation bug in Ex8.
The indicator matrix should be used for filtering elements instead of selecting elements.
2018-09-30 18:21:22 +03:00
tigco
5cb3d2953b Update the selectThreshold() in Exercise 8
I believe some parameter specifications in selectThreshold() were incorrect due to a copy/paste error. Please take a look.

thanks,
Tigran
2018-09-17 15:21:43 +03:00
Gerges Dib
08ff370008 updated requirements.txt file 2018-08-26 09:57:20 -07:00
Dib, Gerges
76dd66eb0b Fixed setence in ex1 and comment in ex3 2018-08-25 18:06:29 -07:00
dibgerge
0c52aa0f14 modify readme 2018-02-23 19:20:50 -08:00
Dib, Gerges
1239a1d937 First commit 2018-02-23 17:16:58 -08:00