From 5386902734f8ded5a8aa247c1677be709ef827eb Mon Sep 17 00:00:00 2001 From: Rahul J Date: Mon, 13 Aug 2018 15:05:23 +0530 Subject: [PATCH 1/4] Added Machine learning algorithms to the base entitites Added Decision tree code building exercise as part of the Machine learning algorithms. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 04d21a9..bc36191 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ * [Front-end Framework / Library](#build-your-own-front-end-framework--library) * [Game](#build-your-own-game) * [Git](#build-your-own-git) +* [Machine Learning Algorithm](#build-your-own-machine-learning-algorithm) * [Network Stack](#build-your-own-network-stack) * [Neural Network](#build-your-own-neural-network) * [Operating System](#build-your-own-operating-system) @@ -203,6 +204,11 @@ * [**Python**: _Just enough of a Git client to create a repo, commit, and push itself to GitHub_](https://benhoyt.com/writings/pygit/) * [**Ruby**: _Rebuilding Git in Ruby_](https://robots.thoughtbot.com/rebuilding-git-in-ruby) + +#### Build your own `Machine Learning Algorithm` + +* [**Python**: _Learn ML Algorithms by coding: Decision Trees_](https://lethalbrains.com/learn-ml-algorithms-by-coding-decision-trees-439ac503c9a4) + #### Build your own `Network Stack` * [**C**: _Beej's Guide to Network Programming_](http://beej.us/guide/bgnet/html/multi/index.html) From c50c142f1303eb640605599f8c95d74eaf1c8f4c Mon Sep 17 00:00:00 2001 From: Rahul J Date: Mon, 13 Aug 2018 15:06:51 +0530 Subject: [PATCH 2/4] Modified to add Machine Learning Algorithm in the category list --- ISSUE_TEMPLATE | 1 + 1 file changed, 1 insertion(+) diff --git a/ISSUE_TEMPLATE b/ISSUE_TEMPLATE index 105426c..f826968 100644 --- a/ISSUE_TEMPLATE +++ b/ISSUE_TEMPLATE @@ -23,6 +23,7 @@ Thanks for contributing! Tutorial in this list should provide a guided path for * [ ] Front-end Framework / Library * [ ] Game * [ ] Git +* [ ] Machine Learning Algorithm * [ ] Network Stack * [ ] Neural Network * [ ] Operating System From 49a0440ed23bc6dc1bb523881a209b252dbafa50 Mon Sep 17 00:00:00 2001 From: Daniel Stefanovic Date: Wed, 29 Aug 2018 08:26:34 +0200 Subject: [PATCH 3/4] Move tutorial to "Uncategorized" --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index bc36191..e6ec0ff 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,6 @@ * [Front-end Framework / Library](#build-your-own-front-end-framework--library) * [Game](#build-your-own-game) * [Git](#build-your-own-git) -* [Machine Learning Algorithm](#build-your-own-machine-learning-algorithm) * [Network Stack](#build-your-own-network-stack) * [Neural Network](#build-your-own-neural-network) * [Operating System](#build-your-own-operating-system) @@ -204,11 +203,6 @@ * [**Python**: _Just enough of a Git client to create a repo, commit, and push itself to GitHub_](https://benhoyt.com/writings/pygit/) * [**Ruby**: _Rebuilding Git in Ruby_](https://robots.thoughtbot.com/rebuilding-git-in-ruby) - -#### Build your own `Machine Learning Algorithm` - -* [**Python**: _Learn ML Algorithms by coding: Decision Trees_](https://lethalbrains.com/learn-ml-algorithms-by-coding-decision-trees-439ac503c9a4) - #### Build your own `Network Stack` * [**C**: _Beej's Guide to Network Programming_](http://beej.us/guide/bgnet/html/multi/index.html) @@ -409,6 +403,7 @@ * [**Python**: _Stock Market Predictions with LSTM in Python_](https://www.datacamp.com/community/tutorials/lstm-python-stock-market) * [**Python**: _Build your own error-correction fountain code with Luby Transform Codes_](https://franpapers.com/en/algorithmic/2018-introduction-to-fountain-codes-lt-codes-with-python/) * [**Python**: _Building a simple Generative Adversial Network (GAN) using Tensorflow_](https://blog.paperspace.com/implementing-gans-in-tensorflow/) +* [**Python**: _Learn ML Algorithms by coding: Decision Trees_](https://lethalbrains.com/learn-ml-algorithms-by-coding-decision-trees-439ac503c9a4) * [**Ruby**: _A Pedometer in the Real World_](http://aosabook.org/en/500L/a-pedometer-in-the-real-world.html) * [**Ruby**: _Creating a Linux Desktop application with Ruby_](https://iridakos.com/tutorials/2018/01/25/creating-a-gtk-todo-application-with-ruby) * [**Rust**: _Let's build a browser engine_](https://limpet.net/mbrubeck/2014/08/08/toy-layout-engine-1.html) From 4d1fe714d39071f2e193a18a0af0995157cc0040 Mon Sep 17 00:00:00 2001 From: Daniel Stefanovic Date: Wed, 29 Aug 2018 08:26:57 +0200 Subject: [PATCH 4/4] Remove category from issue template --- ISSUE_TEMPLATE | 1 - 1 file changed, 1 deletion(-) diff --git a/ISSUE_TEMPLATE b/ISSUE_TEMPLATE index f826968..105426c 100644 --- a/ISSUE_TEMPLATE +++ b/ISSUE_TEMPLATE @@ -23,7 +23,6 @@ Thanks for contributing! Tutorial in this list should provide a guided path for * [ ] Front-end Framework / Library * [ ] Game * [ ] Git -* [ ] Machine Learning Algorithm * [ ] Network Stack * [ ] Neural Network * [ ] Operating System