Тёмный
Nicholas Renotte
Nicholas Renotte
Nicholas Renotte
Подписаться
Sup!

Welcome to the channel. So, if you're reading this, you're probably wondering what this is all about and who the hell is this Nicholas Renotte guy.

Right?

Right!

Well, I'm here to share practical ways to get started with data science, machine learning and deep learning using a bunch of different tools but mainly Python and Javascript. My only goal is to make it easier to get started and break through all the fancy jargon and complex math that's out there in the field and get YOU up and running with some sick ml projects.

Jump on for the ride homie!

LinkedIn: www.linkedin.com/in/nicholasrenotte/
Facebook: facebook.com/nickrenotte/
GitHub: github.com/nicknochnack

Peace!

P.s. Did I mention I like data?
Комментарии
@rahulsabui5499
@rahulsabui5499 4 часа назад
many of the package is deprecated
@jazzyfusion
@jazzyfusion 5 часов назад
Great tutorial Nicholas, But I have a question, what happened if the Original Model changed, Llama3 -> Llama3.5, should we have to run all the process again?, I was looking at to create a DB embedding parallel to the Base Model, I'd like to hear your thought. Thanks
@muhammadzeinnurzaman9378
@muhammadzeinnurzaman9378 12 часов назад
Hi i just tried this out using my own dataset that consist of Indonesian sign languages, it works flawlessly, my question is can you deploy the object detection models?, maybe from the checkpoint files etc?,
@abhishekdalakoti2419
@abhishekdalakoti2419 20 часов назад
I like your work and you have an edge over others because you show by doing practically rather than theoretically.
@earthismiracle
@earthismiracle 21 час назад
is it possible to give the model a new image from our choice and see if it detects one of these 4 signs? if so, please show us how
@Jc-km4nt
@Jc-km4nt 22 часа назад
well i cant run this project.i'm getting alot of problens that i think relate to versioning. i'm trying to build a software with some custom data, images. i manage to label them but when i try to run this script: ( !python {SCRIPTS_PATH + '/generate_tfrecord.py'} -x {IMAGE_PATH + '/train'} -l {ANNOTATION_PATH + '/label_map.pbtxt'} -o {ANNOTATION_PATH + '/train.record'} !python {SCRIPTS_PATH + '/generate_tfrecord.py'} -x{IMAGE_PATH + '/test'} -l {ANNOTATION_PATH + '/label_map.pbtxt'} -o {ANNOTATION_PATH + '/test.record'} ) i get errors in the install of object-detection. i try to see other tutorials of this outhor, but i run in the same problem allways. kind of stuck here mates
@payana5024
@payana5024 День назад
3rd step is not executing sir
@prajeetapatil4626
@prajeetapatil4626 День назад
Hello While my model was training it consumed 100% CPU. It was not using the gpu hence it took a lot of time to train. Can you tell me what has happened and why wasn't it using the gpu or how can I make use of the gpu here
@irshaadbahemia666
@irshaadbahemia666 День назад
Hello Nicholas Renotte, just want to ask. Do you sometimes write machine learning algorithms from scratch or you only import the ml libraries such as Scikit-learn, Keras,Tensorflow?
@domillima
@domillima День назад
How did you decide number of neurons to include in your sense layers? Do these relate to the number of feature columns in your data set at all? Or just a random/empiric choice?
@joandy2749
@joandy2749 День назад
For those that are frustrated by the first line of code not working, just remove the "tensorflow-gpu" part and run the code. You may want to skip the GPU setup part cause it won't work anyway. The algorithm will work, except slower (mine is 656 ms which takes me less than 1 minute to go through the entire epoch of 20)
@domillima
@domillima День назад
what rig do you have for your two curved monitors? :D
@rodrigovbaautomation8703
@rodrigovbaautomation8703 День назад
Yessssssss!!!!!
@venkatrudra9435
@venkatrudra9435 2 дня назад
I can create this out put within 2 minuts
@amandak1396
@amandak1396 2 дня назад
Thank you so much for all your work but one question is it supposed to be name = tfodj or tfod
@FlorianFivem
@FlorianFivem 2 дня назад
Спасибо за видео, очень полезно для сообщества!
@royalsshah1998
@royalsshah1998 2 дня назад
Hey Nich, this course is amazing but I have tried everything yet I am not able to see GPU afetr installing NVIDIA CUDA and cudNN
@Computer.Music.And.I
@Computer.Music.And.I 2 дня назад
Hello Nicholas, I have been using this great video in my beginners courses and last year everything was fine. Unfortunately in today's lecture the code did not run on any of my machines or configurations ... The load_16k_ wav function is not able to resample the audio files, and much worse, the model.fit function complains about an input that could not be -1, 0 or 1. Are you willing to check and update your code ? (Spend 6 hours now to find the error😊) Thx jtm
@arturtomasz575
@arturtomasz575 3 дня назад
Great content. Thanks for sharing!
@nareshcharynune
@nareshcharynune 3 дня назад
Nicely explained , thank you very much
@kingvt817
@kingvt817 3 дня назад
Hello, there are bugs in the program. When those bugs are fixed, cumulative returns are only at half of SPY
@cchingwe
@cchingwe 3 дня назад
I have been "tensored"! Hopefully this is the beginning of my AI career! Thank you
@rajacomaravel2009
@rajacomaravel2009 3 дня назад
I want pocket option bot bro please
@farisawad507
@farisawad507 3 дня назад
Great video. I just have a question about the first hidden layer. based on what did you decide to use 2048 units?
@user-yo8pw4hf9r
@user-yo8pw4hf9r 3 дня назад
hi from where i can get the model .h5
@planetskaro3782
@planetskaro3782 3 дня назад
the author did such a job, but did not bother to create the file requirements, now I have a terrible incompatibility of library versions, and nothing works
@user-wt6fo4lm6j
@user-wt6fo4lm6j 3 дня назад
2024.06.20. I finish the whole course🥳🥳🥳
@aneerimmco
@aneerimmco 4 дня назад
Thank you.. really informative:)
@OmarMAtef
@OmarMAtef 4 дня назад
Please MAKE THE TUTORIAL MAN
@sederarandi1507
@sederarandi1507 4 дня назад
bro you are absolute gold, thank you so much for all the effort you put on your videos and teachings +1 subscriber
@gabriellopesdealmeida9115
@gabriellopesdealmeida9115 4 дня назад
I had this error in the 6 step... Traceback (most recent call last): File "C:\Users\Usuario\OneDrive\Área de Trabalho\RealTimeObjectDetection\Tensorflow\models esearch\object _detection\model_main_tf2.py", line 31, in <module> from object_detection import model_lib_v2 File "C:\Users\Usuario\anaconda3\Lib\site-packages\object_detection\model_lib_v2.py", line 29, in <module> from object_detection import eval_util File "C:\Users\Usuario\anaconda3\Lib\site-packages\object_detection\eval_util.py", line 35, in <module> slim = tf.contrib.slim how do i fix this ?
@nuckyduck6071
@nuckyduck6071 4 дня назад
This is incredible! I just skimmed through it but its going to be something I look at over the next few days. I've been itching for a new project and this seems great.
@SAIFULISLAM-ku9rd
@SAIFULISLAM-ku9rd 4 дня назад
CHATGPT. Avitator predictor bet APP run in possible sir
@saketkulkarni1238
@saketkulkarni1238 4 дня назад
1:13:47 i got :- 'recording_08.mp3': 25 epoch = 10
@sadeghkhedry6701
@sadeghkhedry6701 4 дня назад
this video help a lot. thanks bro
@destinationmufc4431
@destinationmufc4431 4 дня назад
i had a question. how do these models deal with proper nouns?
@saitejakasha
@saitejakasha 5 дней назад
i am getting this error when I run verificaiton script AttributeError: module 'keras._tf_keras.keras.layers' has no attribute 'experimental' protubuf 3.20.3 tensorflow 2.16.1 how to solve ?
@Dogcatcowrat
@Dogcatcowrat 5 дней назад
how to get rid of oject detection tf1 file with contribs
@TheRottweiler_Gemii
@TheRottweiler_Gemii 5 дней назад
After the model training… it’s only till verification not face recognition on real time how to archive the face recognition with that Siamese mode
@msreviews6227
@msreviews6227 5 дней назад
how to restore all the pages if it is shutdown
@doutiful23
@doutiful23 5 дней назад
I don't suppose you can tell me which version of stable-baselines3 was installed...in the years since this video was uploaded, some of its api's have changed, and this code no longer runs error free. Looks like stable-baselines3 now uses gymnasium too...maybe there was an open/closed source kerfuffle in the interim...if i get the notebook up and running error free I might PR an update.
@Dogcatcowrat
@Dogcatcowrat 5 дней назад
i am trying to build this with latest version of tensorflow and python.......but it kips giving me several errors. can anybody help
@mohamedyasser1183
@mohamedyasser1183 5 дней назад
how can i host this in flask server to make it like API