-
Notifications
You must be signed in to change notification settings - Fork 397
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added community projects docs section (#326)
- Loading branch information
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,4 @@ Examples | |
Running-from-Spark-Shell | ||
Running-from-Jupyter-Notebook | ||
Bootstrap-Your-First-Project | ||
Community-Projects |