add tensorflow course without questions (#38525)

This commit is contained in:
Beau Carnes
2020-04-21 11:19:42 -04:00
committed by Mrugesh Mohapatra
parent 63fe67e53f
commit cb88dcf1e6
35 changed files with 981 additions and 1 deletions

View File

@ -0,0 +1,8 @@
---
title: Introduction to the TensorFlow Lectures
block: TensorFlow
superBlock: Machine Learning with Python
---
## Introduction to the TensorFlow Challenges
<dfn>TensorFlow</dfn> Placeholder Introduction.

View File

@ -0,0 +1,140 @@
{
"name": "TensorFlow",
"dashedName": "lectures-tensorflow",
"order": 1,
"time": "15 hours",
"superBlock": "machine-learning-with-python",
"superOrder": 10,
"challengeOrder": [
[
"5e8f2f13c4cdbe86b5c72d87",
"Intro to TensorFlow A"
],
[
"5e8f2f13c4cdbe86b5c72d88",
"Intro to TensorFlow B"
],
[
"5e8f2f13c4cdbe86b5c72d89",
"Core Learning Algorithms A"
],
[
"5e8f2f13c4cdbe86b5c72d8a",
"Core Learning Algorithms B"
],
[
"5e8f2f13c4cdbe86b5c72d8b",
"Core Learning Algorithms C"
],
[
"5e8f2f13c4cdbe86b5c72d8c",
"Core Learning Algorithms D"
],
[
"5e8f2f13c4cdbe86b5c72d8d",
"Core Learning Algorithms E"
],
[
"5e8f2f13c4cdbe86b5c72d8e",
"Core Learning Algorithms F"
],
[
"5e8f2f13c4cdbe86b5c72d8f",
"Core Learning Algorithms G"
],
[
"5e8f2f13c4cdbe86b5c72d90",
"Core Learning Algorithms H"
],
[
"5e8f2f13c4cdbe86b5c72d91",
"Core Learning Algorithms I"
],
[
"5e8f2f13c4cdbe86b5c72d92",
"Neural Networks with TensorFlow A"
],
[
"5e8f2f13c4cdbe86b5c72d93",
"Neural Networks with TensorFlow B"
],
[
"5e8f2f13c4cdbe86b5c72d94",
"Neural Networks with TensorFlow C"
],
[
"5e8f2f13c4cdbe86b5c72d95",
"Neural Networks with TensorFlow D"
],
[
"5e8f2f13c4cdbe86b5c72d96",
"Convolutional Neural Networks A"
],
[
"5e8f2f13c4cdbe86b5c72d97",
"Convolutional Neural Networks B"
],
[
"5e8f2f13c4cdbe86b5c72d98",
"Convolutional Neural Networks C"
],
[
"5e8f2f13c4cdbe86b5c72d99",
"Convolutional Neural Networks D"
],
[
"5e8f2f13c4cdbe86b5c72d9a",
"Convolutional Neural Networks E"
],
[
"5e8f2f13c4cdbe86b5c72d9b",
"Natural Language Processing With RNNs A"
],
[
"5e8f2f13c4cdbe86b5c72d9c",
"Natural Language Processing With RNNs B"
],
[
"5e8f2f13c4cdbe86b5c72d9d",
"Natural Language Processing With RNNs C"
],
[
"5e8f2f13c4cdbe86b5c72d9e",
"Natural Language Processing With RNNs D"
],
[
"5e8f2f13c4cdbe86b5c72d9f",
"Natural Language Processing With RNNs E"
],
[
"5e8f2f13c4cdbe86b5c72da0",
"Natural Language Processing With RNNs F"
],
[
"5e8f2f13c4cdbe86b5c72da1",
"Natural Language Processing With RNNs G"
],
[
"5e8f2f13c4cdbe86b5c72da2",
"Natural Language Processing With RNNs H"
],
[
"5e8f2f13c4cdbe86b5c72da3",
"Reinforcement Learning With Q-Learning A"
],
[
"5e8f2f13c4cdbe86b5c72da4",
"Reinforcement Learning With Q-Learning B"
],
[
"5e8f2f13c4cdbe86b5c72da5",
"Reinforcement Learning With Q-Learning C"
],
[
"5e8f2f13c4cdbe86b5c72da6",
"Conclusion"
]
],
"helpRoom": "Help",
"fileName": "11-machine-learning-with-python/lectures-tensorflow.json"
}

View File

@ -1,7 +1,7 @@
{ {
"name": "Machine Learning with Python Projects", "name": "Machine Learning with Python Projects",
"dashedName": "machine-learning-with-python-projects", "dashedName": "machine-learning-with-python-projects",
"order": 1, "order": 2,
"time": "150 hours", "time": "150 hours",
"superBlock": "machine-learning-with-python", "superBlock": "machine-learning-with-python",
"superOrder": 10, "superOrder": 10,

View File

@ -0,0 +1,26 @@
---
id: 5e8f2f13c4cdbe86b5c72da6
title: Conclusion
challengeType: 11
videoId: LMNub5frQi4
---
## Description
<section id='description'>
</section>
## Tests
<section id='tests'>
```yml
question:
text: Question
answers:
- one
- two
- three
solution: 3
```
</section>

View File

@ -0,0 +1,26 @@
---
id: 5e8f2f13c4cdbe86b5c72d96
title: Convolutional Neural Networks A
challengeType: 11
videoId: _1kTP7uoU9E
---
## Description
<section id='description'>
</section>
## Tests
<section id='tests'>
```yml
question:
text: Question
answers:
- one
- two
- three
solution: 3
```
</section>

View File

@ -0,0 +1,26 @@
---
id: 5e8f2f13c4cdbe86b5c72d97
title: Convolutional Neural Networks B
challengeType: 11
videoId: LrdmcQpTyLw
---
## Description
<section id='description'>
</section>
## Tests
<section id='tests'>
```yml
question:
text: Question
answers:
- one
- two
- three
solution: 3
```
</section>

View File

@ -0,0 +1,26 @@
---
id: 5e8f2f13c4cdbe86b5c72d98
title: Convolutional Neural Networks C
challengeType: 11
videoId: kfv0K8MtkIc
---
## Description
<section id='description'>
</section>
## Tests
<section id='tests'>
```yml
question:
text: Question
answers:
- one
- two
- three
solution: 3
```
</section>

View File

@ -0,0 +1,26 @@
---
id: 5e8f2f13c4cdbe86b5c72d99
title: Convolutional Neural Networks D
challengeType: 11
videoId: eCATNvwraXg
---
## Description
<section id='description'>
</section>
## Tests
<section id='tests'>
```yml
question:
text: Question
answers:
- one
- two
- three
solution: 3
```
</section>

View File

@ -0,0 +1,26 @@
---
id: 5e8f2f13c4cdbe86b5c72d9a
title: Convolutional Neural Networks E
challengeType: 11
videoId: h1XUt1AgIOI
---
## Description
<section id='description'>
</section>
## Tests
<section id='tests'>
```yml
question:
text: Question
answers:
- one
- two
- three
solution: 3
```
</section>

View File

@ -0,0 +1,26 @@
---
id: 5e8f2f13c4cdbe86b5c72d89
title: Core Learning Algorithms A
challengeType: 11
videoId: u5lZURgcWnU
---
## Description
<section id='description'>
</section>
## Tests
<section id='tests'>
```yml
question:
text: Question
answers:
- one
- two
- three
solution: 3
```
</section>

View File

@ -0,0 +1,26 @@
---
id: 5e8f2f13c4cdbe86b5c72d8a
title: Core Learning Algorithms B
challengeType: 11
videoId: u85IOSsJsPI
---
## Description
<section id='description'>
</section>
## Tests
<section id='tests'>
```yml
question:
text: Question
answers:
- one
- two
- three
solution: 3
```
</section>

View File

@ -0,0 +1,26 @@
---
id: 5e8f2f13c4cdbe86b5c72d8b
title: Core Learning Algorithms C
challengeType: 11
videoId: wz9J1slsi7I
---
## Description
<section id='description'>
</section>
## Tests
<section id='tests'>
```yml
question:
text: Question
answers:
- one
- two
- three
solution: 3
```
</section>

View File

@ -0,0 +1,26 @@
---
id: 5e8f2f13c4cdbe86b5c72d8c
title: Core Learning Algorithms D
challengeType: 11
videoId: _cEwvqVoBhI
---
## Description
<section id='description'>
</section>
## Tests
<section id='tests'>
```yml
question:
text: Question
answers:
- one
- two
- three
solution: 3
```
</section>

View File

@ -0,0 +1,26 @@
---
id: 5e8f2f13c4cdbe86b5c72d8d
title: Core Learning Algorithms E
challengeType: 11
videoId: qFF7ZQNvK9E
---
## Description
<section id='description'>
</section>
## Tests
<section id='tests'>
```yml
question:
text: Question
answers:
- one
- two
- three
solution: 3
```
</section>

View File

@ -0,0 +1,26 @@
---
id: 5e8f2f13c4cdbe86b5c72d8e
title: Core Learning Algorithms F
challengeType: 11
videoId: 5wHw8BTd2ZQ
---
## Description
<section id='description'>
</section>
## Tests
<section id='tests'>
```yml
question:
text: Question
answers:
- one
- two
- three
solution: 3
```
</section>

View File

@ -0,0 +1,26 @@
---
id: 5e8f2f13c4cdbe86b5c72d8f
title: Core Learning Algorithms G
challengeType: 11
videoId: 8sqIaHc9Cz4
---
## Description
<section id='description'>
</section>
## Tests
<section id='tests'>
```yml
question:
text: Question
answers:
- one
- two
- three
solution: 3
```
</section>

View File

@ -0,0 +1,26 @@
---
id: 5e8f2f13c4cdbe86b5c72d90
title: Core Learning Algorithms H
challengeType: 11
videoId: IZg24y4wEPY
---
## Description
<section id='description'>
</section>
## Tests
<section id='tests'>
```yml
question:
text: Question
answers:
- one
- two
- three
solution: 3
```
</section>

View File

@ -0,0 +1,26 @@
---
id: 5e8f2f13c4cdbe86b5c72d91
title: Core Learning Algorithms I
challengeType: 11
videoId: fYAYvLUawnc
---
## Description
<section id='description'>
</section>
## Tests
<section id='tests'>
```yml
question:
text: Question
answers:
- one
- two
- three
solution: 3
```
</section>

View File

@ -0,0 +1,26 @@
---
id: 5e8f2f13c4cdbe86b5c72d87
title: Intro to TensorFlow A
challengeType: 11
videoId: KwL1qTR5MT8
---
## Description
<section id='description'>
</section>
## Tests
<section id='tests'>
```yml
question:
text: Question
answers:
- one
- two
- three
solution: 3
```
</section>

View File

@ -0,0 +1,26 @@
---
id: 5e8f2f13c4cdbe86b5c72d88
title: Intro to TensorFlow B
challengeType: 11
videoId: r9hRyGGjOgQ
---
## Description
<section id='description'>
</section>
## Tests
<section id='tests'>
```yml
question:
text: Question
answers:
- one
- two
- three
solution: 3
```
</section>

View File

@ -0,0 +1,26 @@
---
id: 5e8f2f13c4cdbe86b5c72d9b
title: Natural Language Processing With RNNs A
challengeType: 11
videoId: ZyCaF5S-lKg
---
## Description
<section id='description'>
</section>
## Tests
<section id='tests'>
```yml
question:
text: Question
answers:
- one
- two
- three
solution: 3
```
</section>

View File

@ -0,0 +1,26 @@
---
id: 5e8f2f13c4cdbe86b5c72d9c
title: Natural Language Processing With RNNs B
challengeType: 11
videoId: mUU9YXOFbZg
---
## Description
<section id='description'>
</section>
## Tests
<section id='tests'>
```yml
question:
text: Question
answers:
- one
- two
- three
solution: 3
```
</section>

View File

@ -0,0 +1,26 @@
---
id: 5e8f2f13c4cdbe86b5c72d9d
title: Natural Language Processing With RNNs C
challengeType: 11
videoId: bX5681NPOcA
---
## Description
<section id='description'>
</section>
## Tests
<section id='tests'>
```yml
question:
text: Question
answers:
- one
- two
- three
solution: 3
```
</section>

View File

@ -0,0 +1,26 @@
---
id: 5e8f2f13c4cdbe86b5c72d9e
title: Natural Language Processing With RNNs D
challengeType: 11
videoId: lYeLtu8Nq7c
---
## Description
<section id='description'>
</section>
## Tests
<section id='tests'>
```yml
question:
text: Question
answers:
- one
- two
- three
solution: 3
```
</section>

View File

@ -0,0 +1,26 @@
---
id: 5e8f2f13c4cdbe86b5c72d9f
title: Natural Language Processing With RNNs E
challengeType: 11
videoId: WO1hINnBj20
---
## Description
<section id='description'>
</section>
## Tests
<section id='tests'>
```yml
question:
text: Question
answers:
- one
- two
- three
solution: 3
```
</section>

View File

@ -0,0 +1,26 @@
---
id: 5e8f2f13c4cdbe86b5c72da0
title: Natural Language Processing With RNNs F
challengeType: 11
videoId: j5xsxjq_Xk8
---
## Description
<section id='description'>
</section>
## Tests
<section id='tests'>
```yml
question:
text: Question
answers:
- one
- two
- three
solution: 3
```
</section>

View File

@ -0,0 +1,26 @@
---
id: 5e8f2f13c4cdbe86b5c72da1
title: Natural Language Processing With RNNs G
challengeType: 11
videoId: 32WBFS7lfsw
---
## Description
<section id='description'>
</section>
## Tests
<section id='tests'>
```yml
question:
text: Question
answers:
- one
- two
- three
solution: 3
```
</section>

View File

@ -0,0 +1,26 @@
---
id: 5e8f2f13c4cdbe86b5c72da2
title: Natural Language Processing With RNNs H
challengeType: 11
videoId: hEUiK7j9UI8
---
## Description
<section id='description'>
</section>
## Tests
<section id='tests'>
```yml
question:
text: Question
answers:
- one
- two
- three
solution: 3
```
</section>

View File

@ -0,0 +1,26 @@
---
id: 5e8f2f13c4cdbe86b5c72d92
title: Neural Networks with TensorFlow A
challengeType: 11
videoId: uisdfrNrZW4
---
## Description
<section id='description'>
</section>
## Tests
<section id='tests'>
```yml
question:
text: Question
answers:
- one
- two
- three
solution: 3
```
</section>

View File

@ -0,0 +1,26 @@
---
id: 5e8f2f13c4cdbe86b5c72d93
title: Neural Networks with TensorFlow B
challengeType: 11
videoId: S45tqW6BqRs
---
## Description
<section id='description'>
</section>
## Tests
<section id='tests'>
```yml
question:
text: Question
answers:
- one
- two
- three
solution: 3
```
</section>

View File

@ -0,0 +1,26 @@
---
id: 5e8f2f13c4cdbe86b5c72d94
title: Neural Networks with TensorFlow C
challengeType: 11
videoId: hdOtRPQe1o4
---
## Description
<section id='description'>
</section>
## Tests
<section id='tests'>
```yml
question:
text: Question
answers:
- one
- two
- three
solution: 3
```
</section>

View File

@ -0,0 +1,26 @@
---
id: 5e8f2f13c4cdbe86b5c72d95
title: Neural Networks with TensorFlow D
challengeType: 11
videoId: K8bz1bmOCTw
---
## Description
<section id='description'>
</section>
## Tests
<section id='tests'>
```yml
question:
text: Question
answers:
- one
- two
- three
solution: 3
```
</section>

View File

@ -0,0 +1,26 @@
---
id: 5e8f2f13c4cdbe86b5c72da3
title: Reinforcement Learning With Q-Learning A
challengeType: 11
videoId: Cf7DSU0gVb4
---
## Description
<section id='description'>
</section>
## Tests
<section id='tests'>
```yml
question:
text: Question
answers:
- one
- two
- three
solution: 3
```
</section>

View File

@ -0,0 +1,26 @@
---
id: 5e8f2f13c4cdbe86b5c72da4
title: Reinforcement Learning With Q-Learning B
challengeType: 11
videoId: DX7hJuaUZ7o
---
## Description
<section id='description'>
</section>
## Tests
<section id='tests'>
```yml
question:
text: Question
answers:
- one
- two
- three
solution: 3
```
</section>

View File

@ -0,0 +1,26 @@
---
id: 5e8f2f13c4cdbe86b5c72da5
title: Reinforcement Learning With Q-Learning C
challengeType: 11
videoId: RBBSNta234s
---
## Description
<section id='description'>
</section>
## Tests
<section id='tests'>
```yml
question:
text: Question
answers:
- one
- two
- three
solution: 3
```
</section>