Posts

Showing posts from June, 2020

Great Announcement

I'm sorry I was not uploading post for long ,But I want to tell you all  that I'm going to show you some coding and I'm going to use Python as programming language and will not only show you A.I  creation but also will tell some python codes for my beginners friends. Thank You Samvrit Tiwari

Micro-Controller Differentiate

Hy , Today I am going to tell you that what is the difference between the Micro-Controller you find in your RC Car and the Micro-Controller you find in Arduino Boards. So, There are actually two types of Micro-Controller:- re-programmable Micro-Controller. Non-programmable Micro-Controller. Re-programmable  can be programmed as many times as you want. And Non-programmable  cannot be programmed the second time. The Micro-Controller you find in your Arduino Board are Re-programmable Micro-Controller. And the Micro-Controller you find in your T.V. remotes and your RC Car are Non-Programmable Micro-Controller.

Regression and Classification

Hy, As in my last post I have told you about some modules for making Machine Learning  models. So , Today I am going to tell you that what is Regression  and Classification . Because if we are going to learn machine learning there are only 2 things in machine learning,i.e, Regression and Classification. Regression  is making prediction of an value. Example:- There is a house in which there are:- 5 Windows 3 Rooms 2 Toilets And an 5 star locality Then predict the house's value. This is called Regression. Classification  is making prediction in Yes or No. Example:- There is cat in front of the camera then it will be predict either it is a cat or not or anything else. This is called Classification. In my next post I will show you some classification projects I had made while I was leaning classification. And one more thing that no one can master machine learning in all fields. I have still not mastered machine learning. But after completing this machine learning course you can make an

Arduino

Image
Hy, As I have already told you that what does robotics consists of and what Arduino . Now we are going to discuss about Arduino Uno Board  and Arduino Software  in depth. So, What is Arduino ? Ans: Arduino is an open-source software which enables us to play with micro-controller. This is an Arduino Uno  Board. It contains a Micro-Controller  in the center  At the bottom of the board it contains the power pins . There are total 7 power pins. 5V - For 5 volts output for other Shields and Sensors. Res - For resting the power output. 3.3V - For 3.3 volts output for other Shields and Sensors. 5V - For 5 volts output for other Shields and Sensors. GND - Ground pin. GND - Ground pin. VIN - For an external battery power input. Analog Pins At the bottom-right portion of the board there are Analog Pins . There are total 6  Analog Pins. Each pin have the same function ,i.e, each pin reads the data from external Sensors  and also transmit data through those or any other Sensors. Digital Pins At th

Robotics teaser

Image
Hy, As I have already told you that what is Robotics . Now, today I am going to tell you that what does Robotics consists of ? Robotics consists of two parts:-      • Hardware.                             • Software • Hardware is nothing but just connection of all the parts to the main controller or main processer. • Software is the most simple but complex part of Robotics. Software consists of only one part that is coding. Now comes the complex part of coding, That is, all microcontrollers or microprocessors consists of two programming languages like:- Arduino - C++ language with some of Arduino's own functions. Raspberry pi - Python with some of raspberry's own functions. Micropython - Python only. Anyway, We are going to use Arduino as the software and Arduino Uno  as the microcontroller. Ok, So what is Arduino Uno microcontroller board  and how does it work we will discuss in my next post. To download the arduino software visit  Arduino.cc   it's free. This is an Ardui

Requirements for Robotics

From tomorrow onwards we are starting with Robotics. Some requirements for Robotics are:- A Computer or Laptop. A very little coding experience. Some softwares(Arduino) Some hardware(Arduino Uno)

Machine Learning

Image
Hy, As in my last post I had explained you about What is Artificial Intelligence?  So in that post ,one thing was clear that to learn to create an AI first we have to learn to create Machine Learning Models  which is the most basic requirement for creating an AI. So, a question arise that what are Machine Learning Models? In my last post I have already explained Machine Learning in brief .So now we know that Machine Learning is training the machine to make prediction on the basis of  Labels  and Features . So in Python how to create a Machine Learning model? Ans: There are many ways to create a Machine Learning model but the simplest way is to use modules or packages like Sci-Kit Learn  , Tensorflow  and Numpy . There are many other Modules to create Machine Learning models but why did I recommend you only these modules. The answer lies in their user-friendly interface .These are the most simple to use modules. TensorFlow         This is a module created by Google  for AI development .

Artificial Intelligence (AI) teaser

Image
Hy, As I have shown you in my last post a hexabot which can move on it's own. Today I'm going to introduce you to AI  or Artificial Intelligence . So, what is Artificial Intelligence ? Ans: Artificial Intelligence is a combination of  3 models Machine Learning Deep Learning Artificial Intelligence •  Machine Learning  is a model where we train the machine to predict a possibility on the basis of Labels  and Features . • Deep Learning  is a model where we train the machine to learn on the basis of the error it made in prediction of machine learning using Neural Networks . • Artificial Intelligence  is a model where the model uses  Neural Networks  of Deep Learning and Predictions  of Machine Learning to do functions like human brain. I upload posts on daily basis, So don't forget to Like , Follow     and Subscribe if you want to be notified whenever I upload a post in my Blog. Thank you Samvrit Tiwari

Introduction to robotics.

Image
Hy, Want to learn to Robotics  but worried about how to get started. Would you like to create amazing Robots  and  AI Softwares  using Python  or Basic C++  for free.If yes Then you have arrived on the right station. Let me show you an example: This is a hexabot .It can move on it's on using it's own neural networks program. Keep following me and creating this would be a children's play for you. I request you to comment the theme you wanted me to start with . I upload post on daily basis ,So don't forget to Like and Subscribe my blog.  Thank you Samvrit Tiwari