Update Home authored by johannes bilk's avatar johannes bilk
...@@ -5,3 +5,24 @@ This is wiki for my machine learning code. ...@@ -5,3 +5,24 @@ This is wiki for my machine learning code.
## Neural Network ## Neural Network
The wiki for [neural networks](https://gitlab.ub.uni-giessen.de/gc2052/machine-learning/-/wikis/Neural-Network) is here. The wiki for [neural networks](https://gitlab.ub.uni-giessen.de/gc2052/machine-learning/-/wikis/Neural-Network) is here.
## Decision Trees
The wiki for [decision trees](https://gitlab.ub.uni-giessen.de/gc2052/machine-learning/-/wikis/Decision-Tree) can be found here.
## Random Forrests
The wiki for [random forrests](https://gitlab.ub.uni-giessen.de/gc2052/machine-learning/-/wikis/Random-Forrests) starts here.
## Self-Organizing Maps
The wiki for [soms](https://gitlab.ub.uni-giessen.de/gc2052/machine-learning/-/wikis/Self-Organizing-Map) is here.
## All Stuff Data
For data sets and data loader I refer to this [pages](https://gitlab.ub.uni-giessen.de/gc2052/machine-learning/-/wikis/Data).