Understanding Data with AI (ChatGPT 3.5 and Python)

  Рет қаралды 1,650

Radu Mariescu-Istodor

Radu Mariescu-Istodor

8 күн бұрын

Any data should come with some kind of documentation, but very often it doesn’t. In this video I’ll show you how to use large language models to help you understand what some structured data is. We’ll use Chat GPT and try to understand and visualize the data from here:
radufromfinland.com/data/info...
On this channel I normally do JavaScript tutorials, but this time we’ll go with what Chat GPT wanted (Python). You can get Python from here: www.python.org
You'll also need the matplotlib python library. Here are instructions on how to install it: matplotlib.org
I use Visual Studio Code to write the code. If you don't have a code editor yet, I recommend downloading it here: code.visualstudio.com
To setup Visual Studio Code to work with Python you can follow the instructions from here:
code.visualstudio.com/docs/la...
The data in this demo is from my Machine Learning course:
• Machine Learning Course
Check it out to learn more about working with data!
⭐More Coding with AI Tutorials⭐
• Coding with AI

Пікірлер: 40
@yusuf.isyaku
@yusuf.isyaku 7 күн бұрын
Thank you Radu. Chatgpt is a better programmer than I am and much faster 😢.. Anyway, thank you once more
@Radu
@Radu 6 күн бұрын
It's faster than all of us :-D
@martinarce8138
@martinarce8138 7 күн бұрын
Radu goat
@Radu
@Radu 6 күн бұрын
:-)
@Merilix2
@Merilix2 54 минут бұрын
What you are doing here reminds pretty much on few startreck tng episodes where the crew is asking the computer to create and modify a holodeck simulation. Crazy, isn't it?
@AZHARakaGoat
@AZHARakaGoat 7 күн бұрын
I have watched pair programming series just a year ago and i dint know there was a map function before watching it ❤🎉
@Radu
@Radu 6 күн бұрын
Haha, I don't remember exactly where the map function was, but I think, maybe in the 'code battle tutorials'. The 'pair programming' had only one video and I think it was about 'const'.
@AZHARakaGoat
@AZHARakaGoat 6 күн бұрын
Yes ther is and tge title is "map function arrow function ternary operator "
@noelcuillandre2295
@noelcuillandre2295 28 күн бұрын
Thank you Radu !
@Radu
@Radu 26 күн бұрын
You're welcome :-)
@javifontalva7752
@javifontalva7752 28 күн бұрын
This is going to be a challenge.
@Radu
@Radu 26 күн бұрын
I'm sure you'll manage :-)
@vadeserg657
@vadeserg657 6 күн бұрын
Kiitos Radu :)
@Radu
@Radu 6 күн бұрын
Ole hyvä :-)
@chnaka7518
@chnaka7518 7 күн бұрын
Begginer friendly video. Greate one Dr. Radu. Just a suggestion - It would be more effective if you could tell everyone "You don't want to be a master in everything to be a master nowadays because of these type of technologies". I see most of users don't like to do experiments.
@Radu
@Radu 6 күн бұрын
You're right... coding became much easier already when IDEs started filling out variables, function names and other syntax automatically. Now it can be even easier with AI, but need to understand its limits to use it right.
@adilsonbuset738
@adilsonbuset738 28 күн бұрын
Merci beaucoup Radu!
@Radu
@Radu 26 күн бұрын
You're welcome :-)
@BUY_YOUTUB_VIEWS_768
@BUY_YOUTUB_VIEWS_768 7 күн бұрын
Wow thats awesome
@Radu
@Radu 6 күн бұрын
Hope it helps :-)
@omeralishin
@omeralishin 6 күн бұрын
Amazing 👌
@Radu
@Radu 6 күн бұрын
Thanks :-)
@vamsiaineni2050
@vamsiaineni2050 4 күн бұрын
Could you do more videos on machine learning math it helps lot
@Radu
@Radu 15 сағат бұрын
I have some plans, but not sure when they will materialize. Anyway, I do sprinkle in math things in many of my usual videos. Some useful in ML as well.
@vamsiaineni2050
@vamsiaineni2050 5 сағат бұрын
@@Radu You're really such a kind person and small request you may link some resources when you do things means reference to resources that hep to understand more
@clearheadedness
@clearheadedness 6 күн бұрын
hey Dr. Radu Which videos do recommend to start for a total beginner interested in coding?
@Radu
@Radu 15 сағат бұрын
Hi! Maybe you can start with the HTML Canvas course for beginners.
@disrael2101
@disrael2101 6 күн бұрын
can't wait for a paid ai bootcamp by you professor radu
@Radu
@Radu 15 сағат бұрын
Cool :-) But I don't plan to make any paid content...
@CarlosToscanoOchoa
@CarlosToscanoOchoa 28 күн бұрын
Radu, do you know any good libraries to do data analysis using JavaScript?
@Radu
@Radu 27 күн бұрын
Not really... I normally stick to python when analyzing data... apart from that ML course I made in JavaScript where I chose JavaScript because it's good at visualizing things and... because I wanted to implement things from scratch so it's clear how they work.
@saeentist-hb
@saeentist-hb 6 күн бұрын
@@Radu D3.JS
@Radu
@Radu 6 күн бұрын
@@saeentist-hb Thanks! Looks nice :-)
@MathMatrixBox
@MathMatrixBox 3 күн бұрын
Does the AI understand or feel the word /PLEASE/ ? 😅
@Radu
@Radu 15 сағат бұрын
I doubt it 'feels' anything. And it depends what you mean by 'understand'. I'd say it understands all the words in your question, definitely, if it's able to give the right answer. So, no reason why it wouldn't understand that one, as well. But by some definitions of 'understanding' AI does not reach that level yet.
@2difficult2do
@2difficult2do 6 күн бұрын
it seems that ChatGPT writes code like a lazy student according to the principle "if's just to pass test..."
@Radu
@Radu 15 сағат бұрын
:-)) yeah... you can have a conversation with it, though... and say you want some things implemented a certain way, but with that effort you might as well implement the code yourself.
@2difficult2do
@2difficult2do 13 сағат бұрын
Sometimes it gives a completely wrong answer, and if you point it out, ChatGPT quickly changes its mind. That's why you can't trust his answers, because he can be delusional but very confident...
@Radu
@Radu 9 сағат бұрын
@@2difficult2do that's also very true... I recorded another video about it (coming out later this year), where I say I never really trust it and always validate what it gives me. Luckily, when it comes to coding, one way to validate is to run the code and see if it works.
@StarsManny
@StarsManny 7 күн бұрын
FIRST
@Radu
@Radu 6 күн бұрын
Good for you :-))
Python RAG Tutorial (with Local LLMs): AI For Your PDFs
21:33
pixegami
Рет қаралды 115 М.
Is the Intelligence-Explosion Near? A Reality Check.
10:19
Sabine Hossenfelder
Рет қаралды 488 М.
Final muy inesperado 🥹
00:48
Juan De Dios Pantoja
Рет қаралды 17 МЛН
Must-have gadget for every toilet! 🤩 #gadget
00:27
GiGaZoom
Рет қаралды 6 МЛН
Её Старший Брат Настоящий Джентельмен ❤️
00:18
Глеб Рандалайнен
Рет қаралды 8 МЛН
Универ. 13 лет спустя - ВСЕ СЕРИИ ПОДРЯД
9:07:11
Комедии 2023
Рет қаралды 5 МЛН
The Truth About Learning Python in 2024
9:38
Internet Made Coder
Рет қаралды 127 М.
The Art of Code - Dylan Beattie
1:00:49
NDC Conferences
Рет қаралды 4,7 МЛН
GPT-4o Deep Dive & Hidden Abilities you should know about
28:11
AI Search
Рет қаралды 192 М.
You've been using AI Wrong
30:58
NetworkChuck
Рет қаралды 362 М.
26 Incredible Use Cases for the New GPT-4o
21:58
The AI Advantage
Рет қаралды 728 М.
3D Camera in JavaScript - No Libraries [Understanding AI - Lesson 10 / 15]
31:01
Radu Mariescu-Istodor
Рет қаралды 3,9 М.
I Built a $1M AI App [No Code]
16:14
Starter Story
Рет қаралды 528 М.
Why are vector databases so FAST?
44:59
Underfitted
Рет қаралды 10 М.
NVIDIA Unveils "NIMS" Digital Humans, Robots, Earth 2.0, and AI Factories
1:13:59
RAG + Langchain Python Project: Easy AI/Chat For Your Docs
16:42
Final muy inesperado 🥹
00:48
Juan De Dios Pantoja
Рет қаралды 17 МЛН