All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download lib JAR 1.0.7 with all dependencies


Educational library for machine learning challenges

Files of the artifact lib version 1.0.7 from the group io.github.samyssmile.

Artifact lib
Group io.github.samyssmile
Version 1.0.7
Last update 19. November 2023
Tags: educational library challenges machine learning
Organization not specified
URL https://github.com/Samyssmile/edux
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
The newest version!
Show more of this group  Show more artifacts with this name
Show all versions of lib Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of lib version 1.0.7

META-INF
META-INF.META-INF.MANIFEST.MF
cuda_kernels
cuda_kernels.cuda_kernels.matrixMultiplicationKernel.ptx
cuda_kernels.cuda_kernels.matrixVectorMultiplicationKernel.ptx
de.edux.api
de.edux.api.de.edux.api.Classifier
de.edux.augmentation.core
de.edux.augmentation.core.de.edux.augmentation.core.AbstractAugmentation
de.edux.augmentation.core.de.edux.augmentation.core.AugmentationBuilder
de.edux.augmentation.core.de.edux.augmentation.core.AugmentationSequence
de.edux.augmentation.core.de.edux.augmentation.core.CompositeAugmentationSequence
de.edux.augmentation.core.de.edux.augmentation.core.package-info
de.edux.augmentation.effects
de.edux.augmentation.effects.de.edux.augmentation.effects.BlurAugmentation
de.edux.augmentation.effects.de.edux.augmentation.effects.BrightnessAugmentation
de.edux.augmentation.effects.de.edux.augmentation.effects.ColorEqualizationAugmentation
de.edux.augmentation.effects.de.edux.augmentation.effects.ContrastAugmentation
de.edux.augmentation.effects.de.edux.augmentation.effects.CroppingAugmentation
de.edux.augmentation.effects.de.edux.augmentation.effects.ElasticTransformationAugmentation
de.edux.augmentation.effects.de.edux.augmentation.effects.FlippingAugmentation
de.edux.augmentation.effects.de.edux.augmentation.effects.MonochromeAugmentation
de.edux.augmentation.effects.de.edux.augmentation.effects.NoiseInjectionAugmentation
de.edux.augmentation.effects.de.edux.augmentation.effects.PerspectiveTransformationsAugmentation
de.edux.augmentation.effects.de.edux.augmentation.effects.RandomDeleteAugmentation
de.edux.augmentation.effects.de.edux.augmentation.effects.ResizeAugmentation
de.edux.augmentation.effects.de.edux.augmentation.effects.ResizeQuality
de.edux.augmentation.effects.geomentry
de.edux.augmentation.effects.geomentry.de.edux.augmentation.effects.geomentry.Perspective
de.edux.augmentation.effects.geomentry.de.edux.augmentation.effects.geomentry.package-info
de.edux.augmentation.effects
de.edux.augmentation.effects.de.edux.augmentation.effects.package-info
de.edux.augmentation.io
de.edux.augmentation.io.de.edux.augmentation.io.AugmentationImageReader
de.edux.augmentation.io.de.edux.augmentation.io.IAugmentationImageReader
de.edux.augmentation.io.de.edux.augmentation.io.ImageConsumer
de.edux.augmentation.io.de.edux.augmentation.io.ImageProcessingManager
de.edux.augmentation.io.de.edux.augmentation.io.ImageProducer
de.edux.augmentation.io.de.edux.augmentation.io.ImageWithName
de.edux.augmentation.io.de.edux.augmentation.io.package-info
de.edux.core.math
de.edux.core.math.de.edux.core.math.IMatrixArithmetic
de.edux.core.math.de.edux.core.math.IMatrixProduct
de.edux.core.math.de.edux.core.math.IMatrixVectorProduct
de.edux.core.math.matrix.cuda
de.edux.core.math.matrix.cuda.de.edux.core.math.matrix.cuda.CUDAKernelUser
de.edux.core.math.matrix.cuda.de.edux.core.math.matrix.cuda.CudaMatrixArithmetic
de.edux.core.math.matrix.cuda.exceptions
de.edux.core.math.matrix.cuda.exceptions.de.edux.core.math.matrix.cuda.exceptions.CudaNotAvailableException
de.edux.core.math.matrix.cuda.operations
de.edux.core.math.matrix.cuda.operations.de.edux.core.math.matrix.cuda.operations.CudaMatrixProduct
de.edux.core.math.matrix.cuda.operations.de.edux.core.math.matrix.cuda.operations.CudaMatrixVectorProduct
de.edux.core.math.matrix.parallel
de.edux.core.math.matrix.parallel.de.edux.core.math.matrix.parallel.MatrixArithmetic
de.edux.core.math.matrix.parallel.operations
de.edux.core.math.matrix.parallel.operations.de.edux.core.math.matrix.parallel.operations.MatrixProduct
de.edux.core.math.matrix.parallel.operations.de.edux.core.math.matrix.parallel.operations.MatrixVectorProduct
de.edux.data.provider
de.edux.data.provider.de.edux.data.provider.DataNormalizer
de.edux.data.provider.de.edux.data.provider.DataPostProcessor
de.edux.data.provider.de.edux.data.provider.DataProcessor
de.edux.data.provider.de.edux.data.provider.Dataloader
de.edux.data.provider.de.edux.data.provider.Dataset
de.edux.data.provider.de.edux.data.provider.Normalizer
de.edux.data.reader
de.edux.data.reader.de.edux.data.reader.CSVIDataReader
de.edux.data.reader.de.edux.data.reader.IDataReader
de.edux.functions.activation
de.edux.functions.activation.de.edux.functions.activation.ActivationFunction
de.edux.functions.activation.de.edux.functions.activation.package-info
de.edux.functions.imputation
de.edux.functions.imputation.de.edux.functions.imputation.AverageImputation
de.edux.functions.imputation.de.edux.functions.imputation.IImputationStrategy
de.edux.functions.imputation.de.edux.functions.imputation.ImputationStrategy
de.edux.functions.imputation.de.edux.functions.imputation.ModeImputation
de.edux.functions.initialization
de.edux.functions.initialization.de.edux.functions.initialization.Initialization
de.edux.functions.loss
de.edux.functions.loss.de.edux.functions.loss.LossFunction
de.edux.math
de.edux.math.de.edux.math.package-info
de.edux.ml.decisiontree
de.edux.ml.decisiontree.de.edux.ml.decisiontree.DecisionTree
de.edux.ml.decisiontree.de.edux.ml.decisiontree.IDecisionTree
de.edux.ml.decisiontree.de.edux.ml.decisiontree.Node
de.edux.ml.decisiontree.de.edux.ml.decisiontree.package-info
de.edux.ml.knn
de.edux.ml.knn.de.edux.ml.knn.KnnClassifier
de.edux.ml.knn.de.edux.ml.knn.package-info
de.edux.ml.nn.config
de.edux.ml.nn.config.de.edux.ml.nn.config.NetworkConfiguration
de.edux.ml.nn.config.de.edux.ml.nn.config.package-info
de.edux.ml.nn.network
de.edux.ml.nn.network.de.edux.ml.nn.network.MultilayerPerceptron
de.edux.ml.nn.network.de.edux.ml.nn.network.Neuron
de.edux.ml.nn.network.api
de.edux.ml.nn.network.api.de.edux.ml.nn.network.api.Dataset
de.edux.ml.nn.network.api.de.edux.ml.nn.network.api.INeuron
de.edux.ml.nn.network.api.de.edux.ml.nn.network.api.IPerceptron
de.edux.ml.randomforest
de.edux.ml.randomforest.de.edux.ml.randomforest.RandomForest
de.edux.ml.randomforest.de.edux.ml.randomforest.Sample
de.edux.ml.randomforest.de.edux.ml.randomforest.package-info
de.edux.ml.svm
de.edux.ml.svm.de.edux.ml.svm.ISupportVectorMachine
de.edux.ml.svm.de.edux.ml.svm.SVMKernel
de.edux.ml.svm.de.edux.ml.svm.SVMModel
de.edux.ml.svm.de.edux.ml.svm.SupportVectorMachine
de.edux.ml.svm.de.edux.ml.svm.package-info
de.edux.util
de.edux.util.de.edux.util.LabelDimensionConverter
de.edux.util.math
de.edux.util.math.de.edux.util.math.ConcurrentMatrixMultiplication
de.edux.util.math.de.edux.util.math.IncompatibleDimensionsException
de.edux.util.math.de.edux.util.math.MathMatrix
de.edux.util.math.de.edux.util.math.MatrixOperations
.log4j2.xml




© 2015 - 2024 Weber Informatics LLC | Privacy Policy