Added Machine learning algorithms to the base entitites

Added Decision tree code building exercise as part of the Machine learning algorithms.
This commit is contained in:
Rahul J 2018-08-13 15:05:23 +05:30 committed by GitHub
parent acb3f2c614
commit 5386902734
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@
* [Front-end Framework / Library](#build-your-own-front-end-framework--library) * [Front-end Framework / Library](#build-your-own-front-end-framework--library)
* [Game](#build-your-own-game) * [Game](#build-your-own-game)
* [Git](#build-your-own-git) * [Git](#build-your-own-git)
* [Machine Learning Algorithm](#build-your-own-machine-learning-algorithm)
* [Network Stack](#build-your-own-network-stack) * [Network Stack](#build-your-own-network-stack)
* [Neural Network](#build-your-own-neural-network) * [Neural Network](#build-your-own-neural-network)
* [Operating System](#build-your-own-operating-system) * [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/) * [**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) * [**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` #### Build your own `Network Stack`
* [**C**: _Beej's Guide to Network Programming_](http://beej.us/guide/bgnet/html/multi/index.html) * [**C**: _Beej's Guide to Network Programming_](http://beej.us/guide/bgnet/html/multi/index.html)