Posts

Showing posts with the label CNN

What is Tensorflow? And How it will help in Deep learning?

Image
"IF YOU CAN DO WHAT YOU DO BEST AND BE HAPPY, YOU'RE FURTHER ALONG IN LIFE THAN MOST PEOPLE.SO NEVER JUDGE YOUR CAPABILITIES AND NEVER COMPARE WITH OTHERS."        - By Leonardo DiCaprio Deep Learning uses various libraries to train the models. Some famous Deep Learning Libraries (in python ) are as follows:    1)Keras    2)Theano     3)Tensorflow  From the above three, I like Tensorflow because of the below reasons.  a)Provides both C++ and  Python API that makes it easier to work on.  b)Has a faster compilation time than other Deep Learning libraries like Torch and Keras.  c)Tensorflow supports both CPU's( Central Processing Unit ) and GPU's( Graphical Processing Unit ) computing devices. What is Tensorflow? Open Source library developed by GOOGLE.   Developed Originally to run large Numerical Computations.   Accepts data in the form of multidimensional arrays of higher dimensions called ...

What is Deep Learning?

Image
"NEVER THINK THERE IS ANYTHING IMPOSSIBLE FOR THE SOUL. IT IS THE GREATEST HERESY TO THINK SO. IF THERE IS A SIN, THIS IS THE ONLY SIN; TO SAY THAT YOU ARE WEAK, OR OTHERS ARE WEAK" - By Swami Vivekanand Is Deep Learning now overtaking the Machine Learning algorithm?? Let us first know what is Machine Learning? Machine Learning was coined by " Arthur Samuel " in the year 1959. As we know to perform any Machine Learning algorithm we require a humongous amount of data and very high computation power. But at that time we are not able to generate or store that amount of data, additionally, the computer also doesn't have enough computation power. So this technology started exhausting, but now this is not the case. Machine Learning is a subfield of " Artificial Intelligence ".In the simplest term, we can say that training a machine on a various algorithm using the large dataset to take a decision like a human brain. Machine Learning uses a variety of algorit...