From 76cdb64be4c2d1289c5d7ec38792b5984d661fce Mon Sep 17 00:00:00 2001 From: Marlow Weston Date: Fri, 31 Mar 2023 07:51:34 -0500 Subject: [PATCH] Update README.md Add in machine learning and a minor regex link. --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ee9f6e0..8f2a512 100644 --- a/README.md +++ b/README.md @@ -77,9 +77,13 @@ But knowing the stuff will help you become better! :muscle:* - :page_facing_up: [Jepsen: how different databases behave under partition](https://aphyr.com/tags/jepsen) - :scroll: [Fallacies of Distributed Computing Explained](https://pages.cs.wisc.edu/~zuyu/files/fallacies.pdf) +### Machine Learning +- :school: [Andrew NG Machine Learning Specification Class](https://www.coursera.org/specializations/machine-learning-introduction) + ### RegExp -- [RegexHQ](https://github.com/regexhq) -- [Learn regex the easy way](https://github.com/ziishaned/learn-regex) +- :link: [RegexHQ](https://github.com/regexhq) +- :link: [Learn regex the easy way](https://github.com/ziishaned/learn-regex) +- :link: [Regex Crossword](https://regexcrossword.com/) ### Security - :book: [Security Programming](https://www.dwheeler.com/secure-programs/) @@ -258,4 +262,4 @@ But knowing the stuff will help you become better! :muscle:* - :link: [InterviewCake](https://www.interviewcake.com/) - :link: [At Coder](https://atcoder.jp/) - :link: [Codility](https://www.codility.com/) -- :link: [ICPC Problem Archive](https://icpc.kattis.com/) \ No newline at end of file +- :link: [ICPC Problem Archive](https://icpc.kattis.com/)