Skip to content
Snippets Groups Projects
Commit bc4e18e5 authored by johannes bilk's avatar johannes bilk
Browse files

Merge branch 'master' into 'main'

Master

See merge request !5
parents 87d2437b 80ba1871
No related branches found
No related tags found
1 merge request!5Master
......@@ -28,6 +28,7 @@ The Following list gives an overview of features and their status. Keep in meind
- Graph (very simple solution implemented)
- Transposed Convolution (implemented, works)
- LR Scheduler (implemented)
- Tensors with autograd (started)
- Random Forrest
- DecisionTree (Modular)
- Impurity Measures (Gini, Entropy, MAE, MSE)
......@@ -55,6 +56,8 @@ The Following list gives an overview of features and their status. Keep in meind
- learning rate scheduler from Neural Network (works)
- calculating umatrix (implemented)
- evaluating the map (minimally implemented)
- all applications can be saved/loaded as/from json files
The network code is up and running, forward and backward propagation works with Linear, Convolution and Activation, with Dropout and Pooling should work. I am pretty sure that there a bugs and mistakes. But on simple test data it already works well.
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment