+ 4
is anybody studying deep neural networks
A.I. Deep N.N. M.L VR/AR
1 Antwort
+ 2
I'm working on a homebrew AI using my own network design. It's sort of a hybrid system using GRUs. It also supports loading different personalities via a file that maps the link weights. The API I designed has a feature to dump the network weights so I can train it on different sets then save the personalities and load any via command-line arguments. It's all written from scratch in C.