in Technology by
What is the Understanding of Artificial Intelligence TensorFlow?

1 Answer

0 votes
by

Artificial Intelligence includes the simulation process of human intelligence by machines and special computer systems. The examples of artificial intelligence include learning, reasoning and self-correction. Applications of AI include speech recognition, expert systems, and image recognition and machine vision.

Machine learning is the branch of artificial intelligence, which deals with systems and algorithms that can learn any new data and data patterns.

Let us focus on the Venn diagram mentioned below for understanding machine learning and deep learning concepts.

Venn diagram

Machine learning includes a section of machine learning and deep learning is a part of machine learning. The ability of program which follows machine learning concepts is to improve its performance of observed data. The main motive of data transformation is to improve its knowledge in order to achieve better results in the future, provide output closer to the desired output for that particular system. Machine learning includes “pattern recognition” which includes the ability to recognize the patterns in data.

The patterns should be trained to show the output in desirable manner.

Machine learning can be trained in two different ways −

  • Supervised training
  • Unsupervised training

Supervised Learning

Supervised learning or supervised training includes a procedure where the training set is given as input to the system wherein, each example is labeled with a desired output value. The training in this type is performed using minimization of a particular loss function, which represents the output error with respect to the desired output system.

After completion of training, the accuracy of each model is measured with respect to disjoint examples from training set, also called the validation set.

Supervised Learning

The best example to illustrate “Supervised learning” is with a bunch of photos given with information included in them. Here, the user can train a model to recognize new photos.

Unsupervised Learning

In unsupervised learning or unsupervised training, include training examples, which are not labeled by the system to which class they belong. The system looks for the data, which share common characteristics, and changes them based on internal knowledge features.This type of learning algorithms are basically used in clustering problems.

The best example to illustrate “Unsupervised learning” is with a bunch of photos with no information included and user trains model with classification and clustering. This type of training algorithm works with assumptions as no information is given.

Unsupervised Learning

Related questions

0 votes
    Explain the different domains of Artificial Intelligence....
asked Jan 17, 2023 in Technology by JackTerrance
0 votes
    Based on which of the following parameter Artificial Intelligence is categorized? a) Based on functionally only b) ... on capabilities and functionally d) It is not categorized...
asked Jan 14, 2023 in Technology by JackTerrance
0 votes
    In how many categories process of Artificial Intelligence is categorized? a) categorized into 5 categories b) ... categorized into 3 categories d) process is not categorized...
asked Jan 14, 2023 in Technology by JackTerrance
0 votes
    How is Machine Learning related to Artificial Intelligence?...
asked Jan 17, 2023 in Education by JackTerrance
0 votes
    What is the name of Artificial Intelligence which allows machines to handle vague information with a deftness that mimics ... ) Boolean logic c) Functional logic d) Fuzzy logic...
asked Jan 15, 2023 in Education by JackTerrance
0 votes
    Which of the following is an expansion of Artificial Intelligence application? a) Game Playing b) Planning and Scheduling c) Diagnosis d) All of the mentioned...
asked Jan 15, 2023 in Education by JackTerrance
0 votes
    Artificial Intelligence has evolved extremely in all the fields except for _________ a) Web mining b) Construction ... natural language robustly d) All of the mentioned...
asked Jan 15, 2023 in Education by JackTerrance
0 votes
    Which of the following is an advantage of artificial intelligence? a) Reduces the time taken to solve the problem b) Helps ... think hence makes the work easier d) All of the above...
asked Jan 15, 2023 in Education by JackTerrance
0 votes
    Which of the following are the approaches to Artificial Intelligence? a) Applied approach b) Strong approach c) Weak approach d) All of the mentioned...
asked Jan 15, 2023 in Education by JackTerrance
0 votes
    _________ number of informed search method are there in Artificial Intelligence. a) 4 b) 3 c) 2 d) 1...
asked Jan 14, 2023 in Education by JackTerrance
0 votes
    Which of the following is not an application of artificial intelligence? a) Face recognition system b) Chatbots c) LIDAR d) DBMS...
asked Jan 14, 2023 in Education by JackTerrance
0 votes
    What is the name of the Artificial Intelligence system developed by Daniel Bobrow? a) program known as BACON b) system known ... c) program known as SHRDLU d) system known as SIMD...
asked Jan 14, 2023 in Education by JackTerrance
0 votes
    Which of the following is not the commonly used programming language for Artificial Intelligence? a) Perl b) Java c) PROLOG d) LISP...
asked Jan 14, 2023 in Education by JackTerrance
0 votes
    Which of the following is not a type of Artificial Intelligence agent? a) Learning AI agent b) Goal-based AI agent c) Simple reflex AI agent d) Unity-based AI agent...
asked Jan 14, 2023 in Education by JackTerrance
0 votes
    What is the function of an Artificial Intelligence “Agent”? a) Mapping of goal sequence to an action b) ... an action d) Mapping of environment sequence to an action...
asked Jan 14, 2023 in Education by JackTerrance
...