Login
Discover
Waves
Decks
Plus
Login
Signup
30
blkholedetector
blackHoleDetector
deep learning
Available
Used
Resource Credits
53 Followers
7 Following
https://www.youtube.com/channel/UC4Huog4qcFfGrq_y7vKMJvg
September 17, 2017
RSS feed
Posts
Blog
Posts
Comments
Communities
Wallet
Follow
blkholedetector
deep-learning
Friday, November 10, 2017 11:35 PM
Deep Learning Fundamentals - Part 7: How does an artificial neural network learn?
This seventh video in the Deep Learning Fundamentals video series describes what it means for an artificial neural network to learn. The video mentioned at 5:26 that shows how to pre-process the example
$ 0.108
3
2
1
blkholedetector
deep-learning
Friday, October 20, 2017 3:20 AM
Deep Learning Fundamentals - Part 6: What does it mean to train an artificial neural network?
In this sixth video of the Deep Learning Fundamentals series, we’ll discuss what it means to train an artificial neural network. In previous videos, we went over the basic architecture of a general artificial
$ 0.000
6
1
1
blkholedetector
deep-learning
Friday, October 13, 2017 8:29 PM
Deep Learning Fundamentals - Part 5: What is an activation function in an artificial neural network?
In this fifth video of the Deep Learning Fundamentals series, we’ll be discussing what an activation function is and how we use these functions in neural networks. We’ll also discuss a couple of different
$ 0.034
8
1
blkholedetector
deep-learning
Wednesday, October 11, 2017 11:06 PM
Deep Learning Fundamentals - Part 4: What are layers in an artificial neural network?
This fourth video in the Deep Learning Fundamentals video series describes what a layer in an artificial neural network is, how it works, and shows how to specify layers in a Keras Sequential model. Previous
$ 0.033
6
1
1
blkholedetector
deep-learning
Wednesday, October 11, 2017 2:06 AM
Deep Learning Fundamentals - Part 3: What is an artificial neural network?
This third video in the Deep Learning Fundamentals video series describes what an artificial neural net is, how it works, and shows how one is built using Keras. Previous videos in this series: Deep Learning
$ 0.000
5
1
blkholedetector
deep-learning
Monday, October 9, 2017 9:12 PM
Deep Learning Fundamentals - Part 2: What is deep learning?
This second video in the Deep Learning Fundamentals video series gives an intro to what deep learning is and how it is used. Previous videos in this series: Deep Learning Fundamentals - Part 1: What is
$ 0.035
6
blkholedetector
deep-learning
Saturday, October 7, 2017 9:44 PM
Deep Learning Fundamentals - Part 1: What is machine learning?
This video series will cover multiple topics in deep learning. We'll discuss these different topics, understand what they mean, and how they fit into the overall field of deep learning. We'll also show
$ 0.021
8
5
1
blkholedetector
deep-learning
Wednesday, October 4, 2017 12:20 AM
Deep learning with Keras - Part 16: Image Data Augmentation in Keras
This sixteenth video in the Deep learning with Keras series demonstrates how to use data augmentation on images in Keras. Previous videos in this series: Deep learning with Keras - Part 1: Prerequisites
$ 0.034
5
blkholedetector
deep-learning
Sunday, October 1, 2017 8:19 PM
Deep learning with Keras - Part 15: Predict with a fine-tuned CNN in Keras
This fifteenth video in the Deep learning with Keras series demonstrates how to predict whether images are cats or dogs with a fine-tuned model. The model used in this video is VGG16, the winner of the
$ 0.000
2
1
blkholedetector
technology
Friday, September 29, 2017 4:17 AM
How computers learn to recognize objects instantly
This mind-blowing TED talk (and live demo) show computer vision at its best, simultaneously classifying hundreds of images... in real time... with a moving video camera!
$ 0.000
3
2
1
blkholedetector
deep-learning
Friday, September 29, 2017 12:40 AM
Deep learning with Keras - Part 14: Train a fine-tuned CNN in Keras
This fourteenth video in the Deep learning with Keras series demonstrates how to train a fine-tuned model to classify whether an image is a cat or a dog. The model used in this video is VGG16, the winner
$ 0.000
3
blkholedetector
deep-learning
Thursday, September 28, 2017 12:46 AM
Deep learning with Keras - Part 13: Fine-tune a CNN in Keras
This thirteenth video in the Deep learning with Keras series demonstrates how to build and fine-tune a previously trained model to classify whether an image is a cat or a dog. The model used in this video
$ 0.040
5
1
blkholedetector
deep-learning
Wednesday, September 27, 2017 1:30 AM
Deep learning with Keras - Part 12: Predict with a CNN in Keras
This twelfth video in the Deep learning with Keras series demonstrates how to predict whether an image is a cat or a dog with a Convolutional Neural Network (CNN) in Keras. The images used in this video
$ 0.000
4
2
1
blkholedetector
deep-learning
Tuesday, September 26, 2017 12:45 AM
Deep learning with Keras - Part 11: Build and train a CNN in Keras
This eleventh video in the Deep learning with Keras series demonstrates how to build and train a simple convolutional neural network to classify images in Keras. The images used in this video are a random
$ 0.040
5
1
1
blkholedetector
deep-learning
Sunday, September 24, 2017 6:35 PM
Deep learning with Keras - Part 10: Set up for CNN training on images in Keras
This tenth video in the Deep learning with Keras series demonstrates how to get set up to start training a convolutional neural network on images in Keras. The images used in this video are a random subset
$ 0.000
3
2
1
blkholedetector
deep-learning
Saturday, September 23, 2017 4:20 PM
Deep learning with Keras - Part 9: Save and load Keras model
This ninth video in the Deep learning with Keras series demonstrates how to save a Keras model and then shows how to load and deploy the saved model. Previous videos in this series: Deep learning with
$ 0.000
4
2
1
blkholedetector
deep-learning
Friday, September 22, 2017 1:42 AM
Deep learning with Keras - Part 8: Create confusion matrix for Keras model predictions
This eighth video in the Deep learning with Keras series demonstrates how to create a confusion matrix to visually observe how well a Keras model was able to predict on new data. Previous videos in this
$ 0.022
4
2
1
blkholedetector
deep-learning
Thursday, September 21, 2017 12:42 AM
Deep learning with Keras - Part 7: Make predictions in Keras
This seventh video in the Deep learning with Keras series demonstrates how to make predictions on data in Keras. Previous videos in this series: Deep learning with Keras - Part 1: Prerequisites for working
$ 0.000
5
1
blkholedetector
deep-learning
Wednesday, September 20, 2017 4:57 PM
Deep learning with Keras - Part 6: Create a validation set in Keras
This sixth video in the Deep learning with Keras series demonstrates what a validation set is, why it’s useful, and how to create a validation set in Keras. Previous videos in this series: Deep learning
$ 0.000
3
1
blkholedetector
deep-learning
Tuesday, September 19, 2017 10:56 PM
Deep learning with Keras - Part 5: Train a single hidden layer model in Keras
This fifth video in the Deep learning with Keras series demonstrates how to train a single hidden layer model in Keras. Previous videos in this series: Deep learning with Keras - Part 1: Prerequisites
$ 0.000
3
1