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:
parent
acb3f2c614
commit
5386902734
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user