mirror of
https://github.com/josephmisiti/awesome-machine-learning.git
synced 2024-11-24 14:03:01 +03:00
Merge pull request #198 from espeed/master
Adds SmileMiner, DataMelt, and Dr. Flanagan's JSL
This commit is contained in:
commit
c3bd5384d1
@ -283,6 +283,7 @@ For a list of free machine learning books available for download, go [here](http
|
|||||||
* [RankLib](http://sourceforge.net/p/lemur/wiki/RankLib/) - RankLib is a library of learning to rank algorithms
|
* [RankLib](http://sourceforge.net/p/lemur/wiki/RankLib/) - RankLib is a library of learning to rank algorithms
|
||||||
* [RapidMiner](http://rapid-i.com/wiki/index.php?title=Integrating_RapidMiner_into_your_application) - RapidMiner integration into Java code
|
* [RapidMiner](http://rapid-i.com/wiki/index.php?title=Integrating_RapidMiner_into_your_application) - RapidMiner integration into Java code
|
||||||
* [Stanford Classifier](http://nlp.stanford.edu/software/classifier.shtml) - A classifier is a machine learning tool that will take data items and place them into one of k classes.
|
* [Stanford Classifier](http://nlp.stanford.edu/software/classifier.shtml) - A classifier is a machine learning tool that will take data items and place them into one of k classes.
|
||||||
|
* [SmileMiner](https://github.com/haifengl/smile) - Statistical Machine Intelligence & Learning Engine
|
||||||
* [WalnutiQ](https://github.com/WalnutiQ/WalnutiQ) - object oriented model of the human brain
|
* [WalnutiQ](https://github.com/WalnutiQ/WalnutiQ) - object oriented model of the human brain
|
||||||
* [Weka](http://www.cs.waikato.ac.nz/ml/weka/) - Weka is a collection of machine learning algorithms for data mining tasks
|
* [Weka](http://www.cs.waikato.ac.nz/ml/weka/) - Weka is a collection of machine learning algorithms for data mining tasks
|
||||||
|
|
||||||
@ -295,6 +296,8 @@ For a list of free machine learning books available for download, go [here](http
|
|||||||
* [Hadoop](https://github.com/apache/hadoop-mapreduce) - Hadoop/HDFS
|
* [Hadoop](https://github.com/apache/hadoop-mapreduce) - Hadoop/HDFS
|
||||||
* [Spark](https://github.com/apache/spark) - Spark is a fast and general engine for large-scale data processing.
|
* [Spark](https://github.com/apache/spark) - Spark is a fast and general engine for large-scale data processing.
|
||||||
* [Impala](https://github.com/cloudera/impala) - Real-time Query for Hadoop
|
* [Impala](https://github.com/cloudera/impala) - Real-time Query for Hadoop
|
||||||
|
* [DataMelt](http://jwork.org/dmelt/) - Mathematics software for numeric computation, statistics, symbolic calculations, data analysis and data visualization.
|
||||||
|
* [Dr. Michael Thomas Flanagan's Java Scientific Library](http://www.ee.ucl.ac.uk/~mflanaga/java/)
|
||||||
|
|
||||||
<a name="java-deep-learning" />
|
<a name="java-deep-learning" />
|
||||||
#### Deep Learning
|
#### Deep Learning
|
||||||
|
Loading…
Reference in New Issue
Block a user