APRIL-ANN toolkit (A Pattern Recognizer In Lua with ANNs). This toolkit incorporates ANN algorithms (as dropout, stacked denoising auto-encoders, convolutional NNs), with other pattern recognition methods as HMMs among others. Additionally, in experimental stage, it is possible to perform automatic differentiation, for advanced ML research.
It is known that there are problems with fork and OMP, we still looking a way to solve this problem in APRIL. The problem shows up when using parallel_foreach() function because it uses fork to create new childs.
It is known that there are problems with fork and OMP, we still looking a way to solve this problem in APRIL. The problem shows up when using
parallel_foreach()
function because it uses fork to create new childs.