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

Download JAR files tagged by weights with all dependencies

Search JAR files by class name

plugins-weights_2.12 from group com.thoughtworks.deeplearning (version 2.2.0-M1)

plugins-Weights

Group: com.thoughtworks.deeplearning Artifact: plugins-weights_2.12
Show all versions Show documentation Show source 
 

0 downloads
Artifact plugins-weights_2.12
Group com.thoughtworks.deeplearning
Version 2.2.0-M1
Last update 24. May 2018
Organization com.thoughtworks.deeplearning
URL https://github.com/ThoughtWorksInc/DeepLearning.scala
License Apache
Dependencies amount 5
Dependencies scala-library, deeplearning_2.12, partialapply_2.12, implicitapply_2.12, factory_2.12,
There are maybe transitive dependencies!

plugins-weights_2.11 from group com.thoughtworks.deeplearning (version 2.2.0-M1)

plugins-Weights

Group: com.thoughtworks.deeplearning Artifact: plugins-weights_2.11
Show all versions Show documentation Show source 
 

0 downloads
Artifact plugins-weights_2.11
Group com.thoughtworks.deeplearning
Version 2.2.0-M1
Last update 24. May 2018
Organization com.thoughtworks.deeplearning
URL https://github.com/ThoughtWorksInc/DeepLearning.scala
License Apache
Dependencies amount 5
Dependencies scala-library, deeplearning_2.11, partialapply_2.11, implicitapply_2.11, factory_2.11,
There are maybe transitive dependencies!

dataset-weights-weka-package from group com.github.fracpete (version 2019.9.13)

Contains filters for modifying attribute/instance weights.

Group: com.github.fracpete Artifact: dataset-weights-weka-package
Show all versions Show documentation Show source 
 

0 downloads
Artifact dataset-weights-weka-package
Group com.github.fracpete
Version 2019.9.13
Last update 13. September 2019
Organization University of Waikato, Hamilton, NZ
URL https://github.com/fracpete/dataset-weights-weka-package
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!

indexedtreemap from group io.github.geniot (version 1.1)

Enhanced java.util.TreeSet with get element by index, get index of an element. The implementation is based on node weights.

Group: io.github.geniot Artifact: indexedtreemap
Show all versions Show documentation Show source 
 

0 downloads
Artifact indexedtreemap
Group io.github.geniot
Version 1.1
Last update 28. June 2021
Organization not specified
URL https://github.com/geniot/indexed-tree-map
License Oracle Technology Network License Agreement for Oracle Java SE
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jantenna-phased-array from group com.christianheina.communication (version 0.0.3)

Java Antenna Phased Array contains functionality for phased array antennas. Functionality such as calculating array factor, radiation pattern, beam weights, etc.

Group: com.christianheina.communication Artifact: jantenna-phased-array
Show all versions Show documentation Show source 
 

0 downloads
Artifact jantenna-phased-array
Group com.christianheina.communication
Version 0.0.3
Last update 12. March 2024
Organization not specified
URL https://github.com/christianheina/jantenna-phased-array
License Apache License, Version 2.0
Dependencies amount 1
Dependencies jantenna-commons,
There are maybe transitive dependencies!

jcore-topics-writer from group de.julielab (version 2.6.1)

Writes the topic weights, given the jcore-topic-indexing-ae running before, into a simple text file. Thus, the output consists of a sequency of double numbers encodes as strings, separated by tab characters. The topic ID is just the 0-based index of each number, from left to right in the written file. The first entry of each file is the document ID.

Group: de.julielab Artifact: jcore-topics-writer
Show all versions Show documentation Show source 
 

0 downloads
Artifact jcore-topics-writer
Group de.julielab
Version 2.6.1
Last update 18. December 2022
Organization JULIE Lab Jena, Germany
URL https://github.com/JULIELab/jcore-base/tree/master/jcore-topics-writer
License BSD-2-Clause
Dependencies amount 5
Dependencies jcore-descriptor-creator, julielab-java-utilities, assertj-core, jcore-types, junit-jupiter-engine,
There are maybe transitive dependencies!

extraTrees from group nz.ac.waikato.cms.weka (version 1.0.2)

Package for generating a single Extra-Tree. Use with the RandomCommittee meta classifier to generate an Extra-Trees forest for classification or regression. This classifier requires all predictors to be numeric. Missing values are not allowed. Instance weights are taken into account. For more information, see Pierre Geurts, Damien Ernst, Louis Wehenkel (2006). Extremely randomized trees. Machine Learning. 63(1):3-42.

Group: nz.ac.waikato.cms.weka Artifact: extraTrees
Show all versions Show documentation Show source 
 

0 downloads
Artifact extraTrees
Group nz.ac.waikato.cms.weka
Version 1.0.2
Last update 03. December 2017
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/extraTrees
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!

costSensitiveAttributeSelection from group nz.ac.waikato.cms.weka (version 1.0.3)

This package provides two meta attribute selection evaluators - one for performing cost-sensitive attribute evaluation (CostSensitiveAttributeEval) and a second for performing cost-sensitive subset evaluation (CostSensitiveSubsetEval). Both methods take a cost matrix and a base evaluator. If the base evaluator can handle instance weights, then the training data is weighted according to the cost matrix, otherwise the training data is sampled according to the cost matrix.

Group: nz.ac.waikato.cms.weka Artifact: costSensitiveAttributeSelection
Show all versions Show documentation Show source 
 

0 downloads
Artifact costSensitiveAttributeSelection
Group nz.ac.waikato.cms.weka
Version 1.0.3
Last update 29. April 2014
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/costSensitiveAttributeSelection
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!

supervisedAttributeScaling from group nz.ac.waikato.cms.weka (version 1.0.2)

Package containing a class that rescales the attributes in a classification problem based on their discriminative power. This is useful as a pre-processing step for learning algorithms such as the k-nearest-neighbour method, to replace simple normalization. Each attribute is rescaled by multiplying it with a learned weight. All attributes excluding the class are assumed to be numeric and missing values are not permitted. To achieve the rescaling, this package also contains an implementation of non-negative logistic regression, which produces a logistic regression model with non-negative weights .

Group: nz.ac.waikato.cms.weka Artifact: supervisedAttributeScaling
Show all versions Show documentation Show source 
 

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

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 
 

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 1 (items total 10)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy