jar

com.github.nearbydelta : deepspark_2.11

Maven & Gradle

Jan 05, 2016
23 stars

DeepSpark · DeepSpark

Table Of Contents

Latest Version

Download com.github.nearbydelta : deepspark_2.11 JAR file - Latest Versions:

All Versions

Download com.github.nearbydelta : deepspark_2.11 JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window deepspark_2.11-1.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.nearbydelta.deepspark.data

├─ com.github.nearbydelta.deepspark.data.Activation.class - [JAR]

├─ com.github.nearbydelta.deepspark.data.AdaDelta.class - [JAR]

├─ com.github.nearbydelta.deepspark.data.AdaGrad.class - [JAR]

├─ com.github.nearbydelta.deepspark.data.Algorithm.class - [JAR]

├─ com.github.nearbydelta.deepspark.data.CosineErr.class - [JAR]

├─ com.github.nearbydelta.deepspark.data.CrossEntropyErr.class - [JAR]

├─ com.github.nearbydelta.deepspark.data.DataVectorSerializer.class - [JAR]

├─ com.github.nearbydelta.deepspark.data.GaussianRBF.class - [JAR]

├─ com.github.nearbydelta.deepspark.data.HardGaussianRBF.class - [JAR]

├─ com.github.nearbydelta.deepspark.data.HardSigmoid.class - [JAR]

├─ com.github.nearbydelta.deepspark.data.HardTanh.class - [JAR]

├─ com.github.nearbydelta.deepspark.data.HyperbolicTangent.class - [JAR]

├─ com.github.nearbydelta.deepspark.data.InverseQuadRBF.class - [JAR]

├─ com.github.nearbydelta.deepspark.data.KryoWrap.class - [JAR]

├─ com.github.nearbydelta.deepspark.data.LeakyReLU.class - [JAR]

├─ com.github.nearbydelta.deepspark.data.Linear.class - [JAR]

├─ com.github.nearbydelta.deepspark.data.ManhattanErr.class - [JAR]

├─ com.github.nearbydelta.deepspark.data.MatrixSerializer.class - [JAR]

├─ com.github.nearbydelta.deepspark.data.Objective.class - [JAR]

├─ com.github.nearbydelta.deepspark.data.RBFActivation.class - [JAR]

├─ com.github.nearbydelta.deepspark.data.Rectifier.class - [JAR]

├─ com.github.nearbydelta.deepspark.data.Sigmoid.class - [JAR]

├─ com.github.nearbydelta.deepspark.data.Softmax.class - [JAR]

├─ com.github.nearbydelta.deepspark.data.SoftmaxCEE.class - [JAR]

├─ com.github.nearbydelta.deepspark.data.Softplus.class - [JAR]

├─ com.github.nearbydelta.deepspark.data.SquaredErr.class - [JAR]

├─ com.github.nearbydelta.deepspark.data.StochasticGradientDescent.class - [JAR]

├─ com.github.nearbydelta.deepspark.data.Weight.class - [JAR]

├─ com.github.nearbydelta.deepspark.data.WeightBuilder.class - [JAR]

├─ com.github.nearbydelta.deepspark.data.package.class - [JAR]

com.github.nearbydelta.deepspark.word.layer

├─ com.github.nearbydelta.deepspark.word.layer.AverageLedger.class - [JAR]

├─ com.github.nearbydelta.deepspark.word.layer.ConcatLedger.class - [JAR]

├─ com.github.nearbydelta.deepspark.word.layer.FeatureConcatLedger.class - [JAR]

├─ com.github.nearbydelta.deepspark.word.layer.FeatureLedger.class - [JAR]

├─ com.github.nearbydelta.deepspark.word.layer.FixedAverageLedger.class - [JAR]

├─ com.github.nearbydelta.deepspark.word.layer.FixedLedger.class - [JAR]

├─ com.github.nearbydelta.deepspark.word.layer.Ledger.class - [JAR]

├─ com.github.nearbydelta.deepspark.word.layer.LedgerGroupLayer.class - [JAR]

├─ com.github.nearbydelta.deepspark.word.layer.RNNLedger.class - [JAR]

com.github.nearbydelta.deepspark.layer

├─ com.github.nearbydelta.deepspark.layer.BasicLayer.class - [JAR]

├─ com.github.nearbydelta.deepspark.layer.FullTensorLayer.class - [JAR]

├─ com.github.nearbydelta.deepspark.layer.InputLayer.class - [JAR]

├─ com.github.nearbydelta.deepspark.layer.Layer.class - [JAR]

├─ com.github.nearbydelta.deepspark.layer.LinearTransformLayer.class - [JAR]

├─ com.github.nearbydelta.deepspark.layer.NetworkConcatLayer.class - [JAR]

├─ com.github.nearbydelta.deepspark.layer.RBFLayer.class - [JAR]

├─ com.github.nearbydelta.deepspark.layer.Rank3TensorLayer.class - [JAR]

├─ com.github.nearbydelta.deepspark.layer.SplitTensorLayer.class - [JAR]

├─ com.github.nearbydelta.deepspark.layer.TransformLayer.class - [JAR]

├─ com.github.nearbydelta.deepspark.layer.TwoPhraseRBFLayer.class - [JAR]

├─ com.github.nearbydelta.deepspark.layer.VectorRBFLayer.class - [JAR]

├─ com.github.nearbydelta.deepspark.layer.package.class - [JAR]

com.github.nearbydelta.deepspark.word

├─ com.github.nearbydelta.deepspark.word.LedgerAdaDelta.class - [JAR]

├─ com.github.nearbydelta.deepspark.word.LedgerAdaGrad.class - [JAR]

├─ com.github.nearbydelta.deepspark.word.LedgerAlgorithm.class - [JAR]

├─ com.github.nearbydelta.deepspark.word.LedgerBuilder.class - [JAR]

├─ com.github.nearbydelta.deepspark.word.LedgerModel.class - [JAR]

├─ com.github.nearbydelta.deepspark.word.LedgerSGD.class - [JAR]

├─ com.github.nearbydelta.deepspark.word.LedgerWords.class - [JAR]

├─ com.github.nearbydelta.deepspark.word.package.class - [JAR]

com.github.nearbydelta.deepspark.train

├─ com.github.nearbydelta.deepspark.train.FlexibleTrainer.class - [JAR]

├─ com.github.nearbydelta.deepspark.train.StaticTrainer.class - [JAR]

├─ com.github.nearbydelta.deepspark.train.Trainer.class - [JAR]

├─ com.github.nearbydelta.deepspark.train.TrainerBuilder.class - [JAR]

├─ com.github.nearbydelta.deepspark.train.TrainingParam.class - [JAR]

├─ com.github.nearbydelta.deepspark.train.package.class - [JAR]

com.github.nearbydelta.deepspark.network

├─ com.github.nearbydelta.deepspark.network.GeneralNetwork.class - [JAR]

├─ com.github.nearbydelta.deepspark.network.Network.class - [JAR]

├─ com.github.nearbydelta.deepspark.network.SimpleNetwork.class - [JAR]

├─ com.github.nearbydelta.deepspark.network.package.class - [JAR]