mirror of
https://github.com/josephmisiti/awesome-machine-learning.git
synced 2024-11-24 14:03:01 +03:00
Merge branch 'rxin-patch-1'
This commit is contained in:
commit
2fd804aa0c
@ -17,6 +17,7 @@ If you want to contribute to this list (please do), send me a pull request or co
|
||||
|
||||
#### General-Purpose Machine Learning
|
||||
|
||||
* [MLlib in Apache Spark](http://spark.apache.org/docs/latest/mllib-guide.html) - Distributed machine learning library in Spark
|
||||
* [scikit-learn](http://scikit-learn.org/) - A Python module for machine learning built on top of SciPy.
|
||||
* [BigML](https://bigml.com) - A library that contacts external servers.
|
||||
* [pattern](https://github.com/clips/pattern) - Web mining module for Python.
|
||||
@ -169,6 +170,7 @@ If you want to contribute to this list (please do), send me a pull request or co
|
||||
|
||||
#### Data Analysis / Data Visualization
|
||||
|
||||
* [MLlib in Apache Spark](http://spark.apache.org/docs/latest/mllib-guide.html) - Distributed machine learning library in Spark
|
||||
* [Scalding](https://github.com/twitter/scalding) - A Scala API for Cascading
|
||||
* [Summing Bird](https://github.com/twitter/summingbird) - Streaming MapReduce with Scalding and Storm
|
||||
* [Algebird](https://github.com/twitter/algebird) - Abstract Algebra for Scala
|
||||
@ -207,6 +209,7 @@ If you want to contribute to this list (please do), send me a pull request or co
|
||||
|
||||
#### General-Purpose Machine Learning
|
||||
|
||||
* [MLlib in Apache Spark](http://spark.apache.org/docs/latest/mllib-guide.html) - Distributed machine learning library in Spark
|
||||
* [Mahout](https://github.com/apache/mahout) - Distributed machine learning
|
||||
* [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.
|
||||
* [Weka](http://www.cs.waikato.ac.nz/ml/weka/) - Weka is a collection of machine learning algorithms for data mining tasks
|
||||
@ -314,9 +317,6 @@ on MNIST digits[DEEP LEARNING]
|
||||
* [SignalProcessing](https://github.com/davidavdav/SignalProcessing) - Signal Processing tools for Julia
|
||||
* [Images](https://github.com/timholy/Images.jl) - An image library for Julia
|
||||
|
||||
|
||||
|
||||
|
||||
## Credits
|
||||
|
||||
* Some of the python libraries were cut-and-pasted from [vinta](https://github.com/vinta/awesome-python)
|
||||
|
Loading…
Reference in New Issue
Block a user