Update Home authored by johannes bilk's avatar johannes bilk
...@@ -2,27 +2,43 @@ ...@@ -2,27 +2,43 @@
This is wiki for my machine learning code. 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/Home/Neural-Network) is here.
## Decision Trees & Random Forrests
## Decision Trees [Overview](https://gitlab.ub.uni-giessen.de/gc2052/machine-learning/-/wikis/Home/Decision-Tree-&-Random-Forrest)
The wiki for [decision trees](https://gitlab.ub.uni-giessen.de/gc2052/machine-learning/-/wikis/Decision-Tree) can be found here. ### Decision Trees
[Decision Tree](https://gitlab.ub.uni-giessen.de/gc2052/machine-learning/-/wikis/Home/Decision-Tree-&-Random-Forrest/Decision-Tree)
## Random Forrests ### Random Forrests
The wiki for [random forrests](https://gitlab.ub.uni-giessen.de/gc2052/machine-learning/-/wikis/Random-Forrests) starts here. [Random Forrest](https://gitlab.ub.uni-giessen.de/gc2052/machine-learning/-/wikis/Home/Decision-Tree-&-Random-Forrest/Random-Forrest)
## Self-Organizing Maps ## Self-Organizing Maps
The wiki for [soms](https://gitlab.ub.uni-giessen.de/gc2052/machine-learning/-/wikis/Self-Organizing-Map) is here. [Self-Organizing Map](https://gitlab.ub.uni-giessen.de/gc2052/machine-learning/-/wikis/Home/Self-Organizing-Map)
## Data
[Overview](https://gitlab.ub.uni-giessen.de/gc2052/machine-learning/-/wikis/Home/Data)
### Data Set
[Data Set](https://gitlab.ub.uni-giessen.de/gc2052/machine-learning/-/wikis/Home/Data/Data-Set)
### Data Loader
[Data Loader](https://gitlab.ub.uni-giessen.de/gc2052/machine-learning/-/wikis/Home/Data/Data-Loader)
### PXD Data
## All Stuff Data [PXD Data](https://gitlab.ub.uni-giessen.de/gc2052/machine-learning/-/wikis/Home/Data/PXD-Data)
For data sets and data loader I refer to this [pages](https://gitlab.ub.uni-giessen.de/gc2052/machine-learning/-/wikis/Data).