Upskill your career in AI
52:01
Overview of KerasCV and KerasNLP
17:48
Generate text with KerasNLP
5:11
2 ай бұрын
Keras: Shortcut to AI mastery
43:23
Prototype ML with Visual Blocks
33:10
Data-centric AI: A new paradigm
10:37
Пікірлер
@sharjeelzubair4106
@sharjeelzubair4106 16 сағат бұрын
sentences = [ 'كم سعر الراجحي', 'ما هي قيمة الراجحي؟', 'هل تعرف سعر أرامكو؟' ] {'سعر': 1, 'كم': 2, 'الراجحي': 3, 'ما': 4, 'هي': 5, 'قيمة': 6, 'الراجحي؟': 7, 'هل': 8, 'تعرف': 9, 'أرامكو؟': 10} its putting الراجحي and الراجحي? as two tokens, is that becuase of arabic?
@nanaasanteful
@nanaasanteful 2 күн бұрын
Every step has been followed but keep getting this error "RuntimeError: Input tensor has type kTfLiteFloat32: it requires specifying NormalizationOpt ions metadata to preprocess input images." Raspberry Pi 4 Bullseye, 32-bit
@hixenP
@hixenP 3 күн бұрын
Karmel are you sitting down while making this video? JW 😊
@hixenP
@hixenP 3 күн бұрын
Obama!
@EnglishteacherJane
@EnglishteacherJane 3 күн бұрын
Interesting
@okeuwechue9238
@okeuwechue9238 3 күн бұрын
the following command fails in JupyterLab: file = files.upload()
@LIUJIANYING_
@LIUJIANYING_ 4 күн бұрын
This is so clear and easy to understand. Thank you, now I have a better understanding about NLP.
@s13rr4buf3
@s13rr4buf3 4 күн бұрын
Palm pilots are back?
@harsh.vision
@harsh.vision 5 күн бұрын
print(Hashing == Tokenization ) whats the output??
@gauravbhasin2625
@gauravbhasin2625 7 күн бұрын
wow just wow
@womble1981
@womble1981 7 күн бұрын
Start with random values, then the optimizer "will generate new parameters to see if it can do better". How? Either this glosses over the core of the solution, or there is no core and the answer is arrived at completely randomly. Not very clever, if so.
@PodwallStore
@PodwallStore 8 күн бұрын
this is huge!!
@sneharao9516
@sneharao9516 8 күн бұрын
token_list = tokenizer.texts_to_sequences([line])[0], why we put [line] instead of line simply here?
@amirrafiq
@amirrafiq 10 күн бұрын
The "adam = Adam(lr=0.01) ValueError: Argument(s) not recognized: {'lr': 0.01}" can be fixed as follows: adam = Adam(learning_rate=0.01)
@taiiayu
@taiiayu 11 күн бұрын
bless you
@floriankaiser4902
@floriankaiser4902 12 күн бұрын
its not Win 11 USB plug and play and no driver self installation - the Ai is not shown in the Win 11 Taskmanager - if this comes in 11 it would be nice - also parallel Coral USB Sticks in use would be nice - USB 1,2,3, ... to geht more Ai power 🙂 ... on my Win 11 PC i have VM with a Linux Mint Cinnamon virtual PC - it would be fine if this Windows Ai would be pushed through into the Virtual Mint PC ... like my mouse, Soundblaster, Wifi as a Bridge ... and so on
@DickBarker-ih6kt
@DickBarker-ih6kt 12 күн бұрын
Debugging
@mohammadhassanheidary5884
@mohammadhassanheidary5884 12 күн бұрын
Perfect, Thanks for clarification of the new KerasCV library
@davehitesh9697
@davehitesh9697 13 күн бұрын
hello today i saw this video i dont understand one things what is validation data ? i have to create a model for full face detection only face without any background
@Bebo991_G
@Bebo991_G 14 күн бұрын
i tried to to use it but the pip install tflite-model-maker, downloaded about 50GB and reached google's storage limit
@ch1ldr3n27
@ch1ldr3n27 12 күн бұрын
same for me :(
@nasaofficial4717
@nasaofficial4717 14 күн бұрын
@tensorflow amazing host btw!
@EsperanzaSmith-wl1ux
@EsperanzaSmith-wl1ux 15 күн бұрын
I cant find seedbank, could someone out there please send me the link?
@ege5785
@ege5785 15 күн бұрын
I wish one day I could have a chance to work together Mr.Moroney
@mail_liwa
@mail_liwa 16 күн бұрын
Why did google drop support for running Tensorflow on GPU using Windows? And how does Keras 3 change that?
@advanceprogramming225
@advanceprogramming225 16 күн бұрын
Thank you
@ahmedhammad7553
@ahmedhammad7553 17 күн бұрын
انا استفدت ايه
@user-gixzvdyiffilpxhjufxam3452
@user-gixzvdyiffilpxhjufxam3452 18 күн бұрын
I know when they titled it as "women in ....." Where its going lol 😆, anyways it's somewhat good
@user-pp9mg7cz7v
@user-pp9mg7cz7v 18 күн бұрын
Not while your testing and whom you used asv the lang model.
@HasanBayraktar-ct9hj
@HasanBayraktar-ct9hj 15 күн бұрын
0:48
@andrejustinvalenzuela2976
@andrejustinvalenzuela2976 19 күн бұрын
Can you do the model training on a windows pc instead of the RPi, in my case it is RPi 3b, then just download the finished model/product on the RPi after?
@svkchaitanya
@svkchaitanya 20 күн бұрын
What a great tut, thanks dude ....
@haveadog9284
@haveadog9284 20 күн бұрын
Amazing!
20 күн бұрын
After a year returning to that video finally I fully (or at least saw the entire video in a row) understand what is going on!! Maybe one more time to fix and go to the next part!! Thanxx
@user-uh4sx7ux4e
@user-uh4sx7ux4e 21 күн бұрын
Pi network The future is an all-digital world
@babaka1850
@babaka1850 21 күн бұрын
Sorry to say, but this was not very good. Key information is missing mostly the WHYs ? why is there a need for Query and Key Matrices? what is the main function of these matrices? How does the Attention function alter the Feedforward NNs?
@ricardocostaval
@ricardocostaval 21 күн бұрын
Obrigado
@mohammed.essaber
@mohammed.essaber 22 күн бұрын
this is was five years ago!
@pzhobby
@pzhobby 22 күн бұрын
without viewing the video, I thought somebody doing a good Jin Yang impression.
@mbrraghu
@mbrraghu 23 күн бұрын
hi, !pip install -q tflite-model-maker-nightly !pip install -q tflite-support-nightly is killing the colab space, more than 50 GB. What is the solution?
@yusufsezgi9958
@yusufsezgi9958 20 күн бұрын
Hello, were you able to solve it?
@elgatooperativo657
@elgatooperativo657 24 күн бұрын
interesante herramienta, ¿Cómo se podría conectar con excel?, si fuera posible.
@krishnanchari2001
@krishnanchari2001 25 күн бұрын
Thank you, a very good lecture , I have got now confidence on the topic and would definitely try the code on a real life data set. i was looking for understanding GNN's so that I could apply it the area of finance and I got it. Thank you again Petar.
26 күн бұрын
People want a 4.0 version of this but with LLMs. 🙏🏻
@ahsanmohammed1
@ahsanmohammed1 28 күн бұрын
I have two sons in the University of Toronto. One in computer science One in computer engineering Both intend to do a two year masters What should they do in AI in their masters, other than ethics and cybersecurity? Provide five areas to choose from. Thank you.
@web3361
@web3361 28 күн бұрын
I love this
@RicardoQuispeMendizabal
@RicardoQuispeMendizabal 28 күн бұрын
😊
@adhokshajapradeep5907
@adhokshajapradeep5907 28 күн бұрын
Thank you for the insightful tutorial. Could you consider creating content on preprocessing user images for integration into the KerasCV pipeline? Such guidance would be greatly appreciated. Thank you!
@ib_parametres724
@ib_parametres724 29 күн бұрын
Years of learning linear algebra and this roughly 40 min video just put everything into perspective, wow. I had picked up Steve Brunton's Data-Driven Science and Engineering book a few years ago to learn data science and just a few pages in, I run into SVD and all these terminologies that he provided codes for how to compute, but I was just missing the whole point. Watching this video, I think most of those concepts make sense now. Thanks, Tai-Danae Bradley and TensorFlow, for this simple and clear explanation.
@fernandofranco8836
@fernandofranco8836 29 күн бұрын
you didn't add any link to the .csv data :c
@giovannibianco5996
@giovannibianco5996 29 күн бұрын
Great video Petar; now I understood everything and I will never ever have any kind of fear towards the gat. Now I am friend with the gat. We hang around often and apply leaky relu to beers in a bars. When we cross the streets he always reminds me to pay attention to the other edges and it is also very computationally efficient. Love it!
@rajarshisom122
@rajarshisom122 29 күн бұрын
Where are the CSV files? I can't find them
@leventtoprak8250
@leventtoprak8250 29 күн бұрын
I am getting error while pip commands executing. is there any solution? I bought pro version of colab, before that disk space was not enough.
@user-oi3vx2ul1f
@user-oi3vx2ul1f 3 күн бұрын
Everything works better with 3.8 python and you have to resolve pip installation process yourself. It related with libraries dependencies you have to install in your system and finally CUDA Nvidia packet of libs to make tensorflow works correctly. I just installed yesterday. Now everything works good and I had many errors with dependencies.