issues
search
benoitfragit
/
MLPlugins
MLGui plugins implementation
GNU General Public License v3.0
4
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Network serialization/deserialzation/Configuration
#95
benoitfragit
closed
6 years ago
0
Remove the brain_learning file
#94
benoitfragit
closed
7 years ago
0
Settings should not be static
#93
benoitfragit
closed
7 years ago
0
CMake unit test function
#92
benoitfragit
closed
7 years ago
0
Write a data loading test
#91
benoitfragit
closed
7 years ago
0
Transform current archi into a plugin based system
#90
benoitfragit
closed
7 years ago
0
Better layer input
#89
benoitfragit
closed
7 years ago
0
Data loading
#88
benoitfragit
closed
7 years ago
1
Do not use a tree for data
#87
benoitfragit
closed
7 years ago
0
Returning data before closing document
#86
benoitfragit
closed
7 years ago
0
Error in train
#85
benoitfragit
closed
7 years ago
0
Invalide siaein reset_layer_selta
#84
benoitfragit
closed
7 years ago
0
Rewrite deserialize methode
#83
benoitfragit
closed
7 years ago
0
Move train methode to brain_buildee
#82
benoitfragit
closed
7 years ago
0
Renamr brain_costfunction
#81
benoitfragit
closed
7 years ago
0
Error in neuron creation
#80
benoitfragit
closed
7 years ago
1
Add set_layer_connected
#79
benoitfragit
closed
7 years ago
0
Error in backpropagation
#78
benoitfragit
closed
7 years ago
0
Remove unusefull call to get_setting_instance
#77
benoitfragit
closed
7 years ago
0
Rename PtrFunc
#76
benoitfragit
closed
7 years ago
0
Wrong include location
#75
benoitfragit
closed
7 years ago
0
Make the SettingManager became a Singleton
#74
benoitfragit
closed
7 years ago
0
Add Glob recurse in CMakeLists.txt to automatically detect C file
#73
benoitfragit
closed
7 years ago
0
Rename several files
#72
benoitfragit
closed
7 years ago
1
Add test conditional compilation
#71
benoitfragit
closed
7 years ago
0
Remove brain_utils_config.h file
#70
benoitfragit
closed
7 years ago
0
Create metjods new_settings_from_context
#69
benoitfragit
closed
7 years ago
0
Try to generate enumeration
#68
benoitfragit
closed
7 years ago
0
Brain dumping
#67
benoitfragit
closed
7 years ago
0
BrainLayer data structure
#66
benoitfragit
closed
7 years ago
0
try to move all learning function into the brain_learning.c file
#65
benoitfragit
closed
7 years ago
0
remove current chunck reading
#64
benoitfragit
closed
7 years ago
0
add online offline mode setting
#63
benoitfragit
closed
7 years ago
0
create a BrainWeight type
#62
benoitfragit
closed
7 years ago
0
create a BrainWeight type
#61
benoitfragit
closed
7 years ago
0
Make Core project independante from utils by reverting the dependancy
#60
benoitfragit
closed
7 years ago
0
wrong loop end condition
#59
benoitfragit
closed
7 years ago
0
remove for loop in feedforwad methon
#58
benoitfragit
closed
7 years ago
0
remove update_network_weight method
#57
benoitfragit
closed
7 years ago
0
use a chained llist for layer do dorectly access the next layer and make feedforwerd mzthod smarter
#56
benoitfragit
closed
7 years ago
0
backpropagation genericity
#55
benoitfragit
closed
7 years ago
0
In neuron potential division by 0
#54
benoitfragit
closed
7 years ago
0
Some minor issues
#53
benoitfragit
closed
7 years ago
0
Some issue wgile movint to BrainUint
#52
benoitfragit
closed
7 years ago
0
use dropout to avoid overfitting
#51
benoitfragit
closed
7 years ago
2
Multiple derivative calculation
#50
benoitfragit
closed
7 years ago
0
Delta summation pre computing
#49
benoitfragit
closed
7 years ago
0
Missing const qualifier on the next_layer and next_neyron in the method bacprop_hidden_layer
#48
benoitfragit
closed
7 years ago
0
remove delta reset
#47
benoitfragit
closed
7 years ago
0
loss is not added to the total quadratic error
#46
benoitfragit
closed
7 years ago
0
Next