Latest videos

Generative AI
2,895,988 Views · 4 years ago

Welcome to a tutorial for building artificial intelligence agents within Blizzard's Starcraft 2 game. I visited this topic some years ago, but quite a bit has changed, so I figured I would revisit it again. For those of you who are new to Starcraft 2 (SC2) or it's been a while, the game at a basic level is actually fairly easy to understand. In order to be highly competitive, lots of factors can indeed come into play, but if you're looking for a fun environment to try your programming and maybe even deep learning/reinforcement learning skills, this is a pretty good choice.

Text-based tutorial: https://pythonprogramming.net/....intro-python-sc2-int

Asyncio basics: https://pythonprogramming.net/....asyncio-basics-inter

Neural Networks from Scratch book: https://nnfs.io
Channel membership: https://www.youtube.com/channe....l/UCfzlCWGWYyIQ0aLC5
Discord: https://discord.gg/sentdex
Reddit: https://www.reddit.com/r/sentdex/
Support the content: https://pythonprogramming.net/support-donate/
Twitter: https://twitter.com/sentdex
Instagram: https://instagram.com/sentdex
Facebook: https://www.facebook.com/pythonprogramming.net/
Twitch: https://www.twitch.tv/sentdex

Generative AI
2,251,043 Views · 4 years ago

Pondering the future of user interfaces with advancements in natural language processing and artificial intelligence

Tweet in reference: https://twitter.com/c_valenzue....lab/status/157444845

Neural Networks from Scratch book: https://nnfs.io
Channel membership: https://www.youtube.com/channe....l/UCfzlCWGWYyIQ0aLC5
Discord: https://discord.gg/sentdex
Reddit: https://www.reddit.com/r/sentdex/
Support the content: https://pythonprogramming.net/support-donate/
Twitter: https://twitter.com/sentdex
Instagram: https://instagram.com/sentdex
Facebook: https://www.facebook.com/pythonprogramming.net/
Twitch: https://www.twitch.tv/sentdex

Generative AI
2,779,031 Views · 4 years ago

Welcome to a tutorial series covering how to do reinforcement learning with the Stable Baselines 3 (SB3) package. The objective of the SB3 library is to be for reinforcement learning like what sklearn is for general machine learning.

Text-based tutorial and sample code: https://pythonprogramming.net/....introduction-reinfor

Neural Networks from Scratch book: https://nnfs.io
Channel membership: https://www.youtube.com/channe....l/UCfzlCWGWYyIQ0aLC5
Discord: https://discord.gg/sentdex
Reddit: https://www.reddit.com/r/sentdex/
Support the content: https://pythonprogramming.net/support-donate/
Twitter: https://twitter.com/sentdex
Instagram: https://instagram.com/sentdex
Facebook: https://www.facebook.com/pythonprogramming.net/
Twitch: https://www.twitch.tv/sentdex

Generative AI
2,873,936 Views · 4 years ago

OpenAI's ChatGPT AI (a neural network) functioning as a Linux system that I am able to navigate, read, write and execute scripts on.

Neural Networks from Scratch book: https://nnfs.io
Channel membership: https://www.youtube.com/channe....l/UCfzlCWGWYyIQ0aLC5
Discord: https://discord.gg/sentdex
Reddit: https://www.reddit.com/r/sentdex/
Support the content: https://pythonprogramming.net/support-donate/
Twitter: https://twitter.com/sentdex
Instagram: https://instagram.com/sentdex
Facebook: https://www.facebook.com/pythonprogramming.net/
Twitch: https://www.twitch.tv/sentdex

Generative AI
2,524,040 Views · 4 years ago

OpenAI's Whisper is a speech to text, or automatic speech recognition model. It is a "weakly supervised" encoder-decoder transformer trained on 680,000 hours of audio. Not only can it transcribe English, it can transcribe 96 other languages along with also being able to translate from those languages to English.

Neural Networks from Scratch book: https://nnfs.io
Channel membership: https://www.youtube.com/channe....l/UCfzlCWGWYyIQ0aLC5
Discord: https://discord.gg/sentdex
Reddit: https://www.reddit.com/r/sentdex/
Support the content: https://pythonprogramming.net/support-donate/
Twitter: https://twitter.com/sentdex
Instagram: https://instagram.com/sentdex
Facebook: https://www.facebook.com/pythonprogramming.net/
Twitch: https://www.twitch.tv/sentdex

Generative AI
2,842,788 Views · 4 years ago

Building neural networks from scratch in Python introduction.

Neural Networks from Scratch book: https://nnfs.io

Playlist for this series: https://www.youtube.com/playli....st?list=PLQVvvaa0QuD

Python 3 basics: https://pythonprogramming.net/....introduction-learn-p
Intermediate Python (w/ OOP): https://pythonprogramming.net/....introduction-interme

Mug link for fellow mug aficionados: https://amzn.to/2xcyfPC

Channel membership: https://www.youtube.com/channe....l/UCfzlCWGWYyIQ0aLC5
Discord: https://discord.gg/sentdex
Support the content: https://pythonprogramming.net/support-donate/
Twitter: https://twitter.com/sentdex
Instagram: https://instagram.com/sentdex
Facebook: https://www.facebook.com/pythonprogramming.net/
Twitch: https://www.twitch.tv/sentdex

#nnfs #python #neuralnetworks

Generative AI
2,313,133 Views · 4 years ago

ChatGPT is the latest GPT style generative AI model from OpenAI, which, at it's most basic level acts as a chatbot, but this back and forth structure allows for many complex capabilities.

Chat with ChatGPT here: https://chat.openai.com/chat

Operating system example with the script writing to a file: https://twitter.com/Sentdex/status/1600609223548739585?t=3KJw_yb6hPjDNbQoI27ScA&s=19

Neural Networks from Scratch book: https://nnfs.io
Channel membership: https://www.youtube.com/channe....l/UCfzlCWGWYyIQ0aLC5
Discord: https://discord.gg/sentdex
Reddit: https://www.reddit.com/r/sentdex/
Support the content: https://pythonprogramming.net/support-donate/
Twitter: https://twitter.com/sentdex
Instagram: https://instagram.com/sentdex
Facebook: https://www.facebook.com/pythonprogramming.net/
Twitch: https://www.twitch.tv/sentdex

Generative AI
2,738,259 Views · 4 years ago

StarGAN: Unified Generative Adversarial Networks for Multi-Domain Image-to-Image Translation

Course Materials: https://github.com/maziarraiss....i/Applied-Deep-Learn

Generative AI
2,709,959 Views · 4 years ago

In this video I explain LDA and go through a tutorial paper on how it works using collapsed gibbs sampling. The next video will be a implementation video :)

This method is an old school method and it's not clear how useful it is today, but a lot of course teach this topic so it must have some historical value I feel. It's one of Andrew Ng's most cited papers!

Paper tutorial: https://coli-saar.github.io/cl....19/materials/darling

Timestamps:
0:00 - Introduction
1:18 - What is topic modelling?
2:41 - LDA
13:30 - Posterior Inference
15:09 - Gibbs Sampling
18:06 - Collapsed Gibbs
21:50 - Finding conditional probability
26:48 - Implementation
30:08 - Pseudo code
32:25 - Ending

Generative AI
2,907,212 Views · 4 years ago

In this video we do a paper walk through of the GCN (Graph Convolutional Network) paper that is the most cited and one of the impactful in graph neural networks. We understand how they derived it and how it works in detail.

Big thanks to MakinaRocks for sponsoring this video, and I encourage you to check out Link which is a jupter lab extension they have developed to make notebooks more intuitive and easier to use. A few of the features I’ve found useful are:
1️⃣ Caching result from running cells in notebooks to avoid re-running them
2️⃣ Visualizing cell dependencies
3️⃣ Integrated version control

Check it out⬇️
https://bit.ly/3F4COvv

Link Demo Video 👉 https://youtu.be/uM2uPG-1eQQ
Link Documentation 👉https://makinarocks.gitbook.io/link/

Timestamps:
0:00 - Introduction
1:00 - Sponsored Segment: Link
2:09 - Abstract and overview
4:13 - Introduction to the problem
8:53 - How GCNs work
13:47 - Theory of GCN derivation
21:25 - GCN Node classification example
24:33 - Conclusions & Results
25:13 - Ending thoughts

#link #gcn

Generative AI
2,331,569 Views · 4 years ago

A quick look at CBOW and how it looks like it in code. I explained how this model works in the previous example so check that out before you look at this one to get a better understanding.

Timestamps:
0:00 - Introduction
0:48 - Imports
0:53 - CBOW model
5:10 - Example of how to train it
8:52 - Ending

Generative AI
3,158,103 Views · 4 years ago

How would you explain what machine learning is? In this video I try to explain it in varying degrees of specificity and how to answer the question depending on the person asking the question. I also go into what subcategories of machine learning exists, which we will also go deeper into in future videos.

Timestamps:
0:00 - Introduction
0:40 - What is Machine Learning?
1:36 - More specific explanation by Arthur Samuel
2:21 - Most specific definition
3:35 - Subcategories of ML
5:27 - Supervised Learning (vaguely explained)
5:47 - Unsupervised Learning (vaguely explained)
6:10 - Recommender Systems (vaguely explained)
6:30 - Reinforcement Learning (vaguely explained)
7:00 - Sub-Sub Categories: Self-Supervised Learning
7:40 - Sub-Sub Categories: Semi-Supervised Learning
8:32 - Ending

Generative AI
2,203,560 Views · 4 years ago

Hi, I made this video when a lot of students were questioning about preparing .csv file on Aladdin Persson's youtube in the following video.

How to build custom Datasets for Images in Pytorch
https://www.youtube.com/watch?v=ZoZHd0Zm3RY

Generative AI
2,052,673 Views · 4 years ago

In this video I go through how to code the Hill cipher in Python. I try to explain everything in simple terms, but this video was a bit challenging!

Github repository:
https://github.com/AladdinPerz....on/Algorithms-Collec

 Check out my previous video on the Hill cipher also if you have any questions about this algorithm.




Showing 239 out of 583