Latest videos

Generative AI
2,375,659 Views · 4 years ago

Downloading and installing Python 3, along with an editor and writing our very first, though super basic, program!

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

#python #programming #tutorial

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

Welcome to a reinforcement learning tutorial. In this part, we're going to focus on Q-Learning.

Q-Learning is a model-free form of machine learning, in the sense that the AI "agent" does not need to know or have a model of the environment that it will be in. The same algorithm can be used across a variety of environments.

For a given environment, everything is broken down into "states" and "actions." The states are observations and samplings that we pull from the environment, and the actions are the choices the agent has made based on the observation. For the purposes of the rest of this tutorial, we'll use the context of our environment to exemplify how this works.

Text-based tutorial and sample code: https://pythonprogramming.net/....q-learning-reinforce

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

#reinforcementlearning #machinelearning #python

Generative AI
2,056,119 Views · 4 years ago

Basic Raspberry Pi Robot Car Playlist: http://www.youtube.com/watch?v=LlFkybEQFFA&list=PLQVvvaa0QuDeJlgD1RX9_49tMLUxvIxF4&feature=share

Greetings and welcome to the second part of our robotics with python and the raspberry pi! In this video, the basic assembly is shown for how to hook up our pi to the l298n controller, battery pack, and motors.

After the initial hooking up, you are shown an extremely basic python script that will make the motor run momentarily and then stop. As we continue, we will build slightly more complex code, and get the motors to work with each other.

http://seaofbtc.com
http://sentdex.com
http://hkinsley.com
https://twitter.com/sentdex

Bitcoin donations: 1GV7srgR4NJx4vrk7avCmmVQQrqmv87ty6

Generative AI
2,838,200 Views · 4 years ago

An actually-open-AI model is available for you to download the weights to and tinker with, GPT-J. It's a 6 billion parameter large language model that can do long-form natural language generation, do programming, be a chatbot, do translations, and much more.

GPT-J Text examples: https://pythonprogramming.net/....GPT-J-6b-parm-transf
GPT-J Github: https://github.com/kingoflolz/mesh-transformer-jax
The Pile paper: https://arxiv.org/pdf/2101.00027.pdf
GPT-J Web demo: https://6b.eleuther.ai/
EleutherAI: https://www.eleuther.ai/
Multimodal Few-Shot Learning with
Frozen Language Models: https://arxiv.org/pdf/2106.13884.pdf

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,038,870 Views · 4 years ago

Exploring a couple of the latest text to image generators that you can begin using right now, Stable Diffusion and MidJourney.

Stable Diffusion model download: https://huggingface.co/CompVis..../stable-diffusion-v1
MidJourney website: https://www.midjourney.com/home/
BLOOM AI model video: https://www.youtube.com/watch?v=3EjtHs_lXnk
DreamStudio: https://beta.dreamstudio.ai

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,442,367 Views · 4 years ago

Working on a chatbot that you can speak to with your microphone and that responds via your speakers.

Part 2: https://youtu.be/lheXIYXanuU

Setting up and checking out jarvis: https://youtu.be/fQzjgaKSrkc
DialoGPT large: https://huggingface.co/microsoft/DialoGPT-large

Learn more about NVIDIA Jarvis: https://nvda.ws/2QC3NYv

See more of the DGX Station A100 here: https://youtu.be/0mAesfFt4us

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,719,141 Views · 4 years ago

Welcome to another Python 3 basics tutorial. This tutorial is going to be covering the basics of classes in python. For the most part, I just want you to just understand how to read and understand a class' workings. You can think of classes as groupings of functions, usually. Classes quickly work their way into "intermediate" programming, so hopefully I can just help you understand how they work and how to follow code that uses them.

Sample code for this basics series: http://pythonprogramming.net/b....eginner-python-progr

Python 3 Programming tutorial Playlist: http://www.youtube.com/watch?v=oVp1vrfL_w4&feature=share&list=PLQVvvaa0QuDe8XSftW-RAxdo6OmaeL85M

http://seaofbtc.com
http://sentdex.com
http://hkinsley.com
https://twitter.com/sentdex

Bitcoin donations: 1GV7srgR4NJx4vrk7avCmmVQQrqmv87ty6

Generative AI
2,376,864 Views · 4 years ago

GAN Theft Auto is a Generative Adversarial Network that recreates the Grand Theft Auto 5 environment. It is created using a GameGAN fork based on NVIDIA's GameGAN research.

With GAN Theft Auto, the neural network *is* the environment and you can play within it.

Github: https://github.com/sentdex/GANTheftAuto/

Unboxing and reviewing the DGX Station A100 80GB: https://www.youtube.com/watch?v=0mAesfFt4us

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
3,689,968 Views · 4 years ago

An updated deep learning introduction using Python, TensorFlow, and Keras.

Text-tutorial and notes: https://pythonprogramming.net/....introduction-deep-le

TensorFlow Docs: https://www.tensorflow.org/api_docs/python/
Keras Docs: https://keras.io/layers/about-keras-layers/

Discord: https://discord.gg/sentdex

Generative AI
2,059,395 Views · 4 years ago

My home lab journey.

Part 2: https://youtu.be/BVWmstt0AWM

Server rack:
StarTech.com 42U 19" Open Frame Server Rack - 4 Post Adjustable Depth 22-40" https://amzn.to/3NSeQ8B

Rails:
1U 19 inch Server Rack Rails: https://amzn.to/3OhHHD9

Switch:
10G 8 Port TP-Link switch: https://amzn.to/3NTRRKn

NAS Build:
Case: Rosewill 4U 12-bay hot swap server rack casing: https://amzn.to/3xks2fm
Motherboard: GIGABYTE Z590 AORUS Master: https://amzn.to/3tzCHlj
CPU: Intel® Core™ i5-11600K: https://amzn.to/3Of9W5f
RAM: Corsair Vengeance LPX 32GB: https://amzn.to/3NUJM80
Power Supply: Corsair RM850x: https://amzn.to/3xLYqJh
4x 18TB: Seagate Exos X18 18TB Enterprise HDD: https://amzn.to/3MKwM3H
3x 120mm Noctua fans: https://amzn.to/3QlXi6j
2x 80mm Noctua fans: https://amzn.to/3xOFb1w

Super quiet Puget Workstation build: https://hubs.ly/H0-By8Q0

PCIe SATA Expansion: https://amzn.to/3Odm9Yi

TrueNAS Core 12.0 install tutorial video I used: https://www.youtube.com/watch?v=nVRWpV2xyds

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

Contents:
00:00 - Server rack types
00:30 - StarTech 42U 4 Post Open Frame Server Rack
01:15 - Network Area Storage (NAS)
02:42 - Prebuilt NAS Options (QNAP vs Synology)
03:36 - Custom-built rack-mount NAS
07:52 - Server rack Power Distribution Unit (PDU) (Tripplite PDU1230)
09:48 - Server Rack/Homelab networking (TP-Link TL-SX1008) 8x 10G
11:35 - StarTech 1U 19" Server Rack Rails
12:21 - TrueNAS 13 w/ RAIDZ1
14:03 - Why HomeLab?

#homelab #server

Generative AI
2,185,084 Views · 4 years ago

My thoughts and some examples of Github Copilot.

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

#python #copilot

Generative AI
2,292,480 Views · 4 years ago

Imagine an AI where, all in the same model you could Translate languages, Write code, solve crossword puzzles, Be a chatbot and do a whole bunch of other crazy things.

In this video, we check out the BLOOM large language model. A free and totally open source 176B parameter LLM.

BLOOM model: https://huggingface.co/bigscience/bloom

Quick examples of running BLOOM locally and/or via API: https://github.com/Sentdex/BLOOM_Examples

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

Contents:

0:00 - BLOOM model basics
3:05 - What's a Large Language Model (LLM)?
4:06 - What's Prompting?
6:40 - BLOOM Training Data & Model Behavior
9:09 - Tokens & Tokenization
12:03 - Using your $5M AI (How to prompt)
16:49 - Advanced Prompt examples
21:16 - What's Next?


#deeplearning #artificialintelligence

Generative AI
2,685,707 Views · 4 years ago

Learning how to read EEG data in Python for the purposes of creating a brain computer interface with hopes of doing things like controlling characters in a game and hopefully much more!

https://openbci.com/

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

#BCI #EEG #Python

Generative AI
2,044,652 Views · 4 years ago

Tinkering with reinforcement learning via Stable Baselines 3 and Starcraft 2.

Code and model: https://github.com/Sentdex/SC2RL

Stable Baselines 3 tutorial: 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

#artificialintelligence #machinelearning #python




Showing 238 out of 583