Skip to content

Commit addea4b

Browse files
committed
move nlp series frontmatter to yml file
1 parent cd75fdb commit addea4b

File tree

7 files changed

+8
-15
lines changed

7 files changed

+8
-15
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
title: NLP Series
2+
description: A 3-part series on natural language processing. Learn about text classification, RNNs, and language translation!

SP22/nlp-series/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
title: NLP Series
3-
description: A 3-part series on natural language processing. Learn about text classification, RNNs, and language translation!
4-
---
5-
61
![Header for Workshop 3: Seq 2 Seq for Translation](./NLP_Main_Header_Light.png#gh-light-mode-only)
72
![Header for Workshop 3: Seq 2 Seq for Translation](./NLP_Main_Header_Dark.png#gh-dark-mode-only)
83

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
title: "Workshop 1: Intro to NLP"
2+
description: "Learn about the basics of NLP and practice using them!"

SP22/nlp-series/workshop-1/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
title: "Workshop 1: Intro to NLP"
3-
description: "Learn about the basics of NLP and practice using them!"
4-
---
5-
61
![Header for Workshop 1 Intro to N L P](./figures/NLPW1_Header_Light.png#gh-light-mode-only)
72
![Header for Workshop 1 Intro to N L P](./figures/NLPW1_Header_Dark.png#gh-dark-mode-only)
83

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
title: "Workshop 2: RNNs for Multiclassification"
2+
description: "Follow us in learning about recurrent neural networks and how to use them in NLP to detect emotions from text"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
title: "Workshop 3: Machine Translation with RNNs"
2+
description: "Join us in making a language translation model similar to Google Translate!"

SP22/nlp-series/workshop-3/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
title: "Workshop 3: Machine Translation with RNNs"
3-
description: "Join us in making a language translation model similar to Google Translate!"
4-
---
5-
61
![Header for Workshop 3: Seq 2 Seq for Translation](./figures/NLPW3_Header_Light.png#gh-light-mode-only)
72
![Header for Workshop 3: Seq 2 Seq for Translation](./figures/NLPW3_Header_Dark.png#gh-dark-mode-only)
83

0 commit comments

Comments
 (0)