What is Keras and Tensorflow | Keras vs Tensorflow

Sdílet
Vložit
  • čas přidán 27. 07. 2024
  • In this video, we will understand what is Keras and Tensorflow.
    Tensorflow is a free and open-source library for machine learning and artificial intelligence. It was developed by Google. And it can be used for developing large-scale machine learning applications, and it is also highly used by researchers to push the state of the art in machine learning.
    Keras is also an open-source library for machine learning and neural network but it higher-level API compared to Tensorflow and can run on top of Tensorflow.
    Training of model and execution is fast in Tensorflow, while it is slow in Keras. Thus Keras is used mainly for rapid prototyping and applications dealing with small datasets. Whereas, Tensorflow is used for creating large-scale applications.
    ➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖
    Timestamps:
    0:00 Keras and Tensorflow Overview
    1:45 Difference between Keras and Tensorflow
    3:02 End
    ➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖
    Follow my entire playlist on Convolutional Neural Network (CNN) :
    📕 CNN Playlist: • What is CNN in deep le...
    At the end of some videos, you will also find quizzes 📑 that can help you to understand the concept and retain your learning.
    ➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖
    ✔ Complete Neural Network Playlist: • How Neural Networks wo...
    ✔ Complete Logistic Regression Playlist: • Logistic Regression Ma...
    ✔ Complete Linear Regression Playlist: • What is Linear Regress...
    ➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖
    If you want to ride on the Lane of Machine Learning, then Subscribe ▶ to my channel here: / @codinglane

Komentáře • 10

  • @antonykahuro8349
    @antonykahuro8349 Před 2 lety +3

    Nice work.. and thanks for the CNN videos

    • @CodingLane
      @CodingLane  Před 2 lety

      Glad to know that these are useful to others

    • @CodingLane
      @CodingLane  Před 2 lety

      @my_yt_channel so glad I could help 😇

  • @supriyamanna715
    @supriyamanna715 Před 2 lety +1

    bhai, I am facing a problem in taking notes in coding class, when they explain and run th cdeo I do the same and run the code to test it on my own but after that I can't take notes as you know that both is not possible at a time, now at the time of taking notes, I can't focus on the context as I am busy making good notes but of no use--what should I do now?
    how to even manage?

    • @CodingLane
      @CodingLane  Před 2 lety

      Hi... if you are studying from a video class. May be you can pause for a while and then take notes.
      Or else you can ask your teacher to provide you the notes.

  • @danishahhana
    @danishahhana Před 2 lety +2

    Hi. Can you explain about Google Colab?

    • @CodingLane
      @CodingLane  Před 2 lety

      Its a python notebook that you can use online… developed by google. Also it already has some basic libraries installed. If you want to install any other libraries, then you can also do so. And to use any data, you need to upload the data on cloud first, preferably your Google drive.
      Hope this info helps!

    • @danishahhana
      @danishahhana Před 2 lety

      @@CodingLane I want to use datasets from Kaggle but only 5 classes. I already uploaded the datasets at google drive. And when I want to run the code on Google Colab. It gets error at the directory. Can you please help me?

    • @CodingLane
      @CodingLane  Před 2 lety

      @@danishahhana you have to mount your drive on colab… and there is button on left panel which specifies your current working directorry… please search on net how you can use files from drive on colab, you will find some articles. A

  • @user-ul2mw6fu2e
    @user-ul2mw6fu2e Před rokem

    I am waiting cnn from scratch with numpy