Age | Commit message (Collapse) | Author |
|
parameters implemented:
- input_keys
- label_keys
- epochs
- labels
- weights_path
Network weights and architecture loading is not implemented yet.
|
|
The program config parameters where encapsulated in a struct to keep
track of them without implementing a lot of functions
|
|
The point is have this file for new activation function without bloating
nn.c file
|
|
Training function were fixed and new activation and cost function were
implemented
|
|
|
|
|
|
|
Feel free to download, copy and edit any repo