You can definitely create Artificial Neural Nets in J. I think it is probably 
easier to write one than in most other languages, since J handles matrix ops 
out-of-the-box. I have created toy ANNs, but I don't know if anyone has written 
a quality machine learning library in J. 
I'm not entirely sure I understand what problem you are trying to solve, but 
setting aside J, I think you can't go very wrong with Python +SciKit-Learn, to 
solve classification or regression problems on your data.

Regards,
Jon


--------------------------------------------
On Tue, 7/25/17, Brian Babiak <bdbab...@gmail.com> wrote:

 Subject: [Jprogramming] neural nets, supervised learning in j
 To: programm...@jsoftware.com
 Date: Tuesday, July 25, 2017, 6:00 AM
 
 Can anyone direct me to the possibility of
 neural nets/supervised learning
 in j? The problem I'm trying to solve
 is there is an input table/matrix and
 a value assigned to that matrix. I
 would like to do supervised learning on
 a neural net to optimize the difference
 to the known value. Any examples or
 information about neural nets and
 supervised learning in j would be
 appreciated!
 
 
 Brian Babiak MD
 https://drbabiak.com/ <http://drbabiak.com>
 ----------------------------------------------------------------------
 For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to