mirror of
https://github.com/donnemartin/data-science-ipython-notebooks.git
synced 2024-03-22 13:30:56 +08:00
Add Algorithmia IPython Notebook example
This commit is contained in:
parent
84a524f4f3
commit
f50d65d35e
15
README.md
15
README.md
|
@ -23,6 +23,7 @@
|
|||
* [spark](#spark)
|
||||
* [mapreduce-python](#mapreduce-python)
|
||||
* [amazon web services](#aws)
|
||||
* [algorithmia](#algorithmia)
|
||||
* [command lines](#commands)
|
||||
* [misc](#misc)
|
||||
* [notebook-installation](#notebook-installation)
|
||||
|
@ -231,6 +232,19 @@ IPython Notebook(s) demonstrating Hadoop MapReduce with mrjob functionality.
|
|||
| [mapreduce-python](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/mapreduce/mapreduce-python.ipynb) | Runs MapReduce jobs in Python, executing jobs locally or on Hadoop clusters. Demonstrates Hadoop Streaming in Python code with unit test and [mrjob](https://github.com/Yelp/mrjob) config file to analyze Amazon S3 bucket logs on Elastic MapReduce. [Disco](https://github.com/discoproject/disco/) is another python-based alternative.|
|
||||
|
||||
<br/>
|
||||
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/donnemartin/data-science-ipython-notebooks/master/images/algorithmia.png">
|
||||
</p>
|
||||
|
||||
## algorithmia
|
||||
|
||||
IPython Notebook(s) demonstrating using Machine Learning, Computer Vision and NLP algorithms.
|
||||
|
||||
| Notebook | Description |
|
||||
|------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| [Simple Usage](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/algorithmia/Algorithmia.ipynb) | Algorithmia is a marketplace for algorithms. This notebook showcases 4 different algorithms: Face Detection, Content Summarizer, Latent Dirichlet Allocation and Optical Character Recognition. |
|
||||
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/donnemartin/data-science-ipython-notebooks/master/images/aws.png">
|
||||
</p>
|
||||
|
@ -239,6 +253,7 @@ IPython Notebook(s) demonstrating Hadoop MapReduce with mrjob functionality.
|
|||
|
||||
IPython Notebook(s) demonstrating Amazon Web Services (AWS) and AWS tools functionality.
|
||||
|
||||
|
||||
Also check out:
|
||||
|
||||
* [SAWS](https://github.com/donnemartin/saws): A Supercharged AWS command line interface (CLI).
|
||||
|
|
424
algorithmia/Algorithmia.ipynb
Normal file
424
algorithmia/Algorithmia.ipynb
Normal file
File diff suppressed because one or more lines are too long
0
algorithmia/__init__.py
Normal file
0
algorithmia/__init__.py
Normal file
BIN
images/algorithmia.png
Normal file
BIN
images/algorithmia.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
Loading…
Reference in New Issue
Block a user