Это видео недоступно.
Сожалеем об этом.

Autoencoders Tutorial | Autoencoders In Deep Learning | Tensorflow Training | Edureka

Поделиться
HTML-код
  • Опубликовано: 8 авг 2024
  • ** AI & Deep Learning with Tensorflow Training: www.edureka.co/ai-deep-learning-with-tensorflow **
    This Edureka video of "Autoencoders Tutorial" provides you with a brief introduction about autoencoders and how they compress unsupervised data. You will get detailed information on the different types of Autoencoders with the code for each type. You will see the various applications and types of autoencoders used in deep learning for dimentionality reduction.
    This video covers the following topics:
    1. Why do we need Autoencoders?
    2. What are Autoencoders?
    3. Properties of Autoencoders
    4. Autoencoders Training & Architecture
    5. Types of Autoencoders
    6. Applications of Autoencoders
    Do subscribe to our channel and hit the bell icon to never miss an update from us in the future: goo.gl/6ohpTV
    Check out our Deep Learning blog series: bit.ly/2xVIMe1
    Check out our complete RUclips playlist here: bit.ly/2OhZEpz
    PG in Artificial Intelligence and Machine Learning with NIT Warangal : www.edureka.co/post-graduate/...
    Post Graduate Certification in Data Science with IIT Guwahati - www.edureka.co/post-graduate/...
    (450+ Hrs || 9 Months || 20+ Projects & 100+ Case studies)
    - - - - - - - - - - - - - -
    How it Works?
    1. This is 21 hrs of Online Live Instructor-led course. Weekend class: 7 sessions of 3 hours each.
    2. We have a 24x7 One-on-One LIVE Technical Support to help you with any problems you might face or any clarifications you may require during the course.
    3. At the end of the training, you will have to undergo a 2-hour LIVE Practical Exam based on which we will provide you a Grade and a Verifiable Certificate!
    - - - - - - - - - - - - - -
    About the Course
    Edureka's Deep learning with Tensorflow course will help you to learn the basic concepts of TensorFlow, the main functions, operations and the execution pipeline. Starting with a simple “Hello Word” example, throughout the course you will be able to see how TensorFlow can be used in curve fitting, regression, classification and minimization of error functions. This concept is then explored in the Deep Learning world. You will evaluate the common, and not so common, deep neural networks and see how these can be exploited in the real world with complex raw data using TensorFlow. In addition, you will learn how to apply TensorFlow for backpropagation to tune the weights and biases while the Neural Networks are being trained. Finally, the course covers different types of Deep Architectures, such as Convolutional Networks, Recurrent Networks and Autoencoders.
    Delve into neural networks, implement Deep Learning algorithms, and explore layers of data abstraction with the help of this Deep Learning with TensorFlow course.
    - - - - - - - - - - - - - -
    Who should go for this course?
    The following professionals can go for this course:
    1. Developers aspiring to be a 'Data Scientist'
    2. Analytics Managers who are leading a team of analysts
    3. Business Analysts who want to understand Deep Learning (ML) Techniques
    4. Information Architects who want to gain expertise in Predictive Analytics
    5. Professionals who want to captivate and analyze Big Data
    6. Analysts wanting to understand Data Science methodologies
    However, Deep learning is not just focused to one particular industry or skill set, it can be used by anyone to enhance their portfolio.
    - - - - - - - - - - - - - -
    Why Learn Deep Learning With TensorFlow?
    TensorFlow is one of the best libraries to implement Deep Learning. TensorFlow is a software library for numerical computation of mathematical expressions, using data flow graphs. Nodes in the graph represent mathematical operations, while the edges represent the multidimensional data arrays (tensors) that flow between them. It was created by Google and tailored for Machine Learning. In fact, it is being widely used to develop solutions with Deep Learning.
    #Autoencoder #Tensorflow #DeepLearning #NeuralNetworks #python #MachineLearning #DimensionalityReduction
    Got a question on the topic?
    Please share it in the comment section below and our experts will answer it for you.
    For more information, please write back to us at sales@edureka.co or call us at IND: 9606058406 / US: 18338555775 (toll-free).
    Instagram: / edureka_learning
    Facebook: / edurekain
    Twitter: / edurekain
    LinkedIn: / edureka

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

  • @edurekaIN
    @edurekaIN  5 лет назад +3

    Got a question on the topic? Please share it in the comment section below and our experts will answer it for you.
    For Tensorflow Training and Certification, Call us at US: +18336900808 (Toll Free) or India: +918861301699
    Or, write back to us at sales@edureka.co

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

    awesome tutorial I have watched many videos and read the article but I didn't have a clear understanding, after watching this now I definitely have deep intuition on autoencoder. keep making such good tutorial ...

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

    Really Loved the explanation provided ....!!!
    Thank you Edureka

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

    thank you for another beautiful session .

  • @sidharthsingla2853
    @sidharthsingla2853 5 лет назад +3

    Nice video for beginners. I am new to the topic and want to understand how can convolutional autoencoders generate high-resolution image because the outputs of autoencoders are usually lossy/compressed. Thanks.

    • @edurekaIN
      @edurekaIN  5 лет назад

      Hey Sidharth, This doc might be of help to you. arxiv.org/pdf/1606.08921.pdf.

  • @vinaykumarbu9432
    @vinaykumarbu9432 5 лет назад +3

    Very good explanation, but I wanted to know 1) how an autoencoder can be used for network anomaly detection and 2)how to combine LSTM cell within autoencoders.
    Thanks.

    • @edurekaIN
      @edurekaIN  4 года назад

      1. The autoencoder architecture essentially learns an “identity” function. It will take the input data, create a compressed representation of the core / primary driving features of that data and then learn to reconstruct it again.
      2.You will need to unzip them and combine them into a single data.

  • @mr_shriyash.
    @mr_shriyash. Год назад

    I like to all of yours datails explaintion about all topics.

  • @CodeEmporium
    @CodeEmporium 5 лет назад +1

    Good Explanation. Quick question on sparse autoencoders. Is the KL divergence penalization similar to an L2 regularization?

    • @edurekaIN
      @edurekaIN  4 года назад +1

      No, these two are different things.

  • @psdas
    @psdas 5 лет назад +2

    Hi ! Great video! I had a doubt in understanding the working of the regularizer term in the loss function of autoencoder neural networks. Regularization in general means to penalise the loss function so that the network does not over fit the training set and generalises well to unseen data.
    What does the term "call back labeller divergence" mean here? And please explain the meaning of the sentence : "If regularizer term was not included, encoder could learn to cheat map each data point a representation in a different region of Euclidean space" ??

    • @edurekaIN
      @edurekaIN  4 года назад

      This callback will write logs to /tmp/autoencoder

  • @baaloulali8811
    @baaloulali8811 4 года назад

    thanks for this nice video

  • @RocketSpecialist
    @RocketSpecialist 4 года назад +1

    very nice!!

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

    Can we use Auto encoders to reconstruct 3d model from 2d single Image ?

  • @haroldsu1696
    @haroldsu1696 5 лет назад +1

    great explain!

    • @edurekaIN
      @edurekaIN  5 лет назад +1

      Hey Harold, we are glad you loved the video. Do subscribe and hit the bell icon to never miss an update from us in the future. Cheers!

  • @Rohit-nb8nf
    @Rohit-nb8nf 4 года назад +1

    Can you help me in getting a spectral dataset to use it for autoencoders and other non linear methods ,,,,, Also if possible some papers for vanilla autoencoders.. Also i have a question like PCA method can be used for spectral datasets as well ?

    • @edurekaIN
      @edurekaIN  4 года назад

      PCA is used to remove redundant spectral information from multi band datasets. So, you should Create a smaller dataset from multiple bands, while retaining as much original spectral information as possible.

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

    Valuable

  • @dhairyasingh-fd1fi
    @dhairyasingh-fd1fi Год назад +1

    Well explained

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

      Thank You 😊 Glad it was helpful!!

  • @moviebuzz7266
    @moviebuzz7266 3 года назад

    Great😍😍

  • @judithnjoku7729
    @judithnjoku7729 4 года назад

    Please can i get the code used in the demo?

  • @AIFusion
    @AIFusion 3 года назад +1

    hello ,
    Beautiful session
    can you please provide me the autoencoder deep learning code ?

    • @edurekaIN
      @edurekaIN  3 года назад

      Good to know our contents and videos are helping you learn better . We are glad to have you with us ! Please share your mail id to send the data sheets to help you learn better :) Do subscribe the channel for more updates : ) Hit the bell icon to never miss an update from our channel : )

  • @sonamsingh4752
    @sonamsingh4752 4 года назад

    Hi,well explained...Just have an query ...Can we use autoencoders for building recommendation system ? What will be output of it ..Like i have studies dat we can use it for dimentionality reduction ..But i am not able to understand the output of it ..Like we will apply movie dataset of 10k to autoencoder..Wat output it will produce ....Thnx in advance ..Plz help its urgent

    • @edurekaIN
      @edurekaIN  4 года назад

      Thanks, Sonam! It is mostly used in places where you have scope for less dimension value. for example, you want the output as an image but in a reduced dimension, autoencoders come handy. It doesn't reduce the size of your dataset. But reduces the dimension values for the output.

  • @SS-cz2de
    @SS-cz2de 3 года назад +2

    Great Explanation!

  • @SRUTHI1569
    @SRUTHI1569 5 лет назад

    Everywhere in auto encoders the input and output are same.But in the IEEE transaction paper which I am working the input and output of stack auto encoder are different and it is said in paper that they are using SAE for mapping input and output.can you explain how to SAE can be used for mapping

    • @edurekaIN
      @edurekaIN  5 лет назад

      Hey Racharla, A stacked autoencoder is a neural network consisting of multiple layers of sparse autoencoders in which the outputs of each layer is wired to the inputs of the successive layer.The features from the stacked autoencoder can be used for classification problems by feeding a(n) to a softmax classifier. Hope this helps!

    • @SRUTHI1569
      @SRUTHI1569 5 лет назад +1

      thanks for the reply @@edurekaIN

  • @sanjaysahok6854
    @sanjaysahok6854 5 лет назад

    Sir please upload tutorial about text to speech converter app with own voice practically...

    • @edurekaIN
      @edurekaIN  4 года назад

      You can check this: ruclips.net/video/Gc7X-wLv-qU/видео.html

  • @pankajpant3074
    @pankajpant3074 5 лет назад

    please upload the code also

  • @Rohit-nb8nf
    @Rohit-nb8nf 4 года назад

    Also which autoencoder was used in the demo code of the video...

    • @edurekaIN
      @edurekaIN  4 года назад +1

      We have used the simple Autoencoder and sparse for most of the examples

  • @achieverscorner245
    @achieverscorner245 5 лет назад

    Could you send the sample code for autoencoder for each type.

    • @satyamsaini1242
      @satyamsaini1242 4 года назад

      try this towardsdatascience.com/applied-deep-learning-part-3-autoencoders-1c083af4d798

  • @gauravruhela007
    @gauravruhela007 5 лет назад

    Can you plz share the code?

  • @pandurangmagdum875
    @pandurangmagdum875 4 года назад

    how we can use autoencoder for text summarization?

    • @edurekaIN
      @edurekaIN  4 года назад

      Autoencoder is a supervisor of the sequence-to-sequence model, to learn a better internal representation for abstraction summarization.

  • @shubhampoddar9158
    @shubhampoddar9158 5 лет назад

    how does dimensionality reduction take place through encoder?

    • @edurekaIN
      @edurekaIN  4 года назад +1

      Autoencoders are trained using both encoder and decoder section, but after training then only the encoder is used, and the decoder is trashed. So, if you want to obtain the dimensionality reduction you have to set the layer between encoder and decoder of a dimension lower than the input's one.

  • @akhmadnoviar9053
    @akhmadnoviar9053 5 лет назад

    can autoencoders use for signal processing?

    • @edurekaIN
      @edurekaIN  4 года назад +1

      denoising-autoencoders can be used for signal-processing.

  • @AhmedMohamed-zx3tf
    @AhmedMohamed-zx3tf Год назад

    can I get sildes please for this video and code

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

      Glad you liked it ! We are glad to have learners like you. Please do share your mail id so that we can send the notes or source codes. Do subscribe our channel and hit that bell icon to never miss any video from our channel

  • @hamzasheikh2868
    @hamzasheikh2868 5 лет назад

    Hey, great explanation!
    If only I could run the code for myself and see its working..
    Can you share the source code?

    • @satyamsaini1242
      @satyamsaini1242 4 года назад

      try this towardsdatascience.com/applied-deep-learning-part-3-autoencoders-1c083af4d798

  • @deepanshudutta8414
    @deepanshudutta8414 3 года назад

    Mam,can you please provide me the autoencoder deep learning code ?

    • @edurekaIN
      @edurekaIN  3 года назад

      We are happy that Edureka is helping you learn better ! We are happy to have learners like you :) Please share your mail id to share the data sheets :) Do subscribe the channel for more updates : ) Hit the bell icon to never miss an update from our channel : )

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

    Can I get source code for the same?

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

      Thanks for showing interest in Edureka! Kindly share your mail id for us to share the datasheet/ source code :) Do subscribe for more videos & updates

  • @AhsanHabib-io8sk
    @AhsanHabib-io8sk 4 года назад

    Can i get the source code for this .

    • @edurekaIN
      @edurekaIN  4 года назад

      Please mention your email id (it will not be published). We will forward the code to your email address.