forked from cloudera/Applied-ML-Prototypes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathamp-catalog-cloudera-default.yaml
430 lines (406 loc) · 21.9 KB
/
amp-catalog-cloudera-default.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
name: Cloudera
entries:
- title: LLM Chatbot Augmented with Enterprise Data
label: llm-chatbot
short_description: |
Build a Retrieval Augmented Generation (RAG) Question-Answer Large
Language Model (LLM) Bot with local documents
long_description: >-
IMPORTANT: Please read the following before proceeding. By configuring and launching this AMP, you will cause h2oai/h2ogpt-oig-oasst1-512-6.9b, which is a third party large language model (LLM), to be downloaded and installed into your environment from the third party’s website. Please see https://huggingface.co/h2oai/h2ogpt-oig-oasst1-512-6.9b for more information about the LLM, including the applicable license terms. If you do not wish to download and install h2oai/h2ogpt-oig-oasst1-512-6.9b, click "Cancel" below. By clicking "Configure Project" below, you acknowledge the foregoing statement and agree that Cloudera is not responsible or liable in any way for h2oai/h2ogpt-oig-oasst1-512-6.9b. Author: Cloudera Inc.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This AMP builds a Retrieval Augmented Generation (RAG)
Question-Answer Large Language Model (LLM) Bot application which
demonstrates how context from local documents can be used with pre-trained
LLM models to perform context retrieval and chat response
generation with factual responses.
long_description_html: >-
IMPORTANT: Please read the following before proceeding. By configuring and launching this AMP, you will cause h2oai/h2ogpt-oig-oasst1-512-6.9b, which is a third party large language model (LLM), to be downloaded and installed into your environment from the third party’s website. Please see https://huggingface.co/h2oai/h2ogpt-oig-oasst1-512-6.9b for more information about the LLM, including the applicable license terms. If you do not wish to download and install h2oai/h2ogpt-oig-oasst1-512-6.9b, click "Cancel" below. By clicking "Configure Project" below, you acknowledge the foregoing statement and agree that Cloudera is not responsible or liable in any way for h2oai/h2ogpt-oig-oasst1-512-6.9b. Author: Cloudera Inc.
<br/>
<b>LLM Model</b>
This AMP builds a Retrieval Augmented Generation (RAG)
Question-Answer Large Language Model (LLM) Bot application which
demonstrates how context from local documents can be used with pre-trained
LLM models to perform context retrieval and chat response
generation with factual responses.
<br/>
<a href="https://youtu.be/SPSH3pjB020">Watch the AMP in action</a>
is_new: true
image_path: >-
https://raw.githubusercontent.com/cloudera/CML_AMP_LLM_Chatbot_Augmented_with_Enterprise_Data/main/images/catalog-screenshot.png
tags:
- Chatbot
- LLM
- Huggingface
- Generative AI
- RAG
- Vector DB
- Milvus
- Transformers
- NLP
git_url: 'https://github.com/cloudera/CML_AMP_LLM_Chatbot_Augmented_with_Enterprise_Data'
is_prototype: true
- title: Churn Modeling with scikit-learn
label: churn-prediction
short_description: Build an scikit-learn model to predict churn using customer telco data.
long_description: >-
This project demonstrates how to build a logistic regression classification model to predict the probability
that a group of customers will churn from a fictitious telecommunications company. In addition, the model is
interpreted using a technique called Local Interpretable Model-agnostic Explanations (LIME). Both the logistic
regression and LIME models are deployed using CML's real-time model deployment capability and interact with a
basic Flask-based web application.
image_path: >-
https://raw.githubusercontent.com/cloudera/Applied-ML-Prototypes/master/images/churn-prediction.jpg
tags:
- Churn Prediction
- Logistic Regression
- Explainability
- Lime
git_url: "https://github.com/cloudera/CML_AMP_Churn_Prediction"
is_prototype: true
- title: Deep Learning for Image Analysis
label: image-analysis
short_description: Build a semantic search application with deep learning models.
long_description: >-
This project demonstrates how to build a scalable semantic search solution
on a dataset of images. Pretrained convolutional neural networks are used to
extract semantically meaningful representations, which are then indexed
using the FAISS library for scalable retrieval. Finally, the project
launches an interactive visualization for exploring the quality of
representations extracted using multiple model architectures.
image_path: >-
https://raw.githubusercontent.com/cloudera/Applied-ML-Prototypes/master/images/image-analysis.jpg
tags:
- Computer Vision
- Image Analysis
- Semantic Search
git_url: "https://github.com/cloudera/CML_AMP_Image_Analysis"
is_prototype: true
- title: Deep Learning for Anomaly Detection
label: anomaly-detection
short_description: Apply modern, deep learning techniques for anomaly detection to identify network intrusions.
long_description: >-
This project includes implementations of several neural networks
(Autoencoder, Variational Autoencoder, Bidirectional GAN, Sequence Models)
applied to the task of anomaly detection in Tensorflow 2.0. For comparison,
it includes two baselines (One Class SVM, PCA) and provides a frontend
interface for exploring model results.
image_path: >-
https://raw.githubusercontent.com/cloudera/Applied-ML-Prototypes/master/images/anomaly-detection.jpg
tags:
- Anomaly Detection
- Tensorflow
- Autoencoder
- GAN
git_url: "https://github.com/cloudera/CML_AMP_Anomaly_Detection"
is_prototype: true
- title: NeuralQA
label: neuralqa
short_description: >-
Launch a visual interface for question answering that supports BERT models and information retrieval methods.
long_description: >-
This project demonstrates how the Cloudera Fast Forward Labs NeuralQA
library can be used to bootstrap an application for extractive question
answering. The application interface integrates visualizations for
explaining model behaviour and contextual query expansion.
image_path: >-
https://raw.githubusercontent.com/cloudera/Applied-ML-Prototypes/master/images/neuralqa.jpg
tags:
- Question Answering
- BERT
- NLP
git_url: "https://github.com/cloudera/CML_AMP_NeuralQA"
is_prototype: true
- title: Structural Time Series
label: structural-time-series
short_description: Applying a structural time series approach to California hourly electricity demand data.
long_description: >-
This project provides an example application of a structural approach to time series via
generalized additive models (with the Prophet library) to California hourly electricity demand
data. The primary output of this repository is a small application exposing a probablistic
forecast and interface for asking a probabilistic questions against it.
image_path: >-
https://raw.githubusercontent.com/cloudera/Applied-ML-Prototypes/master/images/structural-time-series.jpg
tags:
- Time Series
- Prophet
- Demand Forcasting
git_url: "https://github.com/cloudera/CML_AMP_Structural_Time_Series"
is_prototype: true
- title: Analyzing News Headlines with SpaCy
label: spacy-entity-extraction
short_description: Notebook demonstrating entity extraction on headlines with SpaCy.
long_description: >-
This project is a single notebook that demonstrates extracting named entities from Reuters news headlines with spaCy.
It provides a few example downstream use cases.
image_path: >-
https://raw.githubusercontent.com/cloudera/Applied-ML-Prototypes/master/images/spacy-entity-extraction.png
tags:
- SpaCy
- NLP
- Named Entity Recognition
git_url: "https://github.com/cloudera/CML_AMP_SpaCy_Entity_Extraction.git"
is_prototype: true
- title: Deep Learning for Question Answering
label: question-answering
short_description: Explore an emerging NLP capability with WikiQA, an automated question answering system built on top of Wikipedia.
long_description: >-
This project allows users to explore the task of question answering from several angles. First, users can interact with a real QA
system, in which open questions are answered with snippets found in Wikipedia articles. Next, users can explore an app that showcases
the types of models that make QA systems possible. Finally, users can learn and visualize the data structures required for training
and evaluating those models.
image_path: >-
https://raw.githubusercontent.com/cloudera/Applied-ML-Prototypes/master/images/question-answering.png
tags:
- Automated Question Answering
- Extractive Question Answering
- BERT
- NLP
git_url: "https://github.com/cloudera/CML_AMP_Question_Answering.git"
is_prototype: true
- title: Explaining Models with LIME and SHAP
label: explainability-lime-shap
short_description: Learn how to explain ML models using LIME and SHAP.
long_description: >-
This projects provides a notebook on how to explain machine learning models using tools such as SHAP and LIME. It explores
concepts such as global and local explanations, illustrated with six different models - Naive Bayes, Logistic Regression,
Decision Tree, Random Forest, Gradient Boosted Tree, and a Multilayer Perceptron. It also discusses best practices for debugging
explanations as well as limitations of LIME and SHAP.
image_path: >-
https://raw.githubusercontent.com/cloudera/Applied-ML-Prototypes/master/images/explainability-lime-shap.png
tags:
- Interpretability
- Explainability
- LIME
- SHAP
git_url: "https://github.com/cloudera/CML_AMP_Explainability_LIME_SHAP.git"
is_prototype: true
- title: Active Learning
label: active-learning
short_description: Interactive visual workflow of active learning using the MNIST dataset.
long_description: >-
Supervised machine learning, while powerful, needs labeled data to be effective. Active learning reduces the number of labeled examples
needed to train a model, saving time and money while obtaining comparable performance to models trained with much more data.This application
demonstrates the active learning workflow in an interactive experience.
image_path: >-
https://raw.githubusercontent.com/cloudera/Applied-ML-Prototypes/master/images/active-learning.png
tags:
- Active Learning
- Learning with Limited Labeled Data
git_url: "https://github.com/cloudera/CML_AMP_Active_Learning.git"
is_prototype: true
- title: MLFlow Tracking
label: mlflow-tracking
short_description: Experiment tracking with MLFlow.
long_description: >-
This project implements minimal viable experiment tracking on a supervised classification problem using scikit-learn and MLFlow.
image_path: >-
https://raw.githubusercontent.com/cloudera/Applied-ML-Prototypes/master/images/mlflow-tracking.png
tags:
- Experiment Tracking
git_url: "https://github.com/cloudera/CML_AMP_MLFlow_Tracking.git"
is_prototype: true
- title: Few-Shot Text Classification
label: fewshot-text-classification
short_description: Perform topic classification on news articles in several limited-labeled data regimes.
long_description: >-
This project provides a sample user interface that demonstrates how to perform text classification when only a few labeled training
examples exist, or even when there are no training examples at all! The approach relies on embedding text using word embeddings and
sentence embeddings with state-of-the-art Transformer models.
image_path: >-
https://raw.githubusercontent.com/cloudera/Applied-ML-Prototypes/master/images/fewshot-text-classification.png
tags:
- NLP
- Few-Shot Learning
- Zero-Shot Classification
- Text Embeddings
- BERT
git_url: "https://github.com/cloudera/CML_AMP_Few-Shot_Text_Classification.git"
is_prototype: true
- title: Canceled Flight Prediction
label: canceled-flight-prediction
short_description: Perform analytics on a large airline dataset with Spark and build an XGBoost model to predict flight cancellations.
long_description: >-
This project demonstrates end-to-end processing with Spark to take two large, raw datasets and transform them into a unified dataset
upon which an XGBoost classification model is trained to predict flight cancellations. Additionally, the project deploys a hosted model
and front-end application to allow users to interact with the trained model.
image_path: >-
https://raw.githubusercontent.com/cloudera/Applied-ML-Prototypes/master/images/canceled-flight-prediction.png
tags:
- Binary Classification
- XGBoost
- PySpark
- Flask
git_url: "https://github.com/cloudera/CML_AMP_Canceled_Flight_Prediction.git"
is_prototype: true
- title: Streamlit
label: streamlit
short_description: Demonstration of how to use Streamlit as a CML Application.
long_description: >-
This project demonstrates running a small Streamlit application inside CML. It does no machine learning, and simply illustrates the small
amount of wiring necessary to create a CML Application using Streamlit.
image_path: >-
https://raw.githubusercontent.com/cloudera/Applied-ML-Prototypes/master/images/streamlit.png
tags:
- Streamlit
- Applications
- Data Visualization
git_url: "https://github.com/cloudera/CML_AMP_Streamlit_on_CML.git"
is_prototype: true
- title: Object Detection Inference Visualized
label: object-detection-inference
short_description: Interact with a blog-style Streamlit application to visually unpack the inference workflow of a modern, single-stage object detector.
long_description: >-
This application offers a step-by-step walkthrough to help visualize the inference workflow of a single-stage object detector. Specifically,
we'll see how a pre-trained RetinaNet model processes an image to quickly and accurately detect objects while also exploring fundamental object
detection concepts along the way.
image_path: >-
https://raw.githubusercontent.com/cloudera/Applied-ML-Prototypes/master/images/object-detection-inference.png
tags:
- Computer Vision
- Object Detection
- PyTorch
- Streamlit
git_url: "https://github.com/cloudera/CML_AMP_Object_Detection_Inference.git"
is_prototype: true
- title: Getting Started with the CML API
label: apiv2
short_description: Demonstration of how to use the CML API to interact with CML.
long_description: >-
In addition to the UI interface, Cloudera Machine Learning (CML) provides an API to interact with the platform programmatically. This notebook
demonstrates how to work with the API.
image_path: >-
https://raw.githubusercontent.com/cloudera/Applied-ML-Prototypes/master/images/apiv2.png
tags:
- API
- CML
- Python
git_url: "https://github.com/cloudera/CML_AMP_APIv2.git"
is_prototype: true
- title: AutoML with TPOT
label: automl-with-tpot
short_description: AutoML using TPOT, distributed with Dask.
long_description: >-
Automated data visualization and scikit learn pipeline creation using TPOT, Dask, and CML Workers in a Jupyter notebook.
image_path: >-
https://raw.githubusercontent.com/cloudera/Applied-ML-Prototypes/master/images/automl-with-tpot.png
tags:
- TPOT
- AutoML
- Dask
- Python
- Workers
git_url: "https://github.com/cloudera/CML_AMP_AutoML_with_TPOT.git"
is_prototype: true
- title: Automatic Text Summarization
label: summarize
short_description: Automatic text summarization with extractive and abstractive models.
long_description: >-
This project builds a Streamlit application that demos four automatic summarization models, including extractive and abstractive techniques.
It facilitates qualitative and quantitative comparisons of model summaries, as well as allowing users to summarize their own input text.
image_path: >-
https://raw.githubusercontent.com/cloudera/Applied-ML-Prototypes/master/images/summarize.png
tags:
- Summarization
- NLP
- Streamlit
git_url: "https://github.com/cloudera/CML_AMP_Summarize.git"
is_prototype: true
- title: Train Gensim's Word2Vec
label: gensim-w2v
short_description: Demonstration of how to train Gensim's Word2Vec for a non-language use case.
long_description: >-
This Jupyter Notebook project demonstrates how to train Word2Vec for a non-language use case to learn embeddings for productcs on an e-commerce website.
Includes a demonstration of hyperparameter optimization and early stopping for the Word2Vec model.
image_path: >-
https://raw.githubusercontent.com/cloudera/Applied-ML-Prototypes/master/images/gensim-w2v.png
tags:
- Embeddings
- Gensim
- Word2Vec
- Hyperparameter Optimization
git_url: "https://github.com/cloudera/CML_AMP_Train_Gensim_W2V.git"
is_prototype: true
- title: TensorBoard as a CML Application
label: tensorboard
short_description: Demonstration of how to use TensorBoard as a CML Application.
long_description: >-
This project demonstrates how to run a TensorBoard dashboard as an application inside CML. To facilitate the demo, a minimal script is run to train a neural network
on the MNIST digits data set while capturing logs that are visualized in the TensorBoard application.
image_path: >-
https://raw.githubusercontent.com/cloudera/Applied-ML-Prototypes/master/images/tensorboard.png
tags:
- Tensorboard
- Applications
- Tensorflow
- Keras
git_url: "https://github.com/cloudera/CML_AMP_Tensorboard_on_CML.git"
is_prototype: true
- title: Video Classification
label: video-classification
short_description: Demonstration of how to perform video classification using pre-trained TensorFlow models.
long_description: >-
This project provides a Jupyter Notebook walkthrough of video classification/action recognition with a
pre-trained Tensorflow model and provides guidance for working with video data. The project also includes
a script that demonstrates how to perform larger-scale model inference.
image_path: >-
https://raw.githubusercontent.com/cloudera/Applied-ML-Prototypes/master/images/video-classification.png
tags:
- Video Classification
- Action Recognition
- Activity Recognition
- Video Understanding
- Tensorflow
git_url: "https://github.com/cloudera/CML_AMP_Video_Classification.git"
is_prototype: true
- title: Continuous Model Monitoring
label: continuous-model-monitoring
short_description: Demonstration of how to perform continuous model monitoring on CML using Model Metrics and Evidently.ai dashboards.
long_description: >-
To combat concept drift in production systems, its important to have robust monitoring capabilities that alert
stakeholders when relationships in the incoming data or model have changed. In this Applied Machine Learning
Prototype (AMP), we demonstrate how this can be achieved on CML. Specifically, we leverage CML's Model Metrics
feature in combination with Evidently.ai's Data Drift, Numerical Target Drift, and Regression Performance reports
to monitor a simulated production model that predicts housing prices over time.
image_path: >-
https://raw.githubusercontent.com/cloudera/Applied-ML-Prototypes/master/images/continuous-model-monitoring.png
tags:
- Model Monitoring
- Production ML
- MLOps
- Evidently.ai
- APIv2
git_url: "https://github.com/cloudera/CML_AMP_Continuous_Model_Monitoring.git"
is_prototype: true
- title: Distributed XGBoost with Dask on CML
label: dask-on-cml
short_description: How to perform distributed training of an XGBoost model using Dask on CML.
long_description: >-
This project provides a Jupyter Notebook that demonstrates a typical data science workflow for detecting fraudulent credit card
transactions by training a distributed XGBoost model in conjunction with Dask, a library for scaling Python applications, using the CML Workers API.
image_path: >-
https://raw.githubusercontent.com/cloudera/Applied-ML-Prototypes/master/images/dask-on-cml.png
tags:
- Distributed Computing
- XGBoost
- Dask
git_url: "https://github.com/cloudera/CML_AMP_Dask_on_CML.git"
is_prototype: true
- title: Exploring Intelligent Writing Assistance
label: intelligent-writing-assistance
short_description: A demonstration of how the NLP task of text style transfer can be applied to enhance the human writing experience using HuggingFace Transformers and Streamlit.
long_description: >-
The goal of this application is to demonstrate how the NLP task of text style transfer can be applied to enhance the human writing experience. In this sense,
we intend to peel back the curtains on how an intelligent writing assistant might function — walking through the logical steps needed to automatically re-style a piece of text
(from informal-to-formal or subjective-to-neutral) while building up confidence in the model output.
image_path: >-
https://raw.githubusercontent.com/cloudera/Applied-ML-Prototypes/master/images/intelligent-writing-assistance.png
tags:
- NLP
- Text Style Transfer
- HuggingFace
- BERT
- BART
- Streamlit
- PyTorch
git_url: "https://github.com/cloudera/CML_AMP_Intelligent_Writing_Assistance.git"
is_prototype: true