All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by apart with all dependencies


prevayler-mirror-tests from group org.prevayler.spikes (version 2.5)

Group: org.prevayler.spikes Artifact: prevayler-mirror-tests

Download prevayler-mirror-tests.jar (2.5)
 

0 downloads

jpegfile from group com.davidjohnburrowes (version 1.0.1)

A java library to take apart and assemble jpeg files

Group: com.davidjohnburrowes Artifact: jpegfile
Show all versions Show documentation Show source 
Download jpegfile.jar (1.0.1)
 

0 downloads
Artifact jpegfile
Group com.davidjohnburrowes
Version 1.0.1
Last update 05. November 2017
Organization not specified
URL https://github.com/bodawei/JPEGFile
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

weka-stable from group nz.ac.waikato.cms.weka (version 3.8.6)

The Waikato Environment for Knowledge Analysis (WEKA), a machine learning workbench. This is the stable version. Apart from bugfixes, this version does not receive any other updates.

Group: nz.ac.waikato.cms.weka Artifact: weka-stable
Show all versions Show documentation Show source 
Download weka-stable.jar (3.8.6)
 

2151 downloads
Artifact weka-stable
Group nz.ac.waikato.cms.weka
Version 3.8.6
Last update 27. January 2022
Organization University of Waikato, Hamilton, NZ
URL http://www.cms.waikato.ac.nz/ml/weka/
License GNU General Public License 3
Dependencies amount 6
Dependencies java-cup-11b, java-cup-11b-runtime, bounce, mtj, arpack_combined_all, netlib-java,
There are maybe transitive dependencies!

krausening-root from group org.technologybrewery.krausening (version 20)

Krausening is a library that allows for the externalization of property and configuration files from deployment units, such as WARs, EARs, uber JARs, etc. By ensuring that property files are external to deployment packages, these packages can be easily reused as-is to deploy to heterogeneous environments, circumventing the need to hack apart or rebuild the package to support property file modification.

Group: org.technologybrewery.krausening Artifact: krausening-root
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact krausening-root
Group org.technologybrewery.krausening
Version 20
Last update 19. September 2024
Organization not specified
URL https://github.com/TechnologyBrewery/krausening
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

krausening-root from group org.bitbucket.askllc.krausening (version 15)

Krausening is a library that allows for the externalization of property and configuration files from deployment units, such as WARs, EARs, uber JARs, etc. By ensuring that property files are external to deployment packages, these packages can be easily reused as-is to deploy to heterogeneous environments, circumventing the need to hack apart or rebuild the package to support property file modification.

Group: org.bitbucket.askllc.krausening Artifact: krausening-root
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact krausening-root
Group org.bitbucket.askllc.krausening
Version 15
Last update 04. April 2023
Organization not specified
URL https://bitbucket.org/askllc/krausening
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

fatjar-maven-plugin from group com.amitinside (version 0.0.1)

This maven plugin is responsible to create a Fat JAR bundle containing all the dependencies specified in a POM file. Sometimes users need to unpack specific dependency (eq. zip, tar etc) before packing the dependency as this dependency could contain other jar files. The primary motive is to collect all the dependencies including the plain jar dependencies and the other jar dependencies that reside in other dependency (eq. zip, tar etc). Apart from this, it could also update the versions of the specified dependencies before wrapping in a big fat JAR bundle. This internally uses bnd to wrap all the dependencies in a single fat JAR.

Group: com.amitinside Artifact: fatjar-maven-plugin
Show documentation Show source 
Download fatjar-maven-plugin.jar (0.0.1)
 

0 downloads
Artifact fatjar-maven-plugin
Group com.amitinside
Version 0.0.1
Last update 05. February 2018
Organization not specified
URL Not specified
License Eclipse Public License - v 1.0
Dependencies amount 11
Dependencies guava, maven-invoker, commons-io, maven-model, zip4j, commons-cli, maven-plugin-api, maven-project, mojo-executor, biz.aQute.bndlib, slf4j-log4j12,
There are maybe transitive dependencies!

dryuf-concurrent from group net.dryuf (version 1.7.0)

Dryuf Concurrent is enhancement over original Java Concurrent Future design. Apart from providing ListenableFuture functionality, it provides flexibility how to handle cancel() operations, can delay the notifications. It allows various types of notification listeners, distinguishing among successful end, failure and end due to cancel request. Last but not least, it has very low memory footprint and excellent performance, even outperforming JDK Future without listener support.

Group: net.dryuf Artifact: dryuf-concurrent
Show all versions Show documentation Show source 
Download dryuf-concurrent.jar (1.7.0)
 

0 downloads
Artifact dryuf-concurrent
Group net.dryuf
Version 1.7.0
Last update 01. April 2023
Organization not specified
URL https://github.com/dryuf/dryuf-concurrent
License Apache 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

nsgaii from group com.debacharya (version 3.2.0)

Group: com.debacharya Artifact: nsgaii
Show all versions Show documentation Show source 
Download nsgaii.jar (3.2.0)
 

0 downloads
Artifact nsgaii
Group com.debacharya
Version 3.2.0


relay-jdbc from group com.github.peter-gergely-horvath (version 3.0.0)

Group: com.github.peter-gergely-horvath Artifact: relay-jdbc
Show documentation Show source 
Download relay-jdbc.jar (3.0.0)
 

0 downloads
Artifact relay-jdbc
Group com.github.peter-gergely-horvath
Version 3.0.0


multiLayerPerceptrons from group nz.ac.waikato.cms.weka (version 1.0.10)

This package currently contains classes for training multilayer perceptrons with one hidden layer, where the number of hidden units is user specified. MLPClassifier can be used for classification problems and MLPRegressor is the corresponding class for numeric prediction tasks. The former has as many output units as there are classes, the latter only one output unit. Both minimise a penalised squared error with a quadratic penalty on the (non-bias) weights, i.e., they implement "weight decay", where this penalised error is averaged over all training instances. The size of the penalty can be determined by the user by modifying the "ridge" parameter to control overfitting. The sum of squared weights is multiplied by this parameter before added to the squared error. Both classes use BFGS optimisation by default to find parameters that correspond to a local minimum of the error function. but optionally conjugated gradient descent is available, which can be faster for problems with many parameters. Logistic functions are used as the activation functions for all units apart from the output unit in MLPRegressor, which employs the identity function. Input attributes are standardised to zero mean and unit variance. MLPRegressor also rescales the target attribute (i.e., "class") using standardisation. All network parameters are initialised with small normally distributed random values.

Group: nz.ac.waikato.cms.weka Artifact: multiLayerPerceptrons
Show all versions Show documentation Show source 
Download multiLayerPerceptrons.jar (1.0.10)
 

10 downloads
Artifact multiLayerPerceptrons
Group nz.ac.waikato.cms.weka
Version 1.0.10
Last update 31. October 2016
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/multiLayerPerceptrons
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!



Page 1 from 2 (items total 11)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy