Skip to content

Commit

Permalink
attempt at jump links, workshop path file starter
Browse files Browse the repository at this point in the history
  • Loading branch information
jlooper committed Mar 2, 2022
1 parent 29fd237 commit 21985f6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ Welcome to the [Next Generation's Team Workshop Library](presentation.pptx), bui
> 1️⃣, 2️⃣, 3️⃣ indicate beginner, intermediate, and advanced level workshops
[AI/ML Workshops](#AI) | [Data Workshops](#data) | [Web/App Development Workshops](#web)

## AI/ML Workshops
## <a name="AI"></a>AI/ML Workshops

| Level | Workshop Title | Author(s) | Duration | What you will learn | Train-the-Trainer Video | Technologies taught, paired Microsoft Learn modules |
|-| ------------------------------- | ----------- | -------------------------------------- | - | - | - |
Expand All @@ -20,7 +21,7 @@ Welcome to the [Next Generation's Team Workshop Library](presentation.pptx), bui
2️⃣ | [Use TensorFlow and Keras for Natural Language Processing](./full/intro-nlp-tensorflow/README.md) | Alfredo Deza | 1 hour | How to process text to generate new text using TensorFlow and Keras running in Jupyter Notebooks | | Keras, Python, Jupyter, [Introduction to NLP with TensorFlow](https://docs.microsoft.com/learn/modules/intro-natural-language-processing-tensorflow/?WT.mc_id=academic-56322-alfredodeza) |
3️⃣ | [Deep Learning for Computer Vision](./full/deep-learning-computer-vision/README.md) | [Dmitry Soshnikov](http://soshnikov.com) | 1-1.5 hours | How to use neural networks to classify images of different breeds of cats and dogs | [🎥](https://youtu.be/9tW-KuQ6sEA) | Python, [Introduction to Computer Vision with PyTorch](https://docs.microsoft.com/learn/modules/intro-computer-vision-pytorch/?WT.mc_id=academic-56313-dmitryso), [Introduction to Computer Vision with TensorFlow](https://docs.microsoft.com/learn/modules/intro-computer-vision-tensorflow/?WT.mc_id=academic-56313-dmitryso) |

## Data Workshops
## <a name="data"></a>Data Workshops

| Level | Workshop Title | Author(s) | Duration | What you will learn | Train-the-Trainer Video | Technologies taught, paired Microsoft Learn modules |
|-| ------------------------------- | ----------- | -------------------------------------- | - | - | - |
Expand All @@ -29,7 +30,7 @@ Welcome to the [Next Generation's Team Workshop Library](presentation.pptx), bui
2️⃣ | [Read and Write Data using Azure DataBricks](./full/intro-databricks/README.md) | Alfredo Deza | 1 hour | Read and write data to an Azure Databricks cluster using notebooks and ready-to-use datasets. | | [Read and write data in Azure Databricks](https://docs.microsoft.com/learn/modules/read-write-data-azure-databricks/?WT.mc_id=academic-56680-alfredodeza) |
2️⃣ | [COVID Paper Exploration Workshop](./full/covid-paper-text-analytics/README.md) | [Dmitry Soshnikov](http://soshnikov.com) | 1-1.5 hours | How to use Azure Text Analytics Cognitive Service, How to process tabular data in Python using Pandas and visualize them using different visualization techniques | [🎥](https://youtu.be/OcJ4VY0ojhk) | Python, Pandas, [Azure Cognitive Services](https://docs.microsoft.com/learn/modules/analyze-text-with-text-analytics-service/?WT.mc_id=academic-49822-dmitryso) |

## Web Development / App Development Workshops
## <a name="web"></a>Web Development / App Development Workshops

| Level | Workshop Title | Author(s) | Duration | What you will learn | Train-the-Trainer Video | Technologies taught, paired Microsoft Learn modules |
|-| ------------------------------- | ----------- | -------------------------------------- | - | - | - |
Expand Down
9 changes: 9 additions & 0 deletions workshop-paths.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Workshop paths

Interested in creating a pathed experience where you can build up your audience's skills progressively? Here are some suggestions, with extra resources available to make a great experience.

## ML Zero to Hero

## Web Zero to Hero

## Data Zero to Hero

0 comments on commit 21985f6

Please sign in to comment.