Тёмный
Jeff Heaton
Jeff Heaton
Jeff Heaton
Подписаться
Videos about my machine learning projects.

** Follow Me on Social Media!
GitHub: github.com/jeffheaton
Twitter: twitter.com/jeffheaton
Instagram: instagram.com/jeffheatondotcom/
Discord: discord.gg/3bjthYv
Patreon: www.patreon.com/jeffheaton
Using a LLM to Help Debug (2.3)
6:20
17 часов назад
Handling Revision Prompts (2.2)
10:19
19 часов назад
Prompting for Code Generation (2.1)
11:24
День назад
Prompt Engineering (1.5)
4:55
День назад
Introduction to LangChain (1.4)
8:47
День назад
Introduction to OpenAI (1.3)
9:13
День назад
Generative AI Overview (1.2)
11:07
День назад
Applications of GenAI (1.1)
9:07
День назад
Model Drift and Retraining (13.3)
13:42
Месяц назад
Tensor Processing Units (TPUs) (13.4)
7:54
2 месяца назад
Using Denoising AutoEncoders (13.1)
13:26
2 месяца назад
Anomaly Detection (13.2)
6:20
2 месяца назад
Future of Reinforcement Learning (12.5)
3:28
3 месяца назад
GTC 2024 Top Picks, NVIDIA
7:24
5 месяцев назад
Stable Baselines Q-Learning (12.3)
3:14
6 месяцев назад
Introduction to Q-Learning (12.2)
8:47
6 месяцев назад
LLM Memory with LangChain (6.3)
9:53
6 месяцев назад
LangChain and Accessing the OpenAI LLM API (6.2)
13:02
7 месяцев назад
Training a Model in Hugging Face (11.5)
4:11
8 месяцев назад
Hugging Face Data Sets (11.4)
3:17
8 месяцев назад
Комментарии
@noneyahbiz6976
@noneyahbiz6976 15 часов назад
I am doing pyspark with this for my language model- thanks so much for this!! I needed this!
@infiniteworld6919
@infiniteworld6919 День назад
Thank you sir you just cleared my concepts due to which i could allocate my gpu in latest version
@KlimovArtem1
@KlimovArtem1 День назад
The biggest limit in LLMs - is people, limiting them (censorship, etc).
@maximinmaster7511
@maximinmaster7511 День назад
Thank you Jeff !
@fatemeetsluck
@fatemeetsluck День назад
I have no idea what I'm doing, I've got this Nvidia 4060 RTX Ti, installed the CUDA drivers, and all the python scripts I run always try to allocate on the PC RAM instead of using the GPU.
@PicaPauDiablo1
@PicaPauDiablo1 2 дня назад
Another Banger, thank you Dr Heaton
@nathanbanks2354
@nathanbanks2354 2 дня назад
4:50 I end up cutting-and-pasting the documentation into my query whenever an LLM doesn't know a new library. It's nice to have 128k/200k tokens now for GPT-4o/Claude. It's sometimes easier than reading the docs myself. Not sure if it's faster. In two years I suspect using an LLM to program will be a good skill to have.
@gaminglikeapro2104
@gaminglikeapro2104 2 дня назад
There is no singularity. Models trained on only apples will NEVER produce oranges. The idea that Models will ever produce something they never saw is nuts. They can combine things they saw into new things as in images, stories, video, music...etc but it is just a combination of existing stuff in grammatically correct ways. Humans (Brains) on the other hand can get insights outside of themselves and use those to come up with something totally new and combine with existing things and grow knowledge. ML Models will NEVER be able to do that. These will remain useful tools to help Humans do their work. Don't believe me ? ask ChatGPT....etc for a snake game and you will see it copy / paste even variable names and their values (search online).
@BethanieBoarmanan
@BethanieBoarmanan 2 дня назад
My cat is now convinced that he too can become a RU-vid star. I think we have a new project💝
@albert.guedes
@albert.guedes 2 дня назад
I migrated from the T-series to the P-series because of the P53, despite the T-series being better for use when traveling or in places other than your home or office. However, if you don't need to move the laptop and it will remain stationary, the P-series is perfect.
@MrWatsonToYou
@MrWatsonToYou 3 дня назад
dont mind me, just over here using llms to debug code from llms.
@ranaameerhumza1622
@ranaameerhumza1622 3 дня назад
One Day In Sha Allah
@marbistacio
@marbistacio 3 дня назад
worst idea to generate an image , why not a dog ot something detailed
@PicaPauDiablo1
@PicaPauDiablo1 3 дня назад
Thanks again Doc
@PicaPauDiablo1
@PicaPauDiablo1 4 дня назад
This is much appreciated doc. The last video on Prompts, where you suggested the "What prompt could I have used to get this output" gave me so many cool ideas. This is equally awesome.
@PicaPauDiablo1
@PicaPauDiablo1 5 дней назад
So appreciate thus Doc
@ALEFA-ID
@ALEFA-ID 5 дней назад
man I use dual rtx 3090 setup, my second gpu is not detected. already tried everything but still not detected
@MOHSINALI-bk2qo
@MOHSINALI-bk2qo 5 дней назад
you are great
@shreyashgaur4397
@shreyashgaur4397 6 дней назад
can be use 2 RTX 3060 using both for ml and dl tasks
@IsfhanAhmed
@IsfhanAhmed 6 дней назад
finally complete
@diegoclimbing
@diegoclimbing 7 дней назад
Thanks for the very useful information. I'm currently trying to build the cheapest computer capable of running Llama3.1 8B. The NVIDIA Quadro 6Gb graphics card is the cheapest I could find so the plan is to connect two of them to be able to load the whole model. Wish me luck.
@HeatonResearch
@HeatonResearch 7 дней назад
I would love to hear how that goes!
@mrmboya3491
@mrmboya3491 7 дней назад
I bought an AMD 6700hs 8gb I know AMD has less community support, can it still do the work
@HeatonResearch
@HeatonResearch 7 дней назад
Maybe. But I have much less experience with AMD, would love to hear how that goes.
@fredericnicholson80
@fredericnicholson80 7 дней назад
Jeff, you are the best, simply love your content! going a little deeper, I see that Keras itself comes with a Keras Tuner that offers "Bayesian" as a search model. do you have any experience with it and if yes, how do these two modules compare?
@HeatonResearch
@HeatonResearch 7 дней назад
I’ve seen that option, but have not been doing a lot with Keira’s lately, would love to hear how that goes.
@shangyuzu9634
@shangyuzu9634 7 дней назад
Merci Jeff, tes vidéos sont vraiment bien faites et faciles à comprendre
@HeatonResearch
@HeatonResearch 7 дней назад
Thank you so much!
@emperorpalpatine6080
@emperorpalpatine6080 7 дней назад
thank you for teaching people how to make every codebase even more messy so that we can be paid to fix them .
@HeatonResearch
@HeatonResearch 7 дней назад
So glad to hear it was helpful.
@shangyuzu9634
@shangyuzu9634 3 дня назад
envie d'étre femme
@maximinmaster7511
@maximinmaster7511 8 дней назад
Thank you Jeff, your videos are really well done and easy to understand
@HeatonResearch
@HeatonResearch 8 дней назад
Glad you like them! Thank you so much.
@maximinmaster7511
@maximinmaster7511 8 дней назад
Thank you Jeff !
@HeatonResearch
@HeatonResearch 8 дней назад
You are welcome.
@SparkyRih
@SparkyRih 8 дней назад
Ah so SD doesn't utilize 2 GPU's, thanks, I'm too lazy to setup my xcp-ng to give my SD VM the second RTX A5000 (which is already connected to another VM) XD
@HeatonResearch
@HeatonResearch 8 дней назад
That is correct, often software is not designed for the dual GPU, so it has no effect.
@PicaPauDiablo1
@PicaPauDiablo1 9 дней назад
Always stoked to see a new video. Thanks Dr Heaton
@HeatonResearch
@HeatonResearch 9 дней назад
More to come! And I am stoked to be making them.
@maximinmaster7511
@maximinmaster7511 10 дней назад
Thank you Jeff
@HeatonResearch
@HeatonResearch 8 дней назад
You are most welcome1
@kenchang3456
@kenchang3456 10 дней назад
Thanks Jeff. Great module, looking forward to running through it.
@HeatonResearch
@HeatonResearch 8 дней назад
Thanks!
@zoe.tsekas
@zoe.tsekas 10 дней назад
as always great material. Thanks Dr. Heaton
@HeatonResearch
@HeatonResearch 8 дней назад
Glad you enjoyed it!
@TheDropoutBear
@TheDropoutBear 11 дней назад
I got gpu not available
@HeatonResearch
@HeatonResearch 8 дней назад
I would check the tensorflow documentation, there might be more recent information. I really do not do a great deal of Tensorflow at this point.
@-iIIiiiiiIiiiiIIIiiIi-
@-iIIiiiiiIiiiiIIIiiIi- 11 дней назад
Dis dude be knowin' how to run trains.
@ajayhiremath629
@ajayhiremath629 11 дней назад
What about the pytorch version? Is it already installed in collab?
@HeatonResearch
@HeatonResearch 8 дней назад
No, Colab does not have this installed by default. It does take some setup, and PyTorch does sometimes introduce breaking changes for Stylegan.
@Richardmagels
@Richardmagels 12 дней назад
Thanks for video jeff. Btw can u make video again about stylegan3 or stylegan2-ADA-pytorch in google colab for the newest version in google colab
@Arsenik2
@Arsenik2 12 дней назад
Gold. Perfect.
@IsfhanAhmed
@IsfhanAhmed 12 дней назад
Awesome stuff thanks Shifu
@HeatonResearch
@HeatonResearch 8 дней назад
You are welcome
@Intellectualmind4
@Intellectualmind4 12 дней назад
🎉❤🎉❤
@theccieguy
@theccieguy 12 дней назад
Thanks Jeff
@HeatonResearch
@HeatonResearch 8 дней назад
You are most welcome!
@gustavozambrana116
@gustavozambrana116 12 дней назад
Awesome, thank you for sharing, will go through the course. If it is not too much to ask, can you please share a list of reference books, websites, etc. You recommend to augment or use as a reference for the course, thank you in advance.
@HeatonResearch
@HeatonResearch 8 дней назад
That is a common request, let me think about that for a future video.
@AhmedSamyeg
@AhmedSamyeg 12 дней назад
Thank you for sharing this course, it looks very interesting, I’ll go through the course material
@HeatonResearch
@HeatonResearch 8 дней назад
You are welcome, hope it is useful.
@AwesomeAverageDude
@AwesomeAverageDude 13 дней назад
No NVLink in the new generation is a very unfortunate decision by NVIDIA, now you can’t pool the VRAM from Multiple GPU‘s anymore. For my as a professional 3D Arist, who works with big and complex files, 48GB VRAM is not enough. However still good for Deep Learning
@HeatonResearch
@HeatonResearch 8 дней назад
Yes I agree, and was surprised to see that direction.
@redshirtdesignworks
@redshirtdesignworks 14 дней назад
I hear the pain at 14gb... If you're like me it's not the space it takes but the wait... I think when the video cut to the time it finished you looked like you had a bit more grey in your beard.
@HeatonResearch
@HeatonResearch 8 дней назад
Hah yes, more time elapsed than you thought!
@ngochieunguyen5801
@ngochieunguyen5801 14 дней назад
Hi thanks for video, do we have github link for this?
@HeatonResearch
@HeatonResearch 7 дней назад
No, sorry, but I do have links to the source articles in the description.
@Johan-rm6ec
@Johan-rm6ec 15 дней назад
Video not helpfull, know thy audience. Consumers with deep pockets dont need this video. So 2 x 3060 12 gb llm can utilize 2 gpu’s what can you expect?
@HeatonResearch
@HeatonResearch 8 дней назад
Thank you for the feedback, the economics of these is important, and LLMs are changing alot.
@honedattraction4110
@honedattraction4110 15 дней назад
I am a happy camper.
@HeatonResearch
@HeatonResearch 7 дней назад
The best kind of camper! Glad it was useful.
@rajkothari1911
@rajkothari1911 15 дней назад
Looking forward to the course videos. I am not good with programming but want to start learning more about AI and it's applications.
@HeatonResearch
@HeatonResearch 7 дней назад
Well, part of this course is using LLM’s to help you code! Good luck, I hope it is useful.