Latest videos

Generative AI
2 Views · 16 days ago

CIFAR DLRL 2020 Summer School

Generative AI
2 Views · 16 days ago

Provides an intuitive explanation for what deep learning models are doing when they find an 'efficient feature representation'
Full course playlist here: https://www.youtube.com/playli....st?list=PLnrO0TOwDbu

Generative AI
1 Views · 16 days ago

Non-technical friendly course explaining machine learning and deep learning that everyone can understand.

Full course playlist here: https://www.youtube.com/playli....st?list=PLnrO0TOwDbu

Generative AI
3 Views · 16 days ago

We're going to build a variational autoencoder capable of generating novel images after being trained on a collection of images. We'll be using handwritten digit images as training data. Then we'll both generate new digits and plot out the learned embeddings. And I introduce Bayesian theory for the first time in this series :)

Code for this video:
https://github.com/llSourcell/....how_to_generate_imag

Mike's Winning Code:
https://github.com/xkortex/how...._to_win_slot_machine

SG's Runner up Code:
https://github.com/esha-sg/Int....ro-DeepLearning-Sira

Please subscribe! And like. And comment. That's what keeps me going.

2 things
-The embedding visualization at the end would be more spread out if i trained it for more epochs (50 is recommended) but i just used 5.
-The code in the video doesn't fully implement the reparameterization trick (to save space) but check the GitHub repo for details on that.

More Learning resources:
https://jaan.io/what-is-variat....ional-autoencoder-va
http://kvfrans.com/variational....-autoencoders-explai
http://blog.fastforwardlabs.co....m/2016/08/12/introdu
http://blog.fastforwardlabs.co....m/2016/08/22/under-t
http://blog.evjang.com/2016/11..../tutorial-categorica
https://jmetzen.github.io/2015-11-27/vae.html

Join us in the Wizards Slack channel:
http://wizards.herokuapp.com/

And please support me on Patreon:
https://www.patreon.com/user?u=3191693
Follow me:
Twitter: https://twitter.com/sirajraval
Facebook: https://www.facebook.com/sirajology Instagram: https://www.instagram.com/sirajraval/ Instagram: https://www.instagram.com/sirajraval/
Signup for my newsletter for exciting updates in the field of AI:
https://goo.gl/FZzJ5w
Hit the Join button above to sign up to become a member of my channel for access to exclusive content! Join my AI community: http://chatgptschool.io/ Sign up for my AI Sports betting Bot, WagerGPT! (500 spots available): https://www.wagergpt.xyz

Generative AI
2 Views · 16 days ago

Deep learning currently provides state-of-the-art performance in computer vision, natural language processing, and many other machine learning tasks. In this talk, we will learn when deep learning is useful (and when it isn't!), how to implement some simple neural networks in Python using Theano, and how to build more powerful systems using the OpenDeep package.

Our first model will be the 'hello world' of deep learning - the multilayer perceptron. This model generalizes logistic regression as your typical feed-forward neural net for classification.

Our second model will be an introduction to unsupervised learning with neural nets - the denoising auto-encoder. This model attempts to reconstruct corrupted inputs, learning a useful representation of your input data distribution that can deal with missing values.

Finally, we will explore the modularity of neural nets by implementing an image-captioning system using the the OpenDeep package.

Markus Beissinger
Recent graduate from the Jerome Fisher Program in Management and Technology dual degree program at the University of Pennsylvania (The Wharton School and the School of Engineering and Applied Science), and current Master's student in computer science. Focus on machine learning, startups, and management.

Slides: http://goo.gl/P9QGnV

Generative AI
1 Views · 16 days ago

0) Introduction 00:00
1) Visual Recognition with a Fashion Dataset 2:30
2) Pneumonia Detection using CNNs 12:12
3) Using Cycle-GAN for Changing the genre of a music track 21:33
4) Earthquake Forecasting using Deep Learning 31:23
5) Detecting Malaria 40:54
6) A Neural Network for Fundamental Analysis 49:46

Class project presentations by students in the Stat 453: Introduction to Deep Learning class. See the titles and chapter bookmarks below.

(This video replaces a previous upload with the same title where the last talk was accidentally truncated.)

Generative AI
1 Views · 16 days ago

What makes a system-support machine learning model development? Find out how to transit yourself into the machine learning engineering domain, with Chi Wang, the co-author of the book 📖 Engineering Deep Learning Systems 📖

This video is an excerpt from "What Developers Need to Know to Design Machine Learning Systems" - a live-streaming session by Chi Wang. To watch the full video, visit http://mng.bz/BZr8.

📚📚📚
Engineering Deep Learning Systems | http://mng.bz/lR58
To save 40% off this book use discount code: watchchiwang40
📚📚📚

About the book:
"Engineering Deep Learning Systems" teaches you to design and implement an automated platform to support creating, training, and maintaining deep learning models. In it, you’ll learn just enough about deep learning to understand the needs of the data scientists who will be using your system. You’ll learn to gather requirements, translate them into system component design choices, and integrate those components into a cohesive whole. A complete example system and insightful exercises help you build an intuitive understanding of DL system design.

Generative AI
2 Views · 16 days ago

🤖💡Delving into the Depths of Deep Learning.

🔍 In this video, learn about the captivating world of Deep Learning, where algorithms evolve and AI reaches new heights.

📚 The Basics of Deep Learning
🧠 Neural Networks
📊 Deep Learning Applications
🌍 Real-world Impacts and Transformations
🚀 Future Frontiers in Deep Learning

✅ Don't forget to LIKE, COMMENT, and SHARE if you enjoy this content. Your interaction helps us grow and spread the AI knowledge to a broader audience.

🔔 And SUBSCRIBE to The AI Discoverer to stay updated on our future uploads
https://www.youtube.com/channe....l/UCoI6i1Qdq-8P4_9x1

📺 Check out our other videos for in-depth discussions, tutorials, and exclusive insights into the AI universe. There's always something new and exciting to discover.

🙏 Thank you for being a part of The AI Discoverer. Together, let's explore the endless possibilities that AI has to offer. Buckle up for a journey into the future.

#DeepLearning #AI #NeuralNetworks #TechInnovation #FutureTech #MachineLearning #DataScience #ArtificialIntelligence #TechExplained #SubscribeNow #LikeCommentShare #TechCommunity #LearnDL #InnovationHub #ExploreTech #StayInformed #TechEnthusiast

Generative AI
0 Views · 16 days ago

eep learning networks are mechanical systems which “learn” by modeling high-level abstractions in datasets, and cycling through trial-and-error guesses with feedback, to establish an optimally-weighted system that can make accurate predictions about new data. LSTM RNNs (long short term memory Recurrent Neural Nets) is a deep learning method that overcomes some of the limitations in classical time series forecasting (non-linearity, fixed-time windows, time lag specification, and multivariate forecasting). Hence, deep learning is emerging as an important forecasting technique for coping with exponentially growing data, and the ability to expediently process and direct these data. In the future, deep learning smart networks might provide an advanced computational infrastructure for tackling real-time predictive data science problems such global health monitoring, energy storage and transmission, and financial risk assessment. Slides: https://www.slideshare.net/lab....logga/deep-learning-

Generative AI
2 Views · 16 days ago

This video is a VERY basic introduction to deep learning. I do not delve too deeply into the specifics, rather this video is meant as a cursory overview of the concept of deep learning and how it works. In later videos, we will explore the terms introduced in this video much more.

If you enjoy this video, please subscribe. I provide all my content at no cost. If you want to support my channel, please donate via
PayPal: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=AZ73QW52SUX8N¤cy_code=USD&source=url
Patreon: https://www.patreon.com/WJBMattingly (its my www.themedievalworld.com account as well).

If there's a specific video you would like to see or a tutorial series, let me know in the comments and I will try and make it.

If you liked this video, check out www.PythonHumanities.com, where I have Coding Exercises, Lessons, on-site Python shells where you can experiment with code, and a text version of the material discussed here.

You can follow me at:
https://twitter.com/wjb_mattingly

Generative AI
4 Views · 16 days ago

A brief introduction into the concepts behind deep learning.

Github repo:
https://github.com/mlberkeley/intro-dl-workshop

Generative AI
1 Views · 16 days ago

Intro to Deep Learning - Part 1

In this video, I introduce the fundamentals of deep learning with a real-world scenario:
📌 Predicting how much it will rain tomorrow (precipitation).

Suitable for beginner to intermediate practitioners in machine learning and AI.

🔍 Topics Covered in Part 1:
1. Scenario: How can we predict precipitation?
2. Data-Driven Approach:
- Adding more variables (features)
- Nearest neighbor
- Mapping vectors to real numbers
3. Machine Learning:
- Random search

💡 Coming in Part 2:
3. Machine Learning:
- Derivative
- Gradient Descent
4. Conclusion and Summary

Generative AI
1 Views · 16 days ago

Welcome to the first video in my Deep Learning With Pytorch playlist!

In this video I'll talk a little bit about what a Neural Network is, and give you a little bit of background history on Pytorch vs. Tensorflow.

Then we'll set up a development environment using Google Colab, and create a first notebook and push it to a Github repository.

#pytorch #codemy #JohnElder

Timecodes

0:00​​ - Introduction
1:12 - Pytorch vs. Tensorflow
2:32 - What is a Neural Network?
4:10 - How Much Math Do You Need?
7:14 - Pytorch Documentation
7:37 - Development Environment Google Colab
9:09 - Use GPU Runtime
10:24 - Check Latest Version of Pytorch
12:04 - Set Up Github Repository
13:36 - Authorize Colab In Github
14:35 - Push Notebook To Github
16:09 - Conclusion

Generative AI
1 Views · 16 days ago

Sebastian's books: https://sebastianraschka.com/books/
The lecture slides are available at: https://github.com/rasbt/stat4....53-deep-learning-ss2

Introduction to Deep Learning and Generative Models (Spring 2020). Optional lecture 6.5, explaining how to use Google Colab for Jupyter notebooks with a free GPU.

Generative AI
1 Views · 16 days ago

Prepare for the course




Showing 3 out of 580