I have a project in which I use the neuroph library to create neural networks (http://neuroph.sourceforge.net/, version 2.96). I also wanted to use the neat preview library (https://sourceforge.net/projects/neuroph/files/NEAT-preview/, version 0.9),…
I'm very new to neural networks, and decided to try implementing a basic one using Neuroph in Java to perform multiclass classification using Multilayer Perceptron.
public static void main(String[] args) {
final MultiLayerPerceptron…
I tried do install NeurophStudio on Win 10, but when i try to run it i got this message
I installed this program on my hard drive, but my windows is installed on my SSD.
How can i change --jdkhome destination on NeurophStudio, because i didnt…
I working on a face recognition project to learn Artifical Neural Network logic.
When I was applying steps, I got the following error:
No enum constant org.neuroph.util.TransferFunctionType.SİGMOİD error at Step 3.1 that setting multi-layer…
I am using a MultiLayerPerceptron network (of the Neuroph API). It has 65 inputs. The network is properly trained and does what it should do.
However probably the neural network could do the same with only half of the inputs. I am looking for an…
I'm trying to build a custom neural network the Neuroph API. In the constructor, I've added all my layers and connected them but, even before I train it, it constantly outputs 0 no matter what the inputs are.
The class is below. Am I missing any…
I am very interested in ai and wanted to create my own, so I watched some videos and found a good library.
For my first ai, it is very simple. I did this to get a grip on the library and how it works for more complex things in the future. All this…
I know how to code using java but I'm new on Neuroph I got an VectorSizeMismatchException with these codes.
Main: https://pastebin.com/dntWRMZN
public static void main(String[] args) {
…
I am trying to add neuroph to my Gradle project but am having a bit of trouble. The following is the maven dependency xml that the project provides.
neuroph.sourceforge.net
…
After importing external libs to my project every time I run project i get ClassNotFoundException:
06-09 18:22:49.759 12976-13005/? E/AndroidRuntime: FATAL EXCEPTION: dataLoader
Process: prm.soundpaint, PID:…