mirror of
https://github.com/josephmisiti/awesome-machine-learning.git
synced 2024-12-25 18:52:16 +03:00
commit
759b70e484
@ -692,6 +692,7 @@ on MNIST digits[DEEP LEARNING]
|
|||||||
* [SimpleCV](http://simplecv.org/) - An open source computer vision framework that gives access to several high-powered computer vision libraries, such as OpenCV. Written on Python and runs on Mac, Windows, and Ubuntu Linux.
|
* [SimpleCV](http://simplecv.org/) - An open source computer vision framework that gives access to several high-powered computer vision libraries, such as OpenCV. Written on Python and runs on Mac, Windows, and Ubuntu Linux.
|
||||||
* [Vigranumpy](https://github.com/ukoethe/vigra) - Python bindings for the VIGRA C++ computer vision library.
|
* [Vigranumpy](https://github.com/ukoethe/vigra) - Python bindings for the VIGRA C++ computer vision library.
|
||||||
* [OpenFace](https://cmusatyalab.github.io/openface/) - Free and open source face recognition with deep neural networks.
|
* [OpenFace](https://cmusatyalab.github.io/openface/) - Free and open source face recognition with deep neural networks.
|
||||||
|
* [PCV](https://github.com/jesolem/PCV) - Open source Python module for computer vision
|
||||||
|
|
||||||
<a name="python-nlp" />
|
<a name="python-nlp" />
|
||||||
#### Natural Language Processing
|
#### Natural Language Processing
|
||||||
@ -717,6 +718,11 @@ on MNIST digits[DEEP LEARNING]
|
|||||||
* [colibri-core](https://github.com/proycon/colibri-core) - Python binding to C++ library for extracting and working with with basic linguistic constructions such as n-grams and skipgrams in a quick and memory-efficient way.
|
* [colibri-core](https://github.com/proycon/colibri-core) - Python binding to C++ library for extracting and working with with basic linguistic constructions such as n-grams and skipgrams in a quick and memory-efficient way.
|
||||||
* [spaCy](https://github.com/honnibal/spaCy/) - Industrial strength NLP with Python and Cython.
|
* [spaCy](https://github.com/honnibal/spaCy/) - Industrial strength NLP with Python and Cython.
|
||||||
* [PyStanfordDependencies](https://github.com/dmcc/PyStanfordDependencies) - Python interface for converting Penn Treebank trees to Stanford Dependencies.
|
* [PyStanfordDependencies](https://github.com/dmcc/PyStanfordDependencies) - Python interface for converting Penn Treebank trees to Stanford Dependencies.
|
||||||
|
* [Distance](https://github.com/doukremt/distance) - Levenshtein and Hamming distance computation
|
||||||
|
* [Fuzzy Wuzzy](https://github.com/seatgeek/fuzzywuzzy) - Fuzzy String Matching in Python
|
||||||
|
* [jellyfish](https://github.com/jamesturk/jellyfishå) - a python library for doing approximate and phonetic matching of strings.
|
||||||
|
* [editdistance](https://pypi.python.org/pypi/editdistance) - fast implementation of edit distance
|
||||||
|
* [textacy](https://github.com/chartbeat-labs/textacy) - higher-level NLP built on Spacy
|
||||||
|
|
||||||
<a name="python-general-purpose" />
|
<a name="python-general-purpose" />
|
||||||
#### General-Purpose Machine Learning
|
#### General-Purpose Machine Learning
|
||||||
@ -820,6 +826,8 @@ on MNIST digits[DEEP LEARNING]
|
|||||||
* [caravel](https://github.com/airbnb/caravel) - A data exploration platform designed to be visual, intuitive, and interactive.
|
* [caravel](https://github.com/airbnb/caravel) - A data exploration platform designed to be visual, intuitive, and interactive.
|
||||||
* [Dora](https://github.com/nathanepstein/dora) - Tools for exploratory data analysis in Python.
|
* [Dora](https://github.com/nathanepstein/dora) - Tools for exploratory data analysis in Python.
|
||||||
* [Ruffus](http://www.ruffus.org.uk) - Computation Pipeline library for python.
|
* [Ruffus](http://www.ruffus.org.uk) - Computation Pipeline library for python.
|
||||||
|
* [SOMPY](https://github.com/sevamoo/SOMPY) - Self Organizing Map written in Python (Uses neural networks for data analysis).
|
||||||
|
* [HDBScan](https://github.com/lmcinnes/hdbscan) - implementation of the hdbscan algorithm in Python - used for clustering
|
||||||
|
|
||||||
<a name="python-misc" />
|
<a name="python-misc" />
|
||||||
#### Misc Scripts / iPython Notebooks / Codebases
|
#### Misc Scripts / iPython Notebooks / Codebases
|
||||||
|
Loading…
Reference in New Issue
Block a user