Understanding Data with AI (ChatGPT 3.5 and Python)

  Рет қаралды 2,015

Radu Mariescu-Istodor

Radu Mariescu-Istodor

Күн бұрын

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:
radufromfinlan...
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.visualstu...
To setup Visual Studio Code to work with Python you can follow the instructions from here:
code.visualstu...
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

Пікірлер: 42
@noelcuillandre2295
@noelcuillandre2295 4 ай бұрын
Thank you Radu !
@Radu
@Radu 3 ай бұрын
You're welcome :-)
@Merilix2
@Merilix2 3 ай бұрын
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?
@Radu
@Radu 2 ай бұрын
Yeah, kind of :-)
@martinarce8138
@martinarce8138 3 ай бұрын
Radu goat
@Radu
@Radu 3 ай бұрын
:-)
@vadeserg657
@vadeserg657 3 ай бұрын
Kiitos Radu :)
@Radu
@Radu 3 ай бұрын
Ole hyvä :-)
@chanaka7518
@chanaka7518 3 ай бұрын
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 3 ай бұрын
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.
@MadaraAzukar
@MadaraAzukar 3 ай бұрын
I have watched pair programming series just a year ago and i dint know there was a map function before watching it ❤🎉
@Radu
@Radu 3 ай бұрын
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'.
@MadaraAzukar
@MadaraAzukar 3 ай бұрын
Yes ther is and tge title is "map function arrow function ternary operator "
@Radu
@Radu 2 ай бұрын
Ah, yeah... :-D
@omeralishin
@omeralishin 3 ай бұрын
Amazing 👌
@Radu
@Radu 3 ай бұрын
Thanks :-)
@adilsonbuset738
@adilsonbuset738 4 ай бұрын
Merci beaucoup Radu!
@Radu
@Radu 3 ай бұрын
You're welcome :-)
@javifontalva7752
@javifontalva7752 4 ай бұрын
This is going to be a challenge.
@Radu
@Radu 3 ай бұрын
I'm sure you'll manage :-)
@clearheadedness
@clearheadedness 3 ай бұрын
hey Dr. Radu Which videos do recommend to start for a total beginner interested in coding?
@Radu
@Radu 3 ай бұрын
Hi! Maybe you can start with the HTML Canvas course for beginners.
@disrael2101
@disrael2101 3 ай бұрын
can't wait for a paid ai bootcamp by you professor radu
@Radu
@Radu 3 ай бұрын
Cool :-) But I don't plan to make any paid content...
@vamsiaineni2050
@vamsiaineni2050 3 ай бұрын
Could you do more videos on machine learning math it helps lot
@Radu
@Radu 3 ай бұрын
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 3 ай бұрын
@@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
@Radu
@Radu 2 ай бұрын
Good point... I do it sometimes. But often, I don't remember anymore where I know something from :-/ it's been a long time since I studied something 'the old fashioned way' by reading a book (for example).
@yusuf.isyaku
@yusuf.isyaku 3 ай бұрын
Thank you Radu. Chatgpt is a better programmer than I am and much faster 😢.. Anyway, thank you once more
@Radu
@Radu 3 ай бұрын
It's faster than all of us :-D
@MathMatrixBox
@MathMatrixBox 3 ай бұрын
Does the AI understand or feel the word /PLEASE/ ? 😅
@Radu
@Radu 3 ай бұрын
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.
@CarlosToscanoOchoa
@CarlosToscanoOchoa 4 ай бұрын
Radu, do you know any good libraries to do data analysis using JavaScript?
@Radu
@Radu 4 ай бұрын
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 3 ай бұрын
@@Radu D3.JS
@Radu
@Radu 3 ай бұрын
@@saeentist-hb Thanks! Looks nice :-)
@2difficult2do
@2difficult2do 3 ай бұрын
it seems that ChatGPT writes code like a lazy student according to the principle "if's just to pass test..."
@Radu
@Radu 3 ай бұрын
:-)) 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 3 ай бұрын
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 3 ай бұрын
@@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 3 ай бұрын
FIRST
@Radu
@Radu 3 ай бұрын
Good for you :-))
Coding Angry Birds Clone with Chat GPT
3:45:38
Radu Mariescu-Istodor
Рет қаралды 5 М.
How To Code With ChatGPT?
31:24
Radu Mariescu-Istodor
Рет қаралды 2,5 М.
大家都拉出了什么#小丑 #shorts
00:35
好人小丑
Рет қаралды 98 МЛН
How Strong is Tin Foil? 💪
00:26
Preston
Рет қаралды 95 МЛН
JavaScript Beginner Project Tutorial: The Ebbinghaus Illusion
22:52
Radu Mariescu-Istodor
Рет қаралды 2,4 М.
Has Generative AI Already Peaked? - Computerphile
12:48
Computerphile
Рет қаралды 989 М.
Polyrhythms in JavaScript | How Math Can Make Your Code Better (#SoMEπ )
46:30
Radu Mariescu-Istodor
Рет қаралды 4,2 М.
QLoRA-How to Fine-tune an LLM on a Single GPU (w/ Python Code)
36:58
Recreating a Train Simulation with JavaScript | Coding on the Train!
8:22
Radu Mariescu-Istodor
Рет қаралды 7 М.
Pydantic Tutorial • Solving Python's Biggest Problem
11:07
pixegami
Рет қаралды 272 М.
Transformer Neural Networks Derived from Scratch
18:08
Algorithmic Simplicity
Рет қаралды 140 М.
ADVANCED Python AI Agent Tutorial - Using RAG
40:59
Tech With Tim
Рет қаралды 143 М.
大家都拉出了什么#小丑 #shorts
00:35
好人小丑
Рет қаралды 98 МЛН