Skip to main content

Posts

Showing posts with the label Artificial Intelligence

Hello Deep Learning World!

Hello and welcome back to CosmoTechno! As blog title suggest, today you would be going to get a significant intuition of Deep Learning. In this blog you will be understanding how to perform Hello World project in Deep Learning. Recognizing Handwritten Digits is one of the most famous as well as beginner friendly project of Deep Learning. If your completely newbie or you are not familiar with basic concept of Deep Learning then I will recommend  you to read the previous blog on deep learning. In this blog I am going to perform Handwritten digit recognition using Convolutional Neural Network(CNN) which we will implement with the help of Tensorflow, Keras libraries. Before getting into hands on coding part we will try to understand how CNN works. CNN is a one of the significant Neural Network which is commonly used in Deep Learning. In image recognition or classification task CNN divide each image into very small boxes and try to get some meaningful patterns from the same and store ...

What's the difference between Artificial Intelligence and Robotics

          What's the difference between      Artificial Intelligence and Robotics?                     Is Artificial Intelligence part of Robotics? OR vice versa? Are these terms same or different?   These kind of questions pop up when you listen about AI and Robotics, but don't worry you will get answer of these question after reading this blog so stay tuned! Artificial Intelligence and Robotics are actually two different fields. However, people often get them mixed up. But before getting into the depth of their difference, let's first understand what these terms are: Artificial Intelligence : Artificial Intelligence, etymologically means creating an intelligence (i.e. learning, understanding, etc. ) artificially. Whereas, technically Artificial Intelligence is an approach to make a computer, a robot, or a product to think how smart human think. Artificial Intelligenc...