Submitted by NadaBrothers t3_10kmc7n in MachineLearning
I work as as a researcher and am kind of new to neural networks. I have an RNN (1e4 x 1e4 network) that I would like to train in either MATLAB or Julia.
One option I considered is writing my own code for Hessian-free optimization, but the implementational details are really, really hard to figure out.
I am aware there is a Theano or TF implementation of HFO but I I am primarily interested in having the code in MATLAB/Julia.
Also, are there better/alternative techniques than Hessian-free optimization for training RNN's ?
limpbizkit4prez t1_j5rmvr6 wrote
I know you said you are interested in MATLAB or Julia, but I'm interested in why not a python library? I mean a simple Google search would show lots of pytorch HFO solutions.