Getting Started with Python Deep Learning for Beginners

Поделиться
HTML-код
  • Опубликовано: 20 сен 2024

Комментарии • 294

  • @user___01
    @user___01 2 года назад +122

    This man really can't stop giving us some quality resources.

    • @NicholasRenotte
      @NicholasRenotte  2 года назад +18

      That’s why I’m here my homie! Spreading the ML love! Thanks for checking it out 🙏

    • @marymaegregore5209
      @marymaegregore5209 2 года назад +1

      Truu! Thank you so much ❣️💓💓💓

    • @mahya4114
      @mahya4114 Год назад

      for real!!

  • @118penguin
    @118penguin Год назад +40

    Tensorflow has dropped native windows support for GPU usage in their latest versions of tensorflow, so if you are having an issue with tensorflow recognizing your GPU, what I did to fix it is to reinstall the virtual environment, and put this for the pip install code: "!pip install tensorflow==2.8 tensorflow-gpu==2.8 opencv-python matplotlib protobuf==3.19.1". This should make tf recognize your GPU

    • @ujjawaltyagi8540
      @ujjawaltyagi8540 Год назад +2

      thanks bro ! that saved a lot of time as i was searching everywhere to resolve this ! (but still after following everything GPU is not showing at last..it kind of blinked first it was there but when i executed command before the check command it disappered and now model in not using GPU, taking a lot f time to train model) any idea how to resolve issue ? (we can chat on discord) please

    • @niranjannag4537
      @niranjannag4537 10 месяцев назад

      ​@@ujjawaltyagi8540have you installed CUDA and CUDNN ??

    • @piyushvarshney6724
      @piyushvarshney6724 9 месяцев назад

      It's not working either
      I use the tensorflow == 2.12.0
      But it's just gives a long error

    • @WizzVard
      @WizzVard 7 месяцев назад +8

      Guys if you did the same and there is no gpu, here is what you should do. First create new environment with python not more than 3.10. Also Tensorflow version should be less than 2.11.
      Here is commands you should run in cmd:
      conda create -n newenvname python=3.10
      conda activate newenvname
      conda install -c conda-forge cudatoolkit=11.2 cudnn=8.1.0
      python -m pip install "tensorflow

    • @WizzVard
      @WizzVard 7 месяцев назад

      @@piyushvarshney6724 check my answer to this comment

  • @jamejohn2987
    @jamejohn2987 2 года назад +26

    When's there's a ton of content about AI and stuffs, no one really says about the environment setup and setting the local machine and stuffs
    But you! Giving us this kind of content is just simply amazing!
    Thank you so much Nicholas.
    As the other part of this video I'd to see the model deploying in fast api or something related
    Hope you consider it
    Thank you

    • @NicholasRenotte
      @NicholasRenotte  2 года назад +2

      Thanks a mil @jame john! Yah, will do some deployment stuff soon!

    • @rahulb9205
      @rahulb9205 Год назад

      !pip install tensorflow tensorflow-gpu opencv-python matplotlib
      let me know how to resolve this

  • @johnzarate9975
    @johnzarate9975 2 года назад +10

    I always like the vibe that you have in this video, it's not boring to watch even it's 1 hr and a minute length vid

    • @NicholasRenotte
      @NicholasRenotte  2 года назад +1

      Thanks a million @John, seriously means a ton!

  • @Seriosso
    @Seriosso 2 года назад +3

    Best thing to wake up to in the morning is a notification message on your cell phone saying the Sir Nic uploaded a new video! thanks brother for the amazing job.

    • @NicholasRenotte
      @NicholasRenotte  2 года назад +1

      Have an awesome day @Siraj, glad I could make it that little bit extra!

  • @AgusCraft2002
    @AgusCraft2002 6 месяцев назад +19

    For those who are getting some errors at the moment of installing tensorflow, tensorflow-gpu, opencv-python and matplotlib (!pip install tensorflow tensorflow-gpu opencv-python matplotlib) make sure to check documentacion about versions.In this moment (March, 2024):
    - The last Python supported version by Tensorflow is 3.11
    - 'tensorflow-gpu' has been removed, so you just have to type '!pip install tensorflow opencv-python matplotlib'

    • @FionaldyAManik
      @FionaldyAManik 5 месяцев назад

      when installing CUDA, i have an error "no supported visual studio version found". I know this is out of topic, but do you maybe know how to fix it?

    • @beaztplayz7366
      @beaztplayz7366 2 месяца назад

      How can I use an older version of python in the program?

    • @rahulsah983
      @rahulsah983 Месяц назад

      hey bro i am still finding error
      i cant find tensorflow-gpu after
      !pip list command

  • @Ranshin077
    @Ranshin077 2 года назад +2

    Weird enough, there was one picture of a sad in the happy folder... after putting taking that out, I reran the model and it worked. But great content! This is exactly what I've been looking for.

  • @DaniilLusyk
    @DaniilLusyk 7 месяцев назад +1

    I am starting to learn Ai for myself and i am extremely lucky to have a mentor like you on my side
    Thank you for your work and I'm going to search the next steps (tutorials) on your channel

  • @brunospfc8511
    @brunospfc8511 2 года назад +8

    Thank you so much Nicholas, so many people need this basics, and will enable many to follow the tutorials

    • @NicholasRenotte
      @NicholasRenotte  2 года назад +1

      Agreed, that was the goal with this! Have a kick start and then that way everyone can try out the tutorials regardless of skill level.

  • @g.gous17
    @g.gous17 Год назад +4

    Thank you soooo much Nicholas! The quality of your videos combined with your contagiousness is amazing. I'm doing my senior thesis at the moment and didn't know where to start (i have no experience at all) and this video (and in general your videos) helped me a lot. Much love from Greece!

  • @ehiojehenryerabor6960
    @ehiojehenryerabor6960 Год назад +4

    Thanks, Nicholas, I followed every inch of this tutorial and I was able to properly set up my Machine Learning environment by carefully selecting the versions that you used for Tensorflow, Cuda, cuDNN and boom my GPU came alive. Keep more tutorials rolling in.

  • @fassoyangce1075
    @fassoyangce1075 2 года назад +6

    The best instructor! Thank you so much for such simple educative explanation! I've been into ML since 2018 when Keras was a baby still. It was so difficult back in the day to find good explanation for algorithms and what they do, especially in my country where we can't buy books easily from Amazon and such. I was doomed to Indian youtubers. 😂 Thumbs up!

    • @NicholasRenotte
      @NicholasRenotte  2 года назад +1

      I refer to those days as the wild wild west of deep learning, seriously there was so little back then to learn 😅. Anyone that was doing this in 2018 is probably an absolute wizard now though!! Thanks a mil for checking this out @Fasso!

    • @fassoyangce1075
      @fassoyangce1075 2 года назад

      @@NicholasRenotte Totally. There were scientific papers on arxiv and Siraj who had an awesome high level channel but turned out to be a scammer in the end. So sad.

  • @harunaabdu
    @harunaabdu 2 года назад +5

    Wow, another awesome content landed! this is really excellent. I really love your content nick

    • @NicholasRenotte
      @NicholasRenotte  2 года назад

      Thanks for checking it out @Haruna Abdu 🙏

  • @jdilanna
    @jdilanna 2 года назад +4

    This was great! Can't wait for the next one, absolute legend

  • @tomrowland8516
    @tomrowland8516 2 года назад +4

    I'm just about to bite the bullet and get my first pc build underway for deep learning. I've been using colab for a while now to train and I've found it has really hampered getting a good understanding. Thanks for the vid, this has been favourited to rewatch when the build is complete and I am configuring my GPU!

    • @NicholasRenotte
      @NicholasRenotte  2 года назад +1

      Go getem Tom! It makes a huge difference having a machine you can quickly get access to and hammer with some prototypes! lmk how you go!

    • @rahulb9205
      @rahulb9205 Год назад

      !pip install tensorflow tensorflow-gpu opencv-python matplotlib
      let me know how to resolve this

  • @mrdbourke
    @mrdbourke 2 года назад +2

    outstanding setup video! many of the setup steps eg environments/git/github aren't often talked about

  • @maythesciencebewithyou
    @maythesciencebewithyou 2 года назад +2

    You really have the best videos to get started with deep learning.

  • @shezwad_
    @shezwad_ 2 года назад +3

    Great content. Teaching the way of creating the virtual environment and understanding the appropriate versions of tensorflow, cudnn and CUDA were brilliant.

    • @NicholasRenotte
      @NicholasRenotte  2 года назад

      Glad you enjoyed it @shehan! It seemed trivial but it's so helpful in the long run!

  • @dragway0385
    @dragway0385 Год назад +2

    Really really great video❤, for those who have problems installing tensorflow-gpu make sure that the conda env that u are using have the pyrhon version that you need as well of the kernel that you create with that conda env

    • @ShadowkingX
      @ShadowkingX Год назад

      Yea im having problems because im on windows 11

    • @KaylaXYT
      @KaylaXYT Год назад

      @@ShadowkingX Hey friend, I've also encountered the same situation as you. I want to know how you handled it in the end

    • @ShadowkingX
      @ShadowkingX Год назад

      @@KaylaXYT nope. The only solution is to wait for them to update or do it in a virtual environment

    • @KaylaXYT
      @KaylaXYT Год назад

      @@ShadowkingX Okay thank u

  • @khanhlinhnguyen6117
    @khanhlinhnguyen6117 2 года назад +4

    Thank you so much for the quality content. You are my fav teacher on ML ❤

  • @jonathanjavierloorduque7109
    @jonathanjavierloorduque7109 2 года назад +2

    Thanks always look at you videos and I consider is the best way for learning about IA with python. Always use your tutorials.

  • @brentsimpson3791
    @brentsimpson3791 2 месяца назад

    Thanks Nicholas, excellent video! Still trying to get my head around all the info but very steep learning curve. Seems to be a few changes since you did it but am working through it. You're a legend!

  • @maraenache4734
    @maraenache4734 6 месяцев назад +1

    I want to share a tip regarding a tutorial advice for troubleshooting errors during the installation of TensorFlow and TensorFlow-GPU. Even if newer versions are available, installing the exact versions mentioned in the tutorial can resolve the issue. Personally, I created a new virtual environment and installed Python 3.9, despite my Anaconda defaulting to Python 3.11. Then, I installed TensorFlow 2.10.0 and TensorFlow-GPU 2.10.0, and everything worked smoothly.

    • @dankoramirez7780
      @dankoramirez7780 5 месяцев назад

      Hello! How did you install the python 3.9 version in you jupyter lab environment?

  • @aman1708
    @aman1708 2 года назад +2

    I was waiting for this video . Thank You.

  • @elhamkeshavarzarshadi
    @elhamkeshavarzarshadi 5 месяцев назад +2

    The "tensorflow-gpu" package has been removed!

    Please install "tensorflow" instead.
    Thats what I got when I run the command below!
    !pip install tensorflow-gpu
    And instead of tensorflow-gpu there is tensorflow-intel installed through the tensorflow installation , so it has the whole package

  • @rebeccakipanga478
    @rebeccakipanga478 Год назад +1

    The quality of the content! Thank you sir.😊😊😊😊.

  • @JustaCat755
    @JustaCat755 2 года назад +3

    Thanks for the tutorial, love your advice and introduction for deep learning for beginners

  • @demokumar7547
    @demokumar7547 10 месяцев назад

    thanx for amazing tutorial bro
    its really help for beginners
    i'm kind of people who start learning new thing by project not by in depth
    after 2-3 project, i have an idea about what i'm going to learn then i start learning things in depth
    and your this playlist help me a lot bro again thanx

  • @austinekihara7620
    @austinekihara7620 2 года назад +4

    oya dude you are great, sorry no the GOAT!

  • @avishekdas7916
    @avishekdas7916 11 месяцев назад

    Thank you soooo much Nich!!!! This was amazing TF configuration tutorial. I followed each and every step and got mu device configured. 😍😍😍😍😍😍😍😍

  • @geethasubramanyam
    @geethasubramanyam Год назад +2

    Hey guys, @28:50 if you're installing ipykernel on mac, you might wanna enter the command as follows
    python -m ipykernel install --user --name=imageclassification
    Happy DeepLearning!

    • @dexternepo
      @dexternepo Год назад +1

      Thank you so much! I use Linux and this worked for me as well!

    • @harshavardhan8163
      @harshavardhan8163 4 месяца назад

      Works on Linux too! Thank you!

  • @henkhbit5748
    @henkhbit5748 2 года назад +3

    Nick u have the speed of an F1 🏎, I almost think u drink a Red Bull 😎
    Interested in outlier detection and generating (master/detail) tabular data using GAN....

    • @NicholasRenotte
      @NicholasRenotte  2 года назад

      Hahahahaha @Henk! We're not doing too well atm! GANs are coming up, was just coding one for the channel 2 minutes ago!

    • @henkhbit5748
      @henkhbit5748 2 года назад

      Yes i think MC dancing to much on the circuit😁

  • @nataliaagudelo6571
    @nataliaagudelo6571 2 месяца назад

    Thank you so much Nicholas for putting this togheter!

  • @ElhanRaza
    @ElhanRaza 6 месяцев назад +2

    0.02s - Debugger warning: It seems that frozen modules are being used, which may
    0.00s - make the debugger miss breakpoints. Please pass -Xfrozen_modules=off
    0.00s - to python to disable frozen modules.
    0.00s - Note: Debugging will proceed. Set PYDEVD_DISABLE_FILE_VALIDATION=1 to disable this validation.
    Installed kernelspec faceDetection in C:\ProgramData\jupyter\kernels\facedetection
    i am getting this after installing the kernel
    is something wrong ?

  • @mattphorwich
    @mattphorwich 2 года назад +3

    Exciting stuff! I would really like a robogarden and to know the best resources...I am working on a raspberry pi garden, learning what it can do...I'm a big fan of learning the ai and it will be really cool to see what it can do for real life applications like agriculture!

    • @NicholasRenotte
      @NicholasRenotte  2 года назад +1

      Ooooh cool, I know crop yield prediction and leaf disease detection are some interesting use cases @Matt!

    • @mattphorwich
      @mattphorwich 2 года назад

      @@NicholasRenotte oh wow! I would love to see some tutorials on that,as well as setting the right humidity and temperature and how to make a good spectrometer to see how many vitamins the plants are producing...I'm a big fan of your videos!

  • @arshdeepsingh5950
    @arshdeepsingh5950 2 года назад +3

    Thank you bro highly needed this thing!!! Loving you content Nicholas!!
    Can you also give some tips like how to get a job as Deep Learning Engineer in a tech giant with 0 experience and no college? 😅😅

    • @NicholasRenotte
      @NicholasRenotte  2 года назад +1

      Step one: build stuff! 😅 nah, I kid I kid. I'll do some career stuff soon!

    • @arshdeepsingh5950
      @arshdeepsingh5950 2 года назад

      @@NicholasRenotte thank u sir...btw ur so cool, like I am too learning Machine Learning since 2 years and am no where near u... how efficiently and smartly u are able to do so many complex projects and topic. Really appropriate that sir 😆

  • @adeirman7368
    @adeirman7368 2 года назад +7

    Nice tutorial! It would be the best if you make full videos on udemy including full deep learning contents (audio, reinforcement learning, gan), open cv, and implementing deep learning on mobile/web. Please like it if you want this content exist 😊👍.

    • @NicholasRenotte
      @NicholasRenotte  2 года назад +1

      Heya, I'm actually building a school for this atm 😉

    • @qd___741
      @qd___741 2 года назад

      @@NicholasRenotte Niceeee

  • @jdietzVispop
    @jdietzVispop 2 года назад

    Man, your content is so good! You are a legend, thank you!

  • @mvaabox7092
    @mvaabox7092 2 года назад +5

    Hello. I've seen a lot of your video tutorials especially about object detection, license plate recognition, and others. It was quite helpful for my campus assignments to my project. From several tutorials on object detection (and the like), have you made a tutorial on how to get the confusion matrix, accuracy, precision, and more after we train, test, and validate the dataset of these images? Thank you before!

    • @NicholasRenotte
      @NicholasRenotte  2 года назад +2

      Don't think I have one out there yet, will add it to the list!

    • @mvaabox7092
      @mvaabox7092 2 года назад +1

      @@NicholasRenotte Cool! Waiting for the next content! Thank you!

  • @InfiniteTV-008
    @InfiniteTV-008 11 месяцев назад +2

    Tensorflow-gpu has been removed. Please install tensorflow instead. The tensorflow package supports GPU accelerated operations via Nvidia CUDA. Thank you!

  • @muaazbayat4206
    @muaazbayat4206 2 года назад +2

    Lewis is the GOAT 👊

  • @sergiunica6166
    @sergiunica6166 11 месяцев назад +2

    (24.10.2023) if you do this today and get an error at first line (pip install tensorflow etc) remove tenserflow-gpu.

    • @YousefAlHanbali
      @YousefAlHanbali 10 месяцев назад

      ****please pin this comment**** @NicholasRenotte

  • @ashalali9646
    @ashalali9646 Год назад +3

    I downloaded anaconda but it just had python 3.11. When I tried running the first pip install to get tf and matplotlib etc. I got an error . What can I do?

  • @WalkAloneLive
    @WalkAloneLive 2 года назад +3

    Thank you so much Nicholas

  • @oshanijayawardane9640
    @oshanijayawardane9640 Год назад

    aha a lewis fan !! btw the best tutorials i've come across. thanks Nicholas

  • @avocadro-nq6lh
    @avocadro-nq6lh Год назад

    Impressive Nicholas your infectiousness in your teaching style is amazing! The quallity of the content is great, is very helpfull, not boring and your vibe is awesome! Thanks for all!
    I have some questions for you:
    1. If we are running this on a mac machine is it unnecessary to install git and microsoft visual studio right? Furthermore, should we omit the setup involving GPUs in part 4, because we arent have nvidia gpu?
    2. On the mac enviroment are there any spesific lines of code that we must modify? For instance, the line addressing the prevention of OOM errors through GPU Memory Consumption Growth - should we replace 'GPU' with 'CPU' to cater to CPU utilization?
    3. Expanding the model's classification capabilities to encompass more categories - let's say, 9 classes. Would achieving this involve solely uploading 9 data folders of images within the 'data' directory? Or are there code adjustments required to accommodate the altered CNN architecture?
    Your insights are greatly appreciated.

  • @captainlennyjapan27
    @captainlennyjapan27 2 года назад +2

    I really appreciate this quality content!!

  • @rahulb9205
    @rahulb9205 Год назад +2

    "!pip install tensorflow tensorflow-gpu opencv-python matplotlib" This line is throwing me an error that tensor flow is not installed
    How to resolve this?

    • @cvmaths9838
      @cvmaths9838 Год назад

      error: subprocess-exited-with-error

      python setup.py bdist_wheel did not run successfully.
      exit code: 1

      [18 lines of output]
      Traceback (most recent call last):
      File "", line 2, in
      File "", line 34, in
      File "C:\Users\vassi\AppData\Local\Temp\pip-install-a50yj1tb\tensorflow-gpu_1fc4cd082b59413c934498bbbf2b6141\setup.py", line 37, in
      raise Exception(TF_REMOVAL_WARNING)
      Exception:

      =========================================================
      The "tensorflow-gpu" package has been removed!

      Please install "tensorflow" instead.

      Other than the name, the two packages have been identical
      since TensorFlow 2.1, or roughly since Sep 2019. For more
      information, see: pypi.org/project/tensorflow-gpu
      =========================================================


      [end of output]

      note: This error originates from a subprocess, and is likely not a problem with pip.
      ERROR: Failed building wheel for tensorflow-gpu
      error: subprocess-exited-with-error

      Running setup.py install for tensorflow-gpu did not run successfully.
      exit code: 1

      [18 lines of output]
      Traceback (most recent call last):
      File "", line 2, in
      File "", line 34, in
      File "C:\Users\vassi\AppData\Local\Temp\pip-install-a50yj1tb\tensorflow-gpu_1fc4cd082b59413c934498bbbf2b6141\setup.py", line 37, in
      raise Exception(TF_REMOVAL_WARNING)
      Exception:

      =========================================================
      The "tensorflow-gpu" package has been removed!

      Please install "tensorflow" instead.

      Other than the name, the two packages have been identical
      since TensorFlow 2.1, or roughly since Sep 2019. For more
      information, see: pypi.org/project/tensorflow-gpu
      =========================================================


      [end of output]

      note: This error originates from a subprocess, and is likely not a problem with pip.
      error: legacy-install-failure
      Encountered error while trying to install package.
      tensorflow-gpu
      note: This is an issue with the package mentioned above, not pip.
      hint: See above for output from the failure.

    • @tadeuszd69
      @tadeuszd69 Год назад

      did you find an answer?

    • @cvmaths9838
      @cvmaths9838 Год назад +2

      @@tadeuszd69
      Yes , as instead of doing what IS recommended, i create m'y own environment in anaconda via anaconda.navigator ; there IS a conflit between tensorflow GPU and a too resent version of python (for me it was python 3.11) ; so i came black to a earlier version of python (maybe 3.10 cant remember) but now its working fine ; in fact creating directly a dedicated environment in anaconda is very easy : i created 2, one for ML and one for DL, good Luck ton you 👍😜

  • @mudassarayub3027
    @mudassarayub3027 2 года назад +2

    Thank you Nicholas Renotte for the amazing content followed your tensorflow object detection tutorial .
    My humble query is can we apply the save model in this tutorial for real time detection using webcam to classify whether a person is happy or sad like the one with tensorflow sign language detection tutorial where we load the checkpoints for real time sign language detection when it was testing? Is this classification model works only for images?

  • @konradriedel4853
    @konradriedel4853 2 года назад +4

    Nice tutorial on the install, additional question: what about using spyder, would that need to be installed within that environment or globally on the drive and then bound to a specific env? And what about using 2 tf versions which require different cudaversions? Ty anyways so far!

    • @NicholasRenotte
      @NicholasRenotte  2 года назад

      Haven't done too much with Spyder but I'd imagine it would need to sync with the venv as well. For 2 CUDA versions, I normally install both and ensure I've got them both in the env variables.

  • @vishalks5184
    @vishalks5184 Год назад +1

    bro i cant install tesorflow-gpu it shows the error:"This error originates from a subprocess, and is likely not a problem with pip."

    • @odobasian7664
      @odobasian7664 Год назад

      same issue here. Did you find a solution?

  • @rohitchan007
    @rohitchan007 2 года назад +2

    You're the best.

  • @OopsCoca
    @OopsCoca 2 года назад +1

    THANK YOU so much, you are always my hero

  • @dnasredine
    @dnasredine Год назад

    Great content on deep learning, but it would have been even better if the installation and configuration part were covered more efficiently or separately. Nonetheless, the deep learning portion at the end was fantastic and made it worth the wait!

  • @julian.borisov
    @julian.borisov Год назад

    The ultimate tutorial! Appreciated!

  • @harizh2415
    @harizh2415 2 года назад +2

    Got you on a correct time

    • @NicholasRenotte
      @NicholasRenotte  2 года назад +1

      Hahah wassup @Harizh!

    • @harizh2415
      @harizh2415 2 года назад +1

      @@NicholasRenotte Your Contents are helping me a lot in my life. Thought to learn DL, now you have uploaded it. Thanks a lot!

    • @NicholasRenotte
      @NicholasRenotte  2 года назад +1

      @@harizh2415 🙌🏽 yess go getem!

    • @harizh2415
      @harizh2415 2 года назад

      @@NicholasRenotte Cool 🌟

  • @Muhammad-fm7zc
    @Muhammad-fm7zc 2 года назад +1

    Thanks Sir Nicholas.

  • @barutistudio1397
    @barutistudio1397 2 года назад

    Thank you Nicholas, you are my hero💪

  • @jeb4148
    @jeb4148 Год назад +1

    is there any dis/advantages between installing packages in an environment using pip vs conda and making new environments using pip vs conda??

  • @alexanderwang2484
    @alexanderwang2484 Год назад

    Great tutorial and production quality

  • @elhamkeshavarzarshadi
    @elhamkeshavarzarshadi 5 месяцев назад

    'imghdr' is deprecated so you can use pillow library to determine the format of image

  • @Azlafcokis
    @Azlafcokis 2 года назад +2

    Thanks :) How about verification rather than identification (classification)? I hope one day you will focus on biometry or biometric approaches :) We need those.

    • @NicholasRenotte
      @NicholasRenotte  2 года назад

      Ooooh yeah, I def need to get back to that, voice and face verification!

    • @Azlafcokis
      @Azlafcokis 2 года назад

      @@NicholasRenotte I hope you do this for signature or finger print or finger vein :) Because calculation of eer, ims and gms values are not so clear concepts for beginners. This is my request :D

  • @vrajpatel3211
    @vrajpatel3211 Год назад

    Those who doing this project now will face problem in pip install tensorflow-gpu installation but don't worry now tensorflow and tensorflow-gpu are similar to cuda will word anyway

  • @kenyosh8957
    @kenyosh8957 8 месяцев назад

    dude omg you're so goated for this TYSMMM

  • @dhruvjoshi5051
    @dhruvjoshi5051 5 месяцев назад

    love ❤ the content, thanks for the extra ordinary efforts

  • @herofahad777
    @herofahad777 11 месяцев назад

    Thank you verymuch for your tutorial this has help me alot

  • @bilalawan7664
    @bilalawan7664 Год назад

    You are Great Nick

  • @SuganyaMano-p6u
    @SuganyaMano-p6u Год назад

    Thank you Nick...............WE CAN SIMPLY SAY WOWWWWWWWWWWWWWWWWW.........

  • @ALIDABAN
    @ALIDABAN Год назад

    Thank you very much
    Is the deep dive with more than 2 classes online?

  • @SA-oj3bo
    @SA-oj3bo 2 года назад +3

    What if you installed python already on your computer? Will Anaconda disturb/interfere with it? Or they install happy next to each other?

    • @NicholasRenotte
      @NicholasRenotte  2 года назад +1

      Yeah normally it causes a bit of a pain, if you already have Python you can install jupyter using pip!

  • @maraenache4734
    @maraenache4734 6 месяцев назад

    thank you! loved it

  • @1durch0
    @1durch0 2 года назад

    Thank you, amazing tutorial

  • @manelbouraoui5683
    @manelbouraoui5683 Год назад +2

    Hi Nicolas , i wanna thank you first , your courses have been very helpful so far but i have a question when i'm working with jubyter lab the cmd "!pip install tensorflow tensorflow-gpu opencv-python matplotlib" didn't work , how can i fix that ?

    • @abdelmadjidtahar4618
      @abdelmadjidtahar4618 Год назад

      did you fixit ? I have the same problem

    • @muratbilgehancantez6780
      @muratbilgehancantez6780 Год назад

      I have the same problem too. What did you do?

    • @farukhkhan659
      @farukhkhan659 Год назад

      Did you found the solution for this issue?

    • @cihansakman8296
      @cihansakman8296 Год назад

      It gives the error because of the 'tensorlfow-gpu'. For that project, you can ignore to download it and continue without installing that library.

  • @eycanozdemir4712
    @eycanozdemir4712 2 года назад +1

    hey Nico. Thanks for this work. Can you show us how we can test again in our own computer environment after training in Colab? I don't have CUDA. GPU is too bad. so is RAM

  • @Raoofaltaher
    @Raoofaltaher Год назад +1

    I have a problem importing tensorflow as tf

  • @franciscobolivar3917
    @franciscobolivar3917 2 года назад

    Thank you so much for sharing these valuable tools. I am a beginner in Python so this type of tutorial fits very well to me.
    Now, when I try to install the Anaconda, the first check box in the Advanced Options is gray out. Any thoughts? My guess is that my OS is Windows 11. It has been giving me a bunch of headaches with restrictions... but idk.

  • @Corianas_
    @Corianas_ 2 года назад

    Thank you so much for this.

  • @najmu008
    @najmu008 2 года назад +1

    I followed the exact steps as mentioned..and installed tensorflow using pip install.. and did !pip list .. this gave me the list and the versions installed..
    tensorflow 2.10.0, tensorflow-gpu 2.10.0 .. This confirms to me that tensorflow is installed..
    Now when i try to import tensorflow
    import tensorflow as tf
    import os
    ModuleNotFoundError: No module named 'tensorflow'
    Am i missing something here ? please help

    • @najmu008
      @najmu008 2 года назад

      i did these additional steps as workaround, to overcome above problem:
      conda create --name tf python=3.9
      conda activate tf

    • @najmu008
      @najmu008 2 года назад +1

      1. Open the CMD in the administrator mode. and install the libraries using pip install
      2. pip show to check the path it is installed.
      3. Import the path using the following code:
      import sys
      sys.path.append('c:/users/admin/appdata/roaming/python/python39/site-packages')
      sys.path.append('c:/python/python39/lib/site-packages')

  • @quanghuytran5645
    @quanghuytran5645 Год назад

    Hi Nick. I've trained a classification model according to your instructions. But I have a question how to use this model for classification in realtime videos, like drawing a box surrounding an object?? Finally, Thank you so much !!

  • @stephaniedoherty9194
    @stephaniedoherty9194 Год назад

    Would be great to get a video on confusion matrix.

  • @royalsshah1998
    @royalsshah1998 3 месяца назад

    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

  • @gianlucaberitognolo
    @gianlucaberitognolo 2 года назад

    Hi Nicholas! i just followed all your tutorial and I loved it, i learnt a lot of things. I got a M1 so i had to install tensorflow in other way but after some funny moment I finally reach the end.
    One problem is that the model returns always a "sad" prediction. I tried to remove some noise from sad and happy folder but the result was the same. Do you have any advice? I didn't chance the code

  • @adarshyadav5932
    @adarshyadav5932 10 месяцев назад

    Question : Are we going to install all the dependencies(tensorflow and all) everytime in each project?

  • @juanete69
    @juanete69 6 месяцев назад

    I expected to see more speed increase with the GPU.
    Would it be better if you use cache() and prefetch()?

  • @ViewerRG
    @ViewerRG Год назад

    Nicholas have you created a ML course? I cant seem to find one. I think you would crush it and help many!

  • @elangoldman6694
    @elangoldman6694 Год назад

    It doesn't seem like there's a way to download cuda or cudnn on Mac M2? What should I do instead? Will I still be able to do these deep learning projects on Mac? Thank you for the channel. This is amazing!

  • @WilliesBayler
    @WilliesBayler 2 года назад +3

    Great tutorial!
    I have a quick question. I keep getting this error "[Errno 13] Permission denied: '/usr/local/share/jupyter'" when I run the code "python -m ipykernel install --name=imageclassification" inside the virtual environment. What might be the problem? I'm using Ubuntu for this build.

    • @NicholasRenotte
      @NicholasRenotte  2 года назад +3

      Can you try this for me @Willies (add the user flag):
      python -m ipykernel install --name=imageclassification --user

    • @WilliesBayler
      @WilliesBayler 2 года назад +2

      @@NicholasRenotte It worked! Thanks

    • @yonatanrotem6113
      @yonatanrotem6113 2 года назад

      @@NicholasRenotte Loving your content, pretty much exactly what I'm after and cool to have a local tutor (I'm in Melbourne!) Just wondering what does adding the user flag do here?

    • @scottkorman4953
      @scottkorman4953 Год назад

      @@NicholasRenotte Had the same on macOS and it worked with --user!

  • @davidjhyatt
    @davidjhyatt 2 года назад +1

    Thanks!

  • @bahaserdaroglu467
    @bahaserdaroglu467 Год назад

    There is a big problem with TensorFlow it is not supporting gpu anymore and I have RTX 4080 graphics I do not know how to use the gpu

  • @pongwutkoovimol4346
    @pongwutkoovimol4346 Год назад

    Hi. I like this video so much. You very clear all my question, but I have some problems when I tried to follow you step. The problem begin in part of setup GPU. In this video you use operation system base on window, but I use Linux(Ubuntu), so If you have any change, I think you should create content about 'How to setup GPI (CUDA and Cudnn) on Linux(Ubuntu)'. If you can do I will very happy. Thank for a good video content.

  • @carolinemicheldechabannes3582
    @carolinemicheldechabannes3582 2 года назад +1

    Hey Nicholas thank you for the great video, but I have a problem concerning the installation of ipykernel it doesn't install in my prompt command, I am blocked here, and I can't find the answer. Do you know how where the problem can be, please?

    • @chrisoliverbethel1681
      @chrisoliverbethel1681 3 месяца назад

      I am having this same problem right now. How did you end up figuring it out?

  • @subhamsinhajuiee905
    @subhamsinhajuiee905 2 года назад +1

    Legend

  • @sudhanshumalhotra3758
    @sudhanshumalhotra3758 2 месяца назад

    !pip install tensorflow tensorflow-gpu opencv-python matplotlib giving error(while generating package metadata). how do i resolve that

  • @ishandandekar1808
    @ishandandekar1808 2 года назад

    Hi Nicholas, I accidently installed Visual Studio 2022 instead of 2019. As you said in the video that it was working for you. Although when I installed CUDA software it showed a note where it said that it didn't install Nsight for 2019 Visual Studio. Will that be a problem? I am installing everything for the first time here, don't really know what I am doing so I don't to make a mistake and do the things all over again.

  • @abhishekjoshi8709
    @abhishekjoshi8709 10 месяцев назад

    While installing kernels in virtual enviornment only two kernels were installed -
    1. ImageClassification
    2. python.
    I mapped the entire instructions explained above but still encountered the same problem. How to solve this issure?

  • @touseefyaqoob4650
    @touseefyaqoob4650 7 месяцев назад

    Hello Nick, Its really an informative video. I got stuck while installing TensorFlow, is there any way I can share my error with you and take your guidance please

  • @manuelweichelt528
    @manuelweichelt528 Год назад

    you are a lifesaver

  • @ALIDABAN
    @ALIDABAN Год назад

    I didn't get the GPU list
    After trying and searching a lot found that TensorFlow doesn't support NVIDIA Geforce MX130

  • @prathambansal2036
    @prathambansal2036 Год назад

    Can't activate the environment using the given command, its giving an error saying "".\ev_3\bin\activate' is not recognized as an internal or external command, operable program or batch file." PLease HELP..

  • @khaakaurkhaaki
    @khaakaurkhaaki Год назад

    Hi , I have a question... i have tried creating the virtual environment using the "python -m venv name" command that you told but i keep getting this error..."Error: Command '['C:\\projecttut\\ImageClassification-main\\frass\\Scripts\\python.exe', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1."
    i uninstalled and re installed anaconda both with single user and multiple users and tried both times still it didn't work...