Skip to content

Commit

Permalink
Added community projects docs section (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
tovbinm authored May 29, 2019
1 parent b08dd94 commit fe9b0bb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/examples/Community-Projects.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Community Projects

1. Automl template with TransmogrifAI for [PredictionIO](https://predictionio.apache.org) by [@takezoe](https://github.com/takezoe) - [blog](https://medium.com/@takezoe/automl-on-apache-predictionio-with-transmogrifai-81e4c5ea7ff4) & [code](https://github.com/takezoe/predictionio-template-automl)
2. PimaIndians Diabetes Detection using TransmogrifAI by [@rajdeepd](https://github.com/rajdeepd) - [blog](http://clouddatafacts.com/transmogrifai/pimaindians.html) & [code](https://github.com/rajdeepd/transmogrifai-samples)
3. Simple Regression with TransmogrifAI by [@rajdeepd](https://github.com/rajdeepd) - [blog](http://clouddatafacts.com/transmogrifai/simple_regression.html) & [code](https://github.com/rajdeepd/transmogrifai-samples/tree/master/src/main/scala/com/salesforce/hw/regression)
4. Build your own automl with 100 lines of code by [@albertod](https://twitter.com/albertod) - [blog](https://albertodema.wordpress.com/2019/03/26/build-your-own-automl-with-100-lines-of-code)
5. Machine Learning for All by [@albertod](https://twitter.com/albertod) - [blog](https://albertodema.wordpress.com/2018/09/11/machine-learning-for-all)
6. Building ML Apps simplified with AutoML by [@ajayborra](https://twitter.com/ajayborra), [@hims_mittal](https://twitter.com/hims_mittal) - [blog](https://engineering.salesforce.com/transmogrifai-automl-vs-sparkml-46b225fac8fc), [code](https://github.com/ajayborra/TransmogrifAI-CaliforniaHousing)
7. TAML: automatically train a "good" predictive model given only a CSV dataset by [@crupley](https://github.com/crupley) - [code](https://github.com/crupley/taml)
8. Using TransmogrifAI to predict income level from census data by [@anushalihala](https://github.com/anushalihala) - [code](https://github.com/anushalihala/transmogrifai-project)
9. MNIST: image classification with TransmogrifAI by [@ajayborra](https://github.com/ajayborra) - [code](https://github.com/ajayborra/TransmogrifAI-ImageClassification)
1 change: 1 addition & 0 deletions docs/examples/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ Examples
Running-from-Spark-Shell
Running-from-Jupyter-Notebook
Bootstrap-Your-First-Project
Community-Projects

0 comments on commit fe9b0bb

Please sign in to comment.