View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window java-ann-mlp-1.0.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.chen0040.mlp.ann
├─ com.github.chen0040.mlp.ann.MLP.class - [JAR]
├─ com.github.chen0040.mlp.ann.MLPLayer.class - [JAR]
├─ com.github.chen0040.mlp.ann.MLPNet.class - [JAR]
├─ com.github.chen0040.mlp.ann.MLPNeuron.class - [JAR]
com.github.chen0040.mlp.ann.classifiers
├─ com.github.chen0040.mlp.ann.classifiers.MLPClassifier.class - [JAR]
├─ com.github.chen0040.mlp.ann.classifiers.MLPWithLabelOutput.class - [JAR]
com.github.chen0040.mlp.functions
├─ com.github.chen0040.mlp.functions.AbstractTransferFunction.class - [JAR]
├─ com.github.chen0040.mlp.functions.Identity.class - [JAR]
├─ com.github.chen0040.mlp.functions.RangeScaler.class - [JAR]
├─ com.github.chen0040.mlp.functions.ReLU.class - [JAR]
├─ com.github.chen0040.mlp.functions.Sigmoid.class - [JAR]
├─ com.github.chen0040.mlp.functions.SoftMax.class - [JAR]
├─ com.github.chen0040.mlp.functions.TransferFunction.class - [JAR]
com.github.chen0040.mlp.ann.regression
├─ com.github.chen0040.mlp.ann.regression.MLPRegression.class - [JAR]
├─ com.github.chen0040.mlp.ann.regression.MLPWithNumericOutput.class - [JAR]
com.github.chen0040.mlp.enums
├─ com.github.chen0040.mlp.enums.LearningMethod.class - [JAR]
├─ com.github.chen0040.mlp.enums.WeightUpdateMode.class - [JAR]