jar

com.tencent.angel : angel-math

Maven & Gradle

Aug 20, 2019
1 usages
5 stars

angel-math · a stand alone machine learning suite which can easy to integrate with angel ps

Table Of Contents

Latest Version

Download com.tencent.angel : angel-math JAR file - Latest Versions:

All Versions

Download com.tencent.angel : angel-math JAR file - All Versions:

Version Vulnerabilities Size Updated
0.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 angel-math-0.1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.tencent.angel.ml.math2.ufuncs

├─ com.tencent.angel.ml.math2.ufuncs.LossFuncs.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.OptFuncs.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.TransFuncs.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.Ufuncs.class - [JAR]

com.tencent.angel.ml.math2.utils

├─ com.tencent.angel.ml.math2.utils.ArrayCopy.class - [JAR]

├─ com.tencent.angel.ml.math2.utils.Constant.class - [JAR]

├─ com.tencent.angel.ml.math2.utils.DataBlock.class - [JAR]

├─ com.tencent.angel.ml.math2.utils.ForkJoinUtils.class - [JAR]

├─ com.tencent.angel.ml.math2.utils.LabeledData.class - [JAR]

├─ com.tencent.angel.ml.math2.utils.MathException.class - [JAR]

├─ com.tencent.angel.ml.math2.utils.MatrixUtils.class - [JAR]

├─ com.tencent.angel.ml.math2.utils.RowType.class - [JAR]

├─ com.tencent.angel.ml.math2.utils.UnionEle.class - [JAR]

├─ com.tencent.angel.ml.math2.utils.VectorUtils.class - [JAR]

com.tencent.angel.ml.math2.ufuncs.executor.simple

├─ com.tencent.angel.ml.math2.ufuncs.executor.simple.SimpleBinaryInAllExecutor.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.executor.simple.SimpleBinaryInNonZAExecutor.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.executor.simple.SimpleBinaryInZAExecutor.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.executor.simple.SimpleBinaryOutAllExecutor.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.executor.simple.SimpleBinaryOutNonZAExecutor.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.executor.simple.SimpleBinaryOutZAExecutor.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.executor.simple.SimpleDotExecutor.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.executor.simple.SimpleUnaryExecutor.class - [JAR]

com.tencent.angel.ml.math2.ufuncs.executor.matrix

├─ com.tencent.angel.ml.math2.ufuncs.executor.matrix.BinaryMatrixExecutor.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.executor.matrix.DotMatrixExecutor.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.executor.matrix.UnaryMatrixExecutor.class - [JAR]

com.tencent.angel.ml.math2.ufuncs.executor.comp

├─ com.tencent.angel.ml.math2.ufuncs.executor.comp.CompBinaryExecutor.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.executor.comp.CompDotExecutor.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.executor.comp.CompReduceExecutor.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.executor.comp.CompUnaryExecutor.class - [JAR]

com.tencent.angel.ml.math2.ufuncs.expression

├─ com.tencent.angel.ml.math2.ufuncs.expression.Abs.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.AdaDeltaDelta.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.AdaDeltaHessian.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.AdaDeltaThreshold.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.AdaGradDelta.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.AdaGradThreshold.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.AdamDelta.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.Add.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.Axpy.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.Axpy2.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.Binary.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.CrossEntropyLoss.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.Div.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.Div2.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.DivNonZero.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.Dropout.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.Exp.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.ExpSmoothing.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.ExpSmoothing2.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.FMGrad.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.FTRLThreshold.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.FTRLThresholdInit.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.FtrlDelta.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.FtrlDeltaIntersect.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.FtrlPossion.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.GradCrossEntropyLoss.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.GradDropout.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.GradHingeLoss.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.GradHuberLoss.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.GradLogLoss.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.GradRelu.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.GradSigmoid.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.GradSigmoidWithDropout.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.GradTanh.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.GradTanhWithDropout.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.HingeLoss.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.HuberLoss.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.IndexGet.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.Log.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.Log1p.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.LogLoss.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.Max.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.Min.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.MomentUpdate.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.Mul.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.Not.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.OpType.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.Operation.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.PageRankCal.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.Pow.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.Relu.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.Replace.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.SAdd.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.SDiv.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.SMul.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.SSub.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.Sigmoid.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.SigmoidWithDropout.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.SoftThreshold.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.Sqrt.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.Sub.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.Tanh.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.TanhWithDropout.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.expression.Unary.class - [JAR]

com.tencent.angel.ml.math2.ufuncs.executor

├─ com.tencent.angel.ml.math2.ufuncs.executor.BinaryExecutor.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.executor.DotExecutor.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.executor.StorageSwitch.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.executor.UnaryExecutor.class - [JAR]

com.tencent.angel.ml.math2.ufuncs.executor.mixed

├─ com.tencent.angel.ml.math2.ufuncs.executor.mixed.MixedBinaryInAllExecutor.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.executor.mixed.MixedBinaryInNonZAExecutor.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.executor.mixed.MixedBinaryInZAExecutor.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.executor.mixed.MixedBinaryOutAllExecutor.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.executor.mixed.MixedBinaryOutNonZAExecutor.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.executor.mixed.MixedBinaryOutZAExecutor.class - [JAR]

├─ com.tencent.angel.ml.math2.ufuncs.executor.mixed.MixedDotExecutor.class - [JAR]

com.tencent.angel.ml.math2.vector

├─ com.tencent.angel.ml.math2.vector.CompIntDoubleVector.class - [JAR]

├─ com.tencent.angel.ml.math2.vector.CompIntFloatVector.class - [JAR]

├─ com.tencent.angel.ml.math2.vector.CompIntIntVector.class - [JAR]

├─ com.tencent.angel.ml.math2.vector.CompIntLongVector.class - [JAR]

├─ com.tencent.angel.ml.math2.vector.CompLongDoubleVector.class - [JAR]

├─ com.tencent.angel.ml.math2.vector.CompLongFloatVector.class - [JAR]

├─ com.tencent.angel.ml.math2.vector.CompLongIntVector.class - [JAR]

├─ com.tencent.angel.ml.math2.vector.CompLongLongVector.class - [JAR]

├─ com.tencent.angel.ml.math2.vector.ComponentVector.class - [JAR]

├─ com.tencent.angel.ml.math2.vector.DoubleVector.class - [JAR]

├─ com.tencent.angel.ml.math2.vector.FloatVector.class - [JAR]

├─ com.tencent.angel.ml.math2.vector.IntDoubleVector.class - [JAR]

├─ com.tencent.angel.ml.math2.vector.IntDummyVector.class - [JAR]

├─ com.tencent.angel.ml.math2.vector.IntFloatVector.class - [JAR]

├─ com.tencent.angel.ml.math2.vector.IntIntVector.class - [JAR]

├─ com.tencent.angel.ml.math2.vector.IntKeyVector.class - [JAR]

├─ com.tencent.angel.ml.math2.vector.IntLongVector.class - [JAR]

├─ com.tencent.angel.ml.math2.vector.IntVector.class - [JAR]

├─ com.tencent.angel.ml.math2.vector.LongDoubleVector.class - [JAR]

├─ com.tencent.angel.ml.math2.vector.LongDummyVector.class - [JAR]

├─ com.tencent.angel.ml.math2.vector.LongFloatVector.class - [JAR]

├─ com.tencent.angel.ml.math2.vector.LongIntVector.class - [JAR]

├─ com.tencent.angel.ml.math2.vector.LongKeyVector.class - [JAR]

├─ com.tencent.angel.ml.math2.vector.LongLongVector.class - [JAR]

├─ com.tencent.angel.ml.math2.vector.LongVector.class - [JAR]

├─ com.tencent.angel.ml.math2.vector.SimpleVector.class - [JAR]

├─ com.tencent.angel.ml.math2.vector.Vector.class - [JAR]

com.tencent.angel.ml.math2.matrix

├─ com.tencent.angel.ml.math2.matrix.BlasDoubleMatrix.class - [JAR]

├─ com.tencent.angel.ml.math2.matrix.BlasFloatMatrix.class - [JAR]

├─ com.tencent.angel.ml.math2.matrix.BlasMatrix.class - [JAR]

├─ com.tencent.angel.ml.math2.matrix.CooIntDoubleMatrix.class - [JAR]

├─ com.tencent.angel.ml.math2.matrix.CooIntFloatMatrix.class - [JAR]

├─ com.tencent.angel.ml.math2.matrix.CooIntMatrix.class - [JAR]

├─ com.tencent.angel.ml.math2.matrix.CooLongDoubleMatrix.class - [JAR]

├─ com.tencent.angel.ml.math2.matrix.CooLongFloatMatrix.class - [JAR]

├─ com.tencent.angel.ml.math2.matrix.CooLongMatrix.class - [JAR]

├─ com.tencent.angel.ml.math2.matrix.CsrDoubleMatrix.class - [JAR]

├─ com.tencent.angel.ml.math2.matrix.CsrFloatMatrix.class - [JAR]

├─ com.tencent.angel.ml.math2.matrix.CsrMatrix.class - [JAR]

├─ com.tencent.angel.ml.math2.matrix.MapMatrix.class - [JAR]

├─ com.tencent.angel.ml.math2.matrix.Matrix.class - [JAR]

├─ com.tencent.angel.ml.math2.matrix.RBCompIntDoubleMatrix.class - [JAR]

├─ com.tencent.angel.ml.math2.matrix.RBCompIntFloatMatrix.class - [JAR]

├─ com.tencent.angel.ml.math2.matrix.RBCompIntIntMatrix.class - [JAR]

├─ com.tencent.angel.ml.math2.matrix.RBCompIntLongMatrix.class - [JAR]

├─ com.tencent.angel.ml.math2.matrix.RBCompLongDoubleMatrix.class - [JAR]

├─ com.tencent.angel.ml.math2.matrix.RBCompLongFloatMatrix.class - [JAR]

├─ com.tencent.angel.ml.math2.matrix.RBCompLongIntMatrix.class - [JAR]

├─ com.tencent.angel.ml.math2.matrix.RBCompLongLongMatrix.class - [JAR]

├─ com.tencent.angel.ml.math2.matrix.RBIntDoubleMatrix.class - [JAR]

├─ com.tencent.angel.ml.math2.matrix.RBIntFloatMatrix.class - [JAR]

├─ com.tencent.angel.ml.math2.matrix.RBIntIntMatrix.class - [JAR]

├─ com.tencent.angel.ml.math2.matrix.RBIntLongMatrix.class - [JAR]

├─ com.tencent.angel.ml.math2.matrix.RBLongDoubleMatrix.class - [JAR]

├─ com.tencent.angel.ml.math2.matrix.RBLongFloatMatrix.class - [JAR]

├─ com.tencent.angel.ml.math2.matrix.RBLongIntMatrix.class - [JAR]

├─ com.tencent.angel.ml.math2.matrix.RBLongLongMatrix.class - [JAR]

├─ com.tencent.angel.ml.math2.matrix.RowBasedMatrix.class - [JAR]

com.tencent.angel.ml.math2

├─ com.tencent.angel.ml.math2.MFactory.class - [JAR]

├─ com.tencent.angel.ml.math2.MathObject.class - [JAR]

├─ com.tencent.angel.ml.math2.MatrixExecutors.class - [JAR]

├─ com.tencent.angel.ml.math2.StorageType.class - [JAR]

├─ com.tencent.angel.ml.math2.VFactory.class - [JAR]

com.tencent.angel.ml.math2.storage

├─ com.tencent.angel.ml.math2.storage.DoubleVectorStorage.class - [JAR]

├─ com.tencent.angel.ml.math2.storage.FloatVectorStorage.class - [JAR]

├─ com.tencent.angel.ml.math2.storage.IntDoubleDenseVectorStorage.class - [JAR]

├─ com.tencent.angel.ml.math2.storage.IntDoubleSortedVectorStorage.class - [JAR]

├─ com.tencent.angel.ml.math2.storage.IntDoubleSparseVectorStorage.class - [JAR]

├─ com.tencent.angel.ml.math2.storage.IntDoubleVectorStorage.class - [JAR]

├─ com.tencent.angel.ml.math2.storage.IntFloatDenseVectorStorage.class - [JAR]

├─ com.tencent.angel.ml.math2.storage.IntFloatSortedVectorStorage.class - [JAR]

├─ com.tencent.angel.ml.math2.storage.IntFloatSparseVectorStorage.class - [JAR]

├─ com.tencent.angel.ml.math2.storage.IntFloatVectorStorage.class - [JAR]

├─ com.tencent.angel.ml.math2.storage.IntIntDenseVectorStorage.class - [JAR]

├─ com.tencent.angel.ml.math2.storage.IntIntSortedVectorStorage.class - [JAR]

├─ com.tencent.angel.ml.math2.storage.IntIntSparseVectorStorage.class - [JAR]

├─ com.tencent.angel.ml.math2.storage.IntIntVectorStorage.class - [JAR]

├─ com.tencent.angel.ml.math2.storage.IntKeyVectorStorage.class - [JAR]

├─ com.tencent.angel.ml.math2.storage.IntLongDenseVectorStorage.class - [JAR]

├─ com.tencent.angel.ml.math2.storage.IntLongSortedVectorStorage.class - [JAR]

├─ com.tencent.angel.ml.math2.storage.IntLongSparseVectorStorage.class - [JAR]

├─ com.tencent.angel.ml.math2.storage.IntLongVectorStorage.class - [JAR]

├─ com.tencent.angel.ml.math2.storage.IntVectorStorage.class - [JAR]

├─ com.tencent.angel.ml.math2.storage.LongDoubleSortedVectorStorage.class - [JAR]

├─ com.tencent.angel.ml.math2.storage.LongDoubleSparseVectorStorage.class - [JAR]

├─ com.tencent.angel.ml.math2.storage.LongDoubleVectorStorage.class - [JAR]

├─ com.tencent.angel.ml.math2.storage.LongFloatSortedVectorStorage.class - [JAR]

├─ com.tencent.angel.ml.math2.storage.LongFloatSparseVectorStorage.class - [JAR]

├─ com.tencent.angel.ml.math2.storage.LongFloatVectorStorage.class - [JAR]

├─ com.tencent.angel.ml.math2.storage.LongIntSortedVectorStorage.class - [JAR]

├─ com.tencent.angel.ml.math2.storage.LongIntSparseVectorStorage.class - [JAR]

├─ com.tencent.angel.ml.math2.storage.LongIntVectorStorage.class - [JAR]

├─ com.tencent.angel.ml.math2.storage.LongKeyVectorStorage.class - [JAR]

├─ com.tencent.angel.ml.math2.storage.LongLongSortedVectorStorage.class - [JAR]

├─ com.tencent.angel.ml.math2.storage.LongLongSparseVectorStorage.class - [JAR]

├─ com.tencent.angel.ml.math2.storage.LongLongVectorStorage.class - [JAR]

├─ com.tencent.angel.ml.math2.storage.LongVectorStorage.class - [JAR]

├─ com.tencent.angel.ml.math2.storage.Storage.class - [JAR]

├─ com.tencent.angel.ml.math2.storage.VectorStorage.class - [JAR]

Advertisement