Це відео не доступне.
Перепрошуємо.

Creating a spoken Digit Recognition Agent using Deep learning | From Scratch

Поділитися
Вставка
  • Опубліковано 8 сер 2024
  • in this tutorial 🔥 we will use deep learning to build an app for spoken digit recognition, the machine learning agent will be able to recognize digits from audio files with high accuracy.
    if the likes on this video reached 1000, i'll build a real-life project using the model created in this video.
    🔗 links :
    original code: github.com/Armita84/spoken-di...
    my modified code: github.com/mouad-boumediene/C...
    Dataset repository: github.com/Jakobovski/free-sp...
    💻 my services are available on Fiverr: www.fiverr.com/mouad2021
    ⏱️ TimeStamps :
    0:00 intro
    1:11 A little bit of theory!
    2:32 Gathering and processing Data
    9:17 designing the CNN Model
    11:19 Training, evaluating, and using the model
    🏷️ HashTags: #deep_learning #digit_recognition

КОМЕНТАРІ • 6

  • @hobby_coding
    @hobby_coding  2 роки тому +2

    enjoy, and support us by liking the video and subscribing to the channel.

  • @generalknowledgeandaptitud8095
    @generalknowledgeandaptitud8095 2 роки тому +4

    Could you please upload the part 2 of Lane detection using a deep learning model?🥺

  • @zohirjonsharipov6917
    @zohirjonsharipov6917 9 місяців тому +1

    Can we use it for words recognition?

    • @hobby_coding
      @hobby_coding  2 місяці тому +1

      i would start with letter reconition, because for words you'll need a huge dataset, since the size of the unique words set is about 170,000 , for each one of them you need thousands of samples and labels.
      but for letters the dataset can be just for the 26 letters in the english alphabet.

  • @swasthikk3655
    @swasthikk3655 5 місяців тому +1

    Can we use it for alphabet recognition?

    • @hobby_coding
      @hobby_coding  2 місяці тому

      i think you can use this model's architecture for spoken letter recongnition as well yes.