What is Supervised, unsupervised and reinforcement learning ? -AI Class 9th

1 Answer

Answer :

Meaning of Supervised vs Unsupervised Learning vs Reinforcement Learning Supervised Learning Consider yourself as a student sitting in a classroom wherein your teacher is supervising you, “how you can solve the problem” or “whether you are doing correctly or not”. Likewise, in Supervised Learning input is provided as a labelled dataset, a model can learn from it to provide the result of the problem easily. Unsupervised Learning This learning algorithm is completely opposite to Supervised Learning. In short, there is no complete and clean labelled dataset in unsupervised learning. Unsupervised learning is self-organized learning. Its main aim is to explore the underlying patterns and predicts the output.  Here we basically provide the machine with data and ask to look for hidden features and cluster the data in a way that makes sense. Example K – Means clustering Neural Networks Principal Component Analysis Reinforcement Learning It is neither based on supervised learning nor unsupervised learning. Moreover, here the algorithms learn to react to an environment on their own. It is rapidly growing and moreover producing a variety of learning algorithms. These algorithms are useful in the field of Robotics, Gaming etc. For a learning agent, there is always a start state and an end state. However, to reach the end state, there might be a different path. In Reinforcement Learning Problem an agent tries to manipulate the environment. The agent travels from one state to another. The agent gets the reward(appreciation) on success but will not receive any reward or appreciation on failure. In this way, the agent learns from the environment. Key Differences Between Supervised vs Unsupervised Learning vs Reinforcement Learning Criteria Supervised ML Unsupervised ML Reinforcement ML Definition Learns by using labelled data Trained using unlabelled data without any guidance. Works on interacting with the environment Type of data Labelled data Unlabelled data No – predefined data Type of problems Regression and classification Association and Clustering Exploitation or Exploration Supervision Extra supervision No supervision No supervision Algorithms Linear Regression, Logistic Regression, SVM, KNN etc. K – Means, C – Means, Apriori Q – Learning, SARSA Aim Calculate outcomes Discover underlying patterns Learn a series of action Application Risk Evaluation, Forecast Sales Recommendation System, Anomaly Detection Self Driving Cars, Gaming, Healthcare

Related questions

Description : Compare and contrast Rule based learning , Machine Learning, Deep Learning. -AI Class 9th

Last Answer : Rule based learning Deep Learning Machine Learning Rules-based systems are a simple kind of artificial intelligence, which uses a series of simple IF-THEN-ELSE statements that guide a computer ... to utilize machine learning models Pure coding processing Pace of change Simple guidelines don't apply

Description : Which of the following is also called as exploratory learning? a) Supervised learning b) Active learning c) Unsupervised learning d) Reinforcement learning

Last Answer : c) Unsupervised learning

Description : In which of the following learning the teacher returns reward and punishment to learner? a) Active learning b) Reinforcement learning c) Supervised learning d) Unsupervised learning

Last Answer : b) Reinforcement learning

Description : Automated vehicle is an example of ______ a) Supervised learning b) Unsupervised learning c) Active learning d) Reinforcement learning

Last Answer : a) Supervised learning

Description : Following is also called as exploratory learning: a) Supervised learning b) Active learning c) Unsupervised learning d) Reinforcement learning

Last Answer : c) Unsupervised learning

Description : In which of the following learning the teacher returns reward and punishment to learner? a) Active learning b) Reinforcement learning c) Supervised learning d) Unsupervised learning

Last Answer : b) Reinforcement learning

Description : Automated vehicle is an example of ______. a) Supervised learning b) Unsupervised learning c) Active learning d) Reinforcement learning

Last Answer : a) Supervised learning

Description : Different symbols used in AI decision Flow Chart . -AI Class 9th

Last Answer : Flowcharts use special shapes to represent different types of actions or steps in a process. Lines and arrows show the sequence of the steps, and the relationships among them. These ... Shape - Represents the start or endDiamond Shape - Represents a decisionParallelogram - Represents input/output

Description : Write a short note of Internet Of Things (IOT) -AI Class 9th

Last Answer : The Internet of things (IoT) describes the network of physical objects- things -that are embedded with sensors, software, and other technologies for the purpose of connecting ... factory equipment. Wireless inventory trackers. Ultra-high speed wireless internet. Biometric cybersecurity scanners.

Description : What is AI inclusion ? -AI Class 9th

Last Answer : Its AI included in other technology to enhance it. Like AI is integrated into mobile technology or health care, security etc. This is called AI inclusion.

Description : Full form of Safar ? -AI Class 9th

Last Answer : S = System of A = Air Quality and Weather F = Forecasting A = And R = Research

Description : __________ communication is more formal less flexible. (verbal/nonverbal) -AI Class 9th

Last Answer : Verbal Communication , It is a formal method of communication and is less flexible. It is a 'Written Communication' means the sending of messages, orders or instructions in writing through letters, circulars, manuals, reports, telegrams, office memos, bulletins, etc.

Description : AI Decision Tree AI Class 9th Example -AI Class 9th

Last Answer : Decision tree for being selected in a job Requirement : Age greater than 25 Qualification should be graduation or above Communication skills should be good

Description : What is AI Inclusion and AI Access -AI Class 9th

Last Answer : AI Inclusions: Applications include the development of assistive technologies using AI, such as description of images for blind people, speech recognition, captioning for hearing impaired people, ... . AI Access Foundation achievements include the establishment and support of the following sites.

Description : What is Algorithm. -AI Class 9th

Last Answer : An algorithm is a set of instructions designed to perform a specific task. This can be a simple process, such as multiplying two numbers, or a complex operation, such as playing a compressed video file. ... In computer programming, algorithms are often created as functions.

Description : What is Flow chart in Artificial Intelligence -AI Class 9th

Last Answer : A flowchart is a picture of the separate steps of a process in sequential order. It is a generic tool that can be adapted for a wide variety of purposes, and can be used to describe various processes, such as a manufacturing process, an administrative or service process, or a project plan.

Description : What is decision trees -AI Class 9th

Last Answer : Decision tree is the most powerful and popular tool for classification and prediction. A Decision tree is a flowchart like tree structure, where each internal node denotes a test on an attribute, each branch represents an outcome of the test, and each leaf node (terminal node) holds a class label.

Description : What is system map -AI Class 9th

Last Answer : A system map shows the components and boundary of a system and the components of the environment at a point in time. ... The main use of a system map is to help structure a system and communicate the result to others.

Description : What is LOOPY -AI Class 9th

Last Answer : In computer science, a loop is a programming structure that repeats a sequence of instructions until a specific condition is met. Programmers use loops to cycle through values, add sums of numbers, repeat functions, and many other things

Description : What is Simulation -AI Class 9th

Last Answer : A simulation is the re-creation of a real world process in a controlled environment. It involves creating laws and models to represent the world, and then running those models to see what ... used for scientific exploration, for safety tests, and to create graphics for video games and movies.

Description : What rules should be followed while naming a variable ? -AI Class 9th

Last Answer : Conditions for creating variables in python are A variable name must start with a letter or the underscore character A variable name cannot start with a number A variable name can only contain alpha-numeric ... name = "anyname" 1somename = "anyname" some+Name = "anyname" some-Name = "anyname"

Description : What are the Neural Networks? Explain the function of each layer of NN with the help of diagram. -AI Class 9th

Last Answer : A neural network is a series of algorithms that endeavors to recognize underlying relationships in a set of data through a process that mimics the way the human brain operates. ... Neural networks ... nonlinear function (relu) as a separate layer. But I would really appreciate a definitive answer.

Description : What do you understand by Clustering , Classification and Regression model. -AI Class 9th

Last Answer : Regression: It predicts continuous valued output.The Regression analysis is the statistical model which is used to predict the numeric data instead of labels. It can also identify the ... very similar and points in different clusters are different. It determines grouping among unlabeled data.

Description : Differentiate between training data and testing data. -AI Class 9th

Last Answer : Training Data Testing Data Artificial Intelligence is created primarily from exposure and experience. In order to test the performance of models, they need to be challenged frequently. In order to ... to fit on the training data set and verify for its proper functioning for further generalization.

Description : data by itself is not useful unless -AI Class 9th

Last Answer : (b) Data is unprocessed and raw facts. It is not useful unless it is processed to obtain information

Description : What does Safar stand for? -AI Class 9th

Last Answer : Safar stands for System of Air Quality Weather Forecasting And Research where, S = System of A = Air Quality and Weather F = Forecasting A = And R = Research Hope this helps :)

Description : Why are AI Ethics important? -AI Class 9th

Last Answer : We need to have ethics built into the idea of why a certain piece of technology, equipt with AI, is being developed. We need to monitor/check/police the outcomes of that specific piece of ... to fully understand its behavior and make sure that it's not violating our (human) moral compass.

Description : What are the steps required for the Program Development Stages ? Explain all the stages. -AI Class 9th

Last Answer : There are 5 steps: Problem analyzing, Design the program, Code the program, Test & Debug and Document. Problem analyzing: a problem requires a clear definition of the problem statements, inputs ... the program error free. Documentation: it involves preparing an information manual for the end user.

Description : what is a communication -AI Class 9th

Last Answer : means of sending or receiving information, such as phone lines or computers.

Description : What is meant by "repetitive labor requiring feilds/jobs" ? -AI Class 9th

Last Answer : answer:

Description : Batsman Are On 94 Notout,need To Win 7 Runs Off 2 Balls,both Hit A Century? How It Is Possible? -AI Class 9th

Last Answer : Match is 49.1 overs because of rain. Last 2 balls means 48.5 and 49.1 then. A hit six and got his century then over finish means 48.6 then new over start 49.1 balls and b is on strikes then his also hit 6 runs and got his century. Match also win two players will make his 100 runs.

Description : Where Can I Find Conference Information? -AI Class 9th

Last Answer : Georg Thimm maintains a webpage that lets you search for upcoming or past conferences in a variety of AI disciplines.

Description : Who coined the term "Artificial Intelligence" in 1955 ? -AI Class 9th

Last Answer : John McCarthy is the correct answer

Description : Object Detection is an application of which domain of AI ? -AI Class 9th

Last Answer : Well-researched domains of object detection include face detection and pedestrian detection. Object detection has applications in many areas of computer

Description : How would you describe ML to a non-technical person? -AI Class 9th

Last Answer : Remember when we were kids,we were shown just a few pictures of cats and dogs and from that we could easily spot a new picture of cat? We learnt to classify things we perceiveAlso, we learnt to ... predictions well. But they are yet to do reasoning and planning anywhere close to what a child can.

Description : Who is the world's best hacker ?? -AI Class 9th

Last Answer : Kevin Mitnick

Description : What is the use of coding -AI Class 9th

Last Answer : Coding is the upcoming world most important subject to lean. It is a normal language for communicating with the computer. We can use coding to make websites(Like, Quora , Brainly, Amazon, Facebook, ), games(Like , GTA, PUBG, FREEFIRE &etc) and etc.

Description : Why is game theory important to AI? -AI Class 9th

Last Answer : Game Theory is a branch of mathematics used to model the strategic interaction between different players in a context with predefined rules and outcomes. Game Theory can be applied in different ambit of Artificial Intelligence: Multi-agent AI systems.

Description : What are some examples of AI in use? -AI Class 9th

Last Answer : AlexaChatbotsSocial MediaDigital AssistantsSiri etc.........

Description : What’s TensorFlow? -AI Class 9th

Last Answer : TensorFlow is a free and open-source software library for machine learning. It can be used across a range of tasks but has a particular focus on training and inference of deep neural networks. Tensorflow is a symbolic math library based on dataflow and differentiable programming.

Description : What’s a Turing test? -AI Class 9th

Last Answer : The Turing Test is a deceptively simple method of determining whether a machine can demonstrate human intelligence: If a machine can engage in a conversation with a human without being detected as a machine, it has demonstrated human intelligence

Description : What’s the difference between AI and ML? -AI Class 9th

Last Answer : On a broad level, we can differentiate both AI and ML as: AI is a bigger concept to create intelligent machines that can simulate human thinking capability and behavior, whereas, ... application or subset of AI that allows machines to learn from data without being programmed explicitly.

Description : What’s the difference between strong AI and weak AI? -AI Class 9th

Last Answer : With strong AI, machines can actually think and carry out tasks on their own, just like humans do. With weak AI, the machines cannot do this on their own and rely heavily on human ... They can process and make independent decisions, while weak AI-based machines can only simulate human behavior.

Description : What are intelligent agents? -AI Class 9th

Last Answer : AI assistants, like Alexa and Siri, are examples of intelligent agent as they use sensors to perceive a request made by the user and the automatically collect data from the internet without the ... . They can be used to gather information about its perceived environment such as weather and time.

Description : What is API inblock coding. -AI Class 9th

Last Answer : API is the acronym for Application Programming Interface, which is a software intermediary that allows two applications to talk to each other. Each time you use an app like Facebook, send an instant message, or check the weather on your phone, you're using an API.

Description : What are AI neural networks? -AI Class 9th

Last Answer : A neural network is either a system software or hardware that works similar to the tasks performed by neurons of human brain. Neural networks include various technologies like deep learning, and machine learning as a part of Artificial Intelligence ( AI).

Description : What’s the most popular programming language used in AI? -AI Class 9th

Last Answer : Java Java is the most widely used programming language in the world and is one of the best choices for AI programming. Because of its Virtual Machine Technology, it's easy to implement on different platforms ... once it's written and compiled on one platform, you don't have to compile it again.

Description : What is artificial intelligence? -AI Class 9th

Last Answer : Artificial intelligence (AI) is wide-ranging branch of computer science concerned with building smart machines capable of performing tasks that typically require human intelligence. ... It is the endeavor to replicate or simulate human intelligence in machines.

Description : What is Python ? -AI Class 9th

Last Answer : Python is often used as a support language for software developers, for build control and management, testing, and in many other ways.

Description : What is API in coding -AI Class 9th

Last Answer : API is the acronym for Application Programming Interface, which is a software intermediary that allows two applications to talk to each other. Each time you use an app like Facebook, send an instant message, or check the weather on your phone, you're using an API.