Skip to main content

Supervised Machine Learning

 

Supervised learning is something in which there is input and output variables are provided. They are labelled for organisation to provide a learning basis for future data processing. Supervised learning system provides the learning algorithms along with certain quantities to support future judgements. For this execution, mapping of function is done from input variable to output variable. So if in future a new input variable is entered, it can map the output variable. The given image shows the process of supervised machine learning.

In this, different input attributes are present. It can be any kind of any type. It can be a value, a picture, a histogram or a discrete numbers.  For each and every input variable, there is an expected output. Same the output can also be discrete or a real number. Because of all these, the algorithms  works on the input and execute the output.

In this, once the algorithm gets upskilled, it can give the accurate output of the never observed input. Here, we have a supervisor who keeps on correcting the machine with the help of given output. It helps the machine in differentiating between two or more different types of input data and it keeps on replicating till we get the final and accurate output. Let’s take an example of a mobile. Once the mobile is deployed, it is ready to recognize any image.  

It is called as supervised learning because the decision is made from the process of algorithm from input dataset same as the teacher supervising the learning process and the learning terminates only when it reaches the level of the acceptable results.

 

 

Some of the popular  cases of Supervised Learning are -

1-      ‘Cortana’ which is a speech automation  instructs using a voice of a customer. It gets trained once and then works according to that instructions only. And then it performs every tasks according to their customer’s wish.

2-      Weather applications work on the basis of Supervised learning.  It requires some important knowledge like when the weather will be cloudy, the humidity level will be high and many more. This envisions the conditions for the given period of time.

3-      Biometric attendance is also an example of Supervise Machine Learning.  In this, a couple of inputs are given to machine and then in future the machine can identify the person.

 

 

Comments

Popular posts from this blog

Tools used in Front-End development

  3.1     HTML ( The organizer )- Hyper Text Markup Language - to develop web-pages. The web-documents are being written in a language called HTML. Hence, we can say that HTML is a language used to create websites. These websites can then be accessed by anyone connected to the internet on various browsers such as chrome, Firefox, safari etc.      When we save an HTML file, extention .htm or .html is used. o Hyper Text - It is a way by which you move around on the web by just clicking on special text called hyperlinks. Hyper just means that you can go to anywhere on the internet by just clicking on links whenever you want. o Markup- is the method what happens to the text inside HTML tags. It is marked as a particular type of text (as italic text). Also visit ExploringBits .It is clear from the name itself that it is a markup language which means HTML is used to simply “Markup” a text document with tags that tell a browser how it should be structured it to display.

Front-end development

      In this report, we are going to study about Front-end development. So, first of all we have to understand what Frontend development is and what does the Front-end developer do. So, front-end developers are the glue that holds Web-Designers and Back-end Developers together . Their main tools are HTML, CSS and JavaScript.          Trends in Front-end development are always changing. This can make being a front-end developer challenging. But it is good to the great extent as you’re always learning new technologies. The Front-end of any web page is generally everything you see and interact within the browser as a user of the application . For example, just think of your favorite site. When you click on something in the site, some action performed and you see the result not the whole process going in the background of the website. That means, the user only interact with the things he sees on the screen. Thus, it should look beautiful and convenient, easy to understand, text shou

Other Tool in Web Development

JavaScript- JavaScript is a lightweight, interpreted, dynamic programming language that is used to make dynamic web pages and applications. It was came out in 1995 with the name LiveScript but afterwards its name is changed into JavaScript as it is integrated with Java. Bootstrap- It is the most popular framework for faster and easier web-development. The reason why we use bootstrap is that it is supported by almost all popular browsers, easily get started ( anyone who has knowledge of just HTML & CSS can start with it ), its responsive design, it also contains JavaScript plugins. AJAX ( Asynchronous JavaScript and XML )- It is a group of coherent client-side & server-side technologies by using which we can update a part of a webpage instead of reloading the whole webpage. We can take the examples of sites like YouTube, Gmail, Google-maps, tabs within Facebook etc. It increases the speed and usability of web pages and application. JQuery- It is JavaScript library whic