Practical AI 016a: Notebooks Demo
3:51
Practical AI 016: Notebooks
8:17
Жыл бұрын
Practical AI 010: BigQuery ML
3:22
Practical AI 002: Big Data
10:22
Жыл бұрын
CS1520 Lecture 40: Web Workers
3:44
Пікірлер
@rainerpavletic4814
@rainerpavletic4814 Ай бұрын
isn't "Kind" more like the "Table" and "Entity" is the "row" of the table?
@TimothyJamesPittsburgh
@TimothyJamesPittsburgh 29 күн бұрын
It’s similar - not a bad way to think about it.
@Yetefech_Official
@Yetefech_Official Ай бұрын
To jest łatwiejsze niż modyfikowanie GTA San Andreas, ale to mi nic nie wniosło do życia, mianowicie nie wiem, do czego to służy? Początkowo myślałem, że dzięki przesłaniu 20 obrazków aut będę mógł na ich podstawie wygenerować podobne, ale to tak nie działa, lol.
@TimothyJamesPittsburgh
@TimothyJamesPittsburgh Ай бұрын
This is for image classification - it's not generative AI.
@kayshalandon846
@kayshalandon846 Ай бұрын
I loved this and found it to be very helpful. I was wondering how this can be used on a mobile device and not just on a desktop/Laptop?
@TimothyJamesPittsburgh
@TimothyJamesPittsburgh Ай бұрын
Unfortunately there's not a way (that I'm aware of) that allows you to use buttons / scripts in the Android or iOS app.
@pablodavidcastillodelvalle2430
@pablodavidcastillodelvalle2430 Ай бұрын
When you removed those that are above 100 but didn't limit those below 0, the skew of the distribution made your predicted values to move tho the left, resulting in negative values and most of the predictions being below what expected. Nice video!
@sebacisterna
@sebacisterna 2 ай бұрын
Hi Timothy! I watched a couple of videos in the playlist and skimmed the rest and it is great! It is exhaustive and I love the fact that it takes the projects to production. Thank you for taking the time to record it.
@TimothyJamesPittsburgh
@TimothyJamesPittsburgh 2 ай бұрын
Glad you enjoyed it!
@favianatmadevafaizardeva6451
@favianatmadevafaizardeva6451 3 ай бұрын
Ga bisa bahasa inggris
@ojannn9034
@ojannn9034 3 ай бұрын
Menyala Abang ku
@mcdonaldfonyo6613
@mcdonaldfonyo6613 3 ай бұрын
Hi Professor Would you be able to cover data governance implementation on BigQuery, for one data set. Thank you for the ML demo,
@kikiboom72
@kikiboom72 3 ай бұрын
what is the link of the website in a video?
@resellertd6655
@resellertd6655 3 ай бұрын
what is this app cannot download again?
@user-iy4tp2pi6m
@user-iy4tp2pi6m 3 ай бұрын
Thank you so much for such thorough explanation!
@asfasoft9406
@asfasoft9406 4 ай бұрын
404 link :(
@coffeestudi0s
@coffeestudi0s 4 ай бұрын
amazing tutorial - thanks for sharing
@the-web-scraping-guy
@the-web-scraping-guy 5 ай бұрын
Very helpful thanks!
@BrianWalkerKay
@BrianWalkerKay 5 ай бұрын
step 4 set the requirements.txt to include Flask==3.0.2 and add Werkzeug==3.0.1 otherwise you get an error running python3 main.py cannot import name 'url_quote'
@BrianWalkerKay
@BrianWalkerKay 5 ай бұрын
Installing collected packages: Flask WARNING: The script flask is installed in '/home/xxxxxxxxxxx/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. Successfully installed Flask-2.1.0 printf '%s ' "$PATH" Not sure how to make that go away...
@BrianWalkerKay
@BrianWalkerKay 5 ай бұрын
in the Super init example, show how you would init the breed too. So you can have all three d.breed (added), d.name and d.age class Pet(object): def __init__(self, name, age): self.name = name self.age = age class Dog(Pet): def __init__(self, name, age, breed): super().__init__(name, age) self.breed = breed d = Dog('Perry', 3, 'Poodle') d.breed
@BrianWalkerKay
@BrianWalkerKay 5 ай бұрын
I would add this in the second paragraph, so what a method is, is clear before you talk about a special instance of it __init__. "In Python, methods are functions that are associated with an object and can manipulate its data or perform actions on it. They are called using dot notation, with the object name followed by a period and the method name. Methods are an important part of object-oriented programming in Python." Your class is awesome so far.... THANKS YOU Timothy!
@mabugho
@mabugho 6 ай бұрын
Hi Timothy, Im late to the party :) ....but just wondering what to use instead of getactiverange so that when the button is pressed it will always be in Cell B2 for example. Thanks
@TimothyJamesPittsburgh
@TimothyJamesPittsburgh 3 ай бұрын
100% - you can just use getRange("B2")
@luissamouco2518
@luissamouco2518 8 ай бұрын
Thank you for this video! It really helped me get hands on my first AI experiment :) Carry on with the great content!
@tanveerakhtar7213
@tanveerakhtar7213 8 ай бұрын
Very nice job
@markgreenwald7626
@markgreenwald7626 9 ай бұрын
Ai will and has done away with your job!
@christinepetit251
@christinepetit251 9 ай бұрын
Great video!! Would it also be possible not to use the actual time but the time from a timer that I integrated into my sheet?
@TimothyJamesPittsburgh
@TimothyJamesPittsburgh 6 ай бұрын
I imagine so - you should be able to use any value in the spreadsheet, if you can refer to it.
@RTimo
@RTimo 11 ай бұрын
Can you do this in excel?
@EzelBayraktar964
@EzelBayraktar964 11 ай бұрын
extremely better than Udemy courses Im thanking u from my heart sir u r the best
@TimothyJamesPittsburgh
@TimothyJamesPittsburgh 9 ай бұрын
Thanks! Someday I'll have to come back and do a similar series. This one was never finished.
@YigalBZ
@YigalBZ Жыл бұрын
This is a clear and easy to follow video! With this guide, I trained my first model - thank you! My target is actually to train a model, and then use it with a video camera to identify a specific object (toy car) with Jetson Nano. Can you explain what is the output and how I download it from Google Vertex?
@bobburke4336
@bobburke4336 Жыл бұрын
Very nice job of making this complex subject matter understandable. Extremely well presented.. thanks
@NoName-yi4yu
@NoName-yi4yu Жыл бұрын
how about the reading csv file and displaying in website (app angine deploy)?
@ThePro5
@ThePro5 Жыл бұрын
kzfaq.info/get/bejne/qclkZNZhu8jLeJs.html
@mishathecarman4231
@mishathecarman4231 Жыл бұрын
Hi Timothy, is there a way to call you or email if I have more questions regarding time clock ?
@garydavies752
@garydavies752 Жыл бұрын
Hi Timothy, great video! Is it possible to show the date AND time in the cell?
@fast-tranleicesterltd9641
@fast-tranleicesterltd9641 Жыл бұрын
Hi Great tutorial Just wondering how to use on mobile device at the moment its looks like its not working on mobile phone
@johnstearns4166
@johnstearns4166 Жыл бұрын
I have just heard of watching this
@johnstearns4166
@johnstearns4166 Жыл бұрын
series. I have also watched a lot of your Google Sheets series. I want to use both for teaching kids. Is there a way to store images in Google Sheets that are associated with a numberic value. The best I could come up with was having the image side by side and making the value unreadable. Is there a better way? Thanks, John
@pcamacho722
@pcamacho722 Жыл бұрын
Thank You very much, for these great set of classes !!
@TimothyJamesPittsburgh
@TimothyJamesPittsburgh Жыл бұрын
You're welcome!
@fatallny
@fatallny Жыл бұрын
Awesome videos, when we can expect next parts?
@TimothyJamesPittsburgh
@TimothyJamesPittsburgh Жыл бұрын
soon :)
@pokojeb5120
@pokojeb5120 Жыл бұрын
any alternative for dot file?
@luciasun4727
@luciasun4727 Жыл бұрын
wow very useful demo for a script beginner. thank you
@ArjunJanardhanan
@ArjunJanardhanan Жыл бұрын
Thank you for these well elaborated tutorials.
@abdouben7337
@abdouben7337 Жыл бұрын
thanks BROOOO
@razorramzan-inc
@razorramzan-inc Жыл бұрын
Better than my teacher
@derek5276
@derek5276 Жыл бұрын
Hi Professor, great video as always! Do you think you could reexplain what you did at 4:00? It seems that you trained the model on data from before 2022 and now you are predicting the average time for 2022? In the video you say "train" again when using "ML.PREDICT" for the values in 2022 so I was slightly confused.
@TimothyJamesPittsburgh
@TimothyJamesPittsburgh Жыл бұрын
I think you've got it, but I might have misspoke on using "training" again. Basically, we are training the model on data before 2022, and then testing it on data in 2022. In a demo, it avoids the situation where the model already knows the answer; if we had trained it on 2022 data and then asked the model questions that it'd already been given the answers, then it wouldn't be a super useful demo. Typically we separate data into training and validation sets - it's kind of like that.
@lukecharlesworth3494
@lukecharlesworth3494 Жыл бұрын
🔥🔥🔥
@derek5276
@derek5276 Жыл бұрын
One suggestion, do you think resummarize what you are attempting to retrieve when you make bigger queries like the one at 13:10? Also do you think you could explain that query again? Thanks.
@TimothyJamesPittsburgh
@TimothyJamesPittsburgh Жыл бұрын
Good call! I've included all the queries in the slides (see description), but I'll go back and add some commentary in the notes of those slides explaining what the query does.
@derek5276
@derek5276 Жыл бұрын
@@TimothyJamesPittsburgh That’d be really helpful, thanks you!
@vivekrajkumar4136
@vivekrajkumar4136 Жыл бұрын
tjames best james
@raphaelpallaud3157
@raphaelpallaud3157 Жыл бұрын
Very nicely put!
@TimothyJamesPittsburgh
@TimothyJamesPittsburgh Жыл бұрын
Thanks!
@financeworkout1140
@financeworkout1140 Жыл бұрын
Is there a way to save each of these elements separately? Rather than going in and out of the drawing section for each object, to bulk create them there and then save as individual objects. The aim is to then assign different scripts to each one. Thanks
@TimothyJamesPittsburgh
@TimothyJamesPittsburgh Жыл бұрын
I don't think there is, it's a bit tedious but I'm not aware of a quicker / more automated way.
@financeworkout1140
@financeworkout1140 Жыл бұрын
@@TimothyJamesPittsburgh thank you non the less 🙏
@blabla-zg6fr
@blabla-zg6fr Жыл бұрын
my man thank god bless your soul!! 🙏🙏🙏
@barkhachhetija3219
@barkhachhetija3219 Жыл бұрын
U speak a lot.
@TimothyJamesPittsburgh
@TimothyJamesPittsburgh Жыл бұрын
I mean... isn't that, like, the point of an instructional video?
@etusch
@etusch Жыл бұрын
thank you
@paigepearson3776
@paigepearson3776 Жыл бұрын
Thank you for this! So straight forward and clearly explained. Made it very easy.