fix: rename tensorflow lessons (#38617)

This commit is contained in:
Tom 2020-04-24 05:52:42 -05:00 committed by Mrugesh Mohapatra
parent 256ed00fb9
commit 2e37cb8da5
36 changed files with 73 additions and 66 deletions

View File

@ -5,4 +5,7 @@ superBlock: Data Analysis with Python
---
## Introduction to the Data Analysis with Python Course Challenges
<dfn>Data Analysis with Python Course</dfn> Placeholder Introduction.
Learn Data Analysis with Python in this comprehensive tutorial. Data Analysis has been around for a long time, but up until a few years ago, it was practiced using closed, expensive and limited tools like Excel or Tableau. Python, SQL and other open libraries have changed Data Analysis forever.
In these lectures, create by Santiago Basulto from RMOTR, you will learn the whole process of Data Analysis: reading data from multiple sources (CSVs, SQL, Excel, etc), processing them using NumPy and Pandas, visualize them using Matplotlib and Seaborn and clean and process it to create reports.
Additionally, we've included a thorough Jupyter Notebook tutorial, and a quick Python reference to refresh your programming skills.

View File

@ -5,4 +5,4 @@ superBlock: Data Analysis with Python
---
## Introduction to the Numpy Challenges
<dfn>Numpy</dfn> Placeholder Introduction.
Learn the basics of the NumPy library with the following lectures created by Keith Galli. They provide background information on how NumPy works and how it compares to Python's Built-in lists. They go through how to write code with NumPy, creating arrays, indexing, math, statistics, reshaping, and more!

View File

@ -5,4 +5,6 @@ superBlock: Data Analysis with Python
---
## Introduction to the How Neural Networks Work Challenges
<dfn>How Neural Networks Work</dfn> Placeholder Introduction.
Neural networks are at the core of what we are calling Artificial Intelligence today. They can seem impenetrable, and even mystical, if you are trying to understand them for the first time, but they don't have to.
Even if you are completely new to neural networks, these lectures by Brandon Rohrer will get you comfortable with the concepts and math behind them.

View File

@ -5,4 +5,6 @@ superBlock: Machine Learning with Python
---
## Introduction to the TensorFlow Challenges
<dfn>TensorFlow</dfn> Placeholder Introduction.
Tensorflow is an open source framework developed by the Google Brain team aimed to make the powers of machine learning and neural networking easier to use.
The following lectures were created by Tim Ruscica, otherwise known as “Tech With Tim” from his educational programming YouTube channel. They will help you to understand Tensorflow and some of it's capabilities.

View File

@ -8,127 +8,127 @@
"challengeOrder": [
[
"5e8f2f13c4cdbe86b5c72d87",
"Intro to TensorFlow A"
"Introduction: Machine Learning Fundamentals"
],
[
"5e8f2f13c4cdbe86b5c72d88",
"Intro to TensorFlow B"
"Introduction to TensorFlow"
],
[
"5e8f2f13c4cdbe86b5c72d89",
"Core Learning Algorithms A"
"Core Learning Algorithms"
],
[
"5e8f2f13c4cdbe86b5c72d8a",
"Core Learning Algorithms B"
"Core Learning Algorithms: Working with Data"
],
[
"5e8f2f13c4cdbe86b5c72d8b",
"Core Learning Algorithms C"
"Core Learning Algorithms: Training and Testing Data"
],
[
"5e8f2f13c4cdbe86b5c72d8c",
"Core Learning Algorithms D"
"Core Learning Algorithms: The Training Process"
],
[
"5e8f2f13c4cdbe86b5c72d8d",
"Core Learning Algorithms E"
"Core Learning Algorithms: Classification"
],
[
"5e8f2f13c4cdbe86b5c72d8e",
"Core Learning Algorithms F"
"Core Learning Algorithms: Building the Model"
],
[
"5e8f2f13c4cdbe86b5c72d8f",
"Core Learning Algorithms G"
"Core Learning Algorithms: Clustering"
],
[
"5e8f2f13c4cdbe86b5c72d90",
"Core Learning Algorithms H"
"Core Learning Algorithms: Hidden Markov Models"
],
[
"5e8f2f13c4cdbe86b5c72d91",
"Core Learning Algorithms I"
"Core Learning Algorithms: Using Probabilities to make Predictions"
],
[
"5e8f2f13c4cdbe86b5c72d92",
"Neural Networks with TensorFlow A"
"Neural Networks with TensorFlow"
],
[
"5e8f2f13c4cdbe86b5c72d93",
"Neural Networks with TensorFlow B"
"Neural Networks: Activation Functions"
],
[
"5e8f2f13c4cdbe86b5c72d94",
"Neural Networks with TensorFlow C"
"Neural Networks: Optimizers"
],
[
"5e8f2f13c4cdbe86b5c72d95",
"Neural Networks with TensorFlow D"
"Neural Networks: Creating a Model"
],
[
"5e8f2f13c4cdbe86b5c72d96",
"Convolutional Neural Networks A"
"Convolutional Neural Networks"
],
[
"5e8f2f13c4cdbe86b5c72d97",
"Convolutional Neural Networks B"
"Convolutional Neural Networks: The Convolutional Layer"
],
[
"5e8f2f13c4cdbe86b5c72d98",
"Convolutional Neural Networks C"
"Creating a Convolutional Neural Network"
],
[
"5e8f2f13c4cdbe86b5c72d99",
"Convolutional Neural Networks D"
"Convolutional Neural Networks: Evaluating the Model"
],
[
"5e8f2f13c4cdbe86b5c72d9a",
"Convolutional Neural Networks E"
"Convolutional Neural Networks: Picking a Pretrained Model"
],
[
"5e8f2f13c4cdbe86b5c72d9b",
"Natural Language Processing With RNNs A"
"Natural Language Processing with RNNs"
],
[
"5e8f2f13c4cdbe86b5c72d9c",
"Natural Language Processing With RNNs B"
"Natural Language Processing With RNNs: Part 2"
],
[
"5e8f2f13c4cdbe86b5c72d9d",
"Natural Language Processing With RNNs C"
"Natural Language Processing With RNNs: Recurring Neural Networks"
],
[
"5e8f2f13c4cdbe86b5c72d9e",
"Natural Language Processing With RNNs D"
"Natural Language Processing With RNNs: Sentiment Analysis"
],
[
"5e8f2f13c4cdbe86b5c72d9f",
"Natural Language Processing With RNNs E"
"Natural Language Processing With RNNs: Making Predictions"
],
[
"5e8f2f13c4cdbe86b5c72da0",
"Natural Language Processing With RNNs F"
"Natural Language Processing With RNNs: Create a Play Generator"
],
[
"5e8f2f13c4cdbe86b5c72da1",
"Natural Language Processing With RNNs G"
"Natural Language Processing With RNNs: Building the Model"
],
[
"5e8f2f13c4cdbe86b5c72da2",
"Natural Language Processing With RNNs H"
"Natural Language Processing With RNNs: Training the Model"
],
[
"5e8f2f13c4cdbe86b5c72da3",
"Reinforcement Learning With Q-Learning A"
"Reinforcement Learning With Q-Learning"
],
[
"5e8f2f13c4cdbe86b5c72da4",
"Reinforcement Learning With Q-Learning B"
"Reinforcement Learning With Q-Learning: Part 2"
],
[
"5e8f2f13c4cdbe86b5c72da5",
"Reinforcement Learning With Q-Learning C"
"Reinforcement Learning With Q-Learning: Example"
],
[
"5e8f2f13c4cdbe86b5c72da6",

View File

@ -1,6 +1,6 @@
---
id: 5e8f2f13c4cdbe86b5c72d99
title: Convolutional Neural Networks D
title: 'Convolutional Neural Networks: Evaluating the Model'
challengeType: 11
videoId: eCATNvwraXg
---

View File

@ -1,6 +1,6 @@
---
id: 5e8f2f13c4cdbe86b5c72d9a
title: Convolutional Neural Networks E
title: 'Convolutional Neural Networks: Picking a Pretrained Model'
challengeType: 11
videoId: h1XUt1AgIOI
---

View File

@ -1,6 +1,6 @@
---
id: 5e8f2f13c4cdbe86b5c72d97
title: Convolutional Neural Networks B
title: 'Convolutional Neural Networks: The Convolutional Layer'
challengeType: 11
videoId: LrdmcQpTyLw
---

View File

@ -1,6 +1,6 @@
---
id: 5e8f2f13c4cdbe86b5c72d96
title: Convolutional Neural Networks A
title: Convolutional Neural Networks
challengeType: 11
videoId: _1kTP7uoU9E
---

View File

@ -1,6 +1,6 @@
---
id: 5e8f2f13c4cdbe86b5c72d8e
title: Core Learning Algorithms F
title: 'Core Learning Algorithms: Building the Model'
challengeType: 11
videoId: 5wHw8BTd2ZQ
---

View File

@ -1,6 +1,6 @@
---
id: 5e8f2f13c4cdbe86b5c72d8d
title: Core Learning Algorithms E
title: 'Core Learning Algorithms: Classification'
challengeType: 11
videoId: qFF7ZQNvK9E
---

View File

@ -1,6 +1,6 @@
---
id: 5e8f2f13c4cdbe86b5c72d8f
title: Core Learning Algorithms G
title: 'Core Learning Algorithms: Clustering'
challengeType: 11
videoId: 8sqIaHc9Cz4
---

View File

@ -1,6 +1,6 @@
---
id: 5e8f2f13c4cdbe86b5c72d90
title: Core Learning Algorithms H
title: 'Core Learning Algorithms: Hidden Markov Models'
challengeType: 11
videoId: IZg24y4wEPY
---

View File

@ -1,6 +1,6 @@
---
id: 5e8f2f13c4cdbe86b5c72d8c
title: Core Learning Algorithms D
title: 'Core Learning Algorithms: The Training Process'
challengeType: 11
videoId: _cEwvqVoBhI
---

View File

@ -1,6 +1,6 @@
---
id: 5e8f2f13c4cdbe86b5c72d8b
title: Core Learning Algorithms C
title: 'Core Learning Algorithms: Training and Testing Data'
challengeType: 11
videoId: wz9J1slsi7I
---

View File

@ -1,6 +1,6 @@
---
id: 5e8f2f13c4cdbe86b5c72d91
title: Core Learning Algorithms I
title: 'Core Learning Algorithms: Using Probabilities to make Predictions'
challengeType: 11
videoId: fYAYvLUawnc
---

View File

@ -1,6 +1,6 @@
---
id: 5e8f2f13c4cdbe86b5c72d8a
title: Core Learning Algorithms B
title: 'Core Learning Algorithms: Working with Data'
challengeType: 11
videoId: u85IOSsJsPI
---

View File

@ -1,6 +1,6 @@
---
id: 5e8f2f13c4cdbe86b5c72d89
title: Core Learning Algorithms A
title: Core Learning Algorithms
challengeType: 11
videoId: u5lZURgcWnU
---

View File

@ -1,6 +1,6 @@
---
id: 5e8f2f13c4cdbe86b5c72d98
title: Convolutional Neural Networks C
title: Creating a Convolutional Neural Network
challengeType: 11
videoId: kfv0K8MtkIc
---

View File

@ -1,6 +1,6 @@
---
id: 5e8f2f13c4cdbe86b5c72d87
title: Intro to TensorFlow A
title: "Introduction: Machine Learning Fundamentals"
challengeType: 11
videoId: KwL1qTR5MT8
---

View File

@ -1,6 +1,6 @@
---
id: 5e8f2f13c4cdbe86b5c72d88
title: Intro to TensorFlow B
title: Introduction to TensorFlow
challengeType: 11
videoId: r9hRyGGjOgQ
---

View File

@ -1,6 +1,6 @@
---
id: 5e8f2f13c4cdbe86b5c72da1
title: Natural Language Processing With RNNs G
title: 'Natural Language Processing With RNNs: Building the Model'
challengeType: 11
videoId: 32WBFS7lfsw
---

View File

@ -1,6 +1,6 @@
---
id: 5e8f2f13c4cdbe86b5c72da0
title: Natural Language Processing With RNNs F
title: 'Natural Language Processing With RNNs: Create a Play Generator'
challengeType: 11
videoId: j5xsxjq_Xk8
---

View File

@ -1,6 +1,6 @@
---
id: 5e8f2f13c4cdbe86b5c72d9f
title: Natural Language Processing With RNNs E
title: 'Natural Language Processing With RNNs: Making Predictions'
challengeType: 11
videoId: WO1hINnBj20
---

View File

@ -1,6 +1,6 @@
---
id: 5e8f2f13c4cdbe86b5c72d9c
title: Natural Language Processing With RNNs B
title: 'Natural Language Processing With RNNs: Part 2'
challengeType: 11
videoId: mUU9YXOFbZg
---

View File

@ -1,6 +1,6 @@
---
id: 5e8f2f13c4cdbe86b5c72d9d
title: Natural Language Processing With RNNs C
title: 'Natural Language Processing With RNNs: Recurring Neural Networks'
challengeType: 11
videoId: bX5681NPOcA
---

View File

@ -1,6 +1,6 @@
---
id: 5e8f2f13c4cdbe86b5c72d9e
title: Natural Language Processing With RNNs D
title: 'Natural Language Processing With RNNs: Sentiment Analysis'
challengeType: 11
videoId: lYeLtu8Nq7c
---

View File

@ -1,6 +1,6 @@
---
id: 5e8f2f13c4cdbe86b5c72da2
title: Natural Language Processing With RNNs H
title: 'Natural Language Processing With RNNs: Training the Model'
challengeType: 11
videoId: hEUiK7j9UI8
---

View File

@ -1,6 +1,6 @@
---
id: 5e8f2f13c4cdbe86b5c72d9b
title: Natural Language Processing With RNNs A
title: Natural Language Processing With RNNs
challengeType: 11
videoId: ZyCaF5S-lKg
---

View File

@ -1,6 +1,6 @@
---
id: 5e8f2f13c4cdbe86b5c72d93
title: Neural Networks with TensorFlow B
title: 'Neural Networks: Activation Functions'
challengeType: 11
videoId: S45tqW6BqRs
---

View File

@ -1,6 +1,6 @@
---
id: 5e8f2f13c4cdbe86b5c72d95
title: Neural Networks with TensorFlow D
title: 'Neural Networks: Creating a Model'
challengeType: 11
videoId: K8bz1bmOCTw
---

View File

@ -1,6 +1,6 @@
---
id: 5e8f2f13c4cdbe86b5c72d94
title: Neural Networks with TensorFlow C
title: 'Neural Networks: Optimizers'
challengeType: 11
videoId: hdOtRPQe1o4
---

View File

@ -1,6 +1,6 @@
---
id: 5e8f2f13c4cdbe86b5c72d92
title: Neural Networks with TensorFlow A
title: Neural Networks with TensorFlow
challengeType: 11
videoId: uisdfrNrZW4
---

View File

@ -1,6 +1,6 @@
---
id: 5e8f2f13c4cdbe86b5c72da5
title: Reinforcement Learning With Q-Learning C
title: 'Reinforcement Learning With Q-Learning: Example'
challengeType: 11
videoId: RBBSNta234s
---

View File

@ -1,6 +1,6 @@
---
id: 5e8f2f13c4cdbe86b5c72da4
title: Reinforcement Learning With Q-Learning B
title: 'Reinforcement Learning With Q-Learning: Part 2'
challengeType: 11
videoId: DX7hJuaUZ7o
---

View File

@ -1,6 +1,6 @@
---
id: 5e8f2f13c4cdbe86b5c72da3
title: Reinforcement Learning With Q-Learning A
title: Reinforcement Learning With Q-Learning
challengeType: 11
videoId: Cf7DSU0gVb4
---