ML-Exp1
ML-Exp1
THEORY:
Types of AI:
Weak AI—also called Narrow AI or Artificial Narrow Intelligence (ANI)—is AI trained and
focused to perform specific tasks. Weak AI drives most of the AI that surrounds us today.
‘Narrow’ might be a more accurate descriptor for this type of AI as it is anything but weak; it
enables some very robust applications, such as Apple's Siri, Amazon's Alexa, IBM Watson, and
autonomous vehicles.
Strong AI is made up of Artificial General Intelligence (AGI) and Artificial Super Intelligence
(ASI). Artificial general intelligence (AGI), or general AI, is a theoretical form of AI where a
machine would have an intelligence equaled to humans; it would have a self-aware
consciousness that has the ability to solve problems, learn, and plan for the future. Artificial
Super Intelligence (ASI)—also known as superintelligence—would surpass the intelligence and
ability of the human brain. While strong AI is still entirely theoretical with no practical examples
in use today, that doesn't mean AI researchers aren't also exploring its development. In the
meantime, the best examples of ASI might be from science fiction, such as HAL, the
superhuman, rogue computer assistant in 2001: A Space Odyssey.
3. Reinforcement learning
Reinforcement machine learning is a machine learning model that is similar to supervised
learning, but the algorithm isn’t trained using sample data. This model learns as it goes by using
trial and error. A sequence of successful outcomes will be reinforced to develop the best
recommendation or policy for a given problem.
What is Deep Learning ?
Deep learning is a subset of machine learning, which is essentially a neural network with three or
more layers. These neural networks attempt to simulate the behavior of the human brain—albeit
far from matching its ability—allowing it to “learn” from large amounts of data. While a neural
network with a single layer can still make approximate predictions, additional hidden layers can
help to optimize and refine for accuracy.
Deep learning drives many artificial intelligence (AI) applications and services that improve
automation, performing analytical and physical tasks without human intervention. Deep learning
technology lies behind everyday products and services (such as digital assistants, voice-enabled
TV remotes, and credit card fraud detection) as well as emerging technologies (such as self-
driving cars).
Deep learning has several use cases in automotive, aerospace, manufacturing, electronics,
medical research, and other fields. These are some examples of deep learning:
● Self-driving cars use deep learning models to automatically detect road signs and
pedestrians.
● Defense systems use deep learning to automatically flag areas of interest in satellite
images.
● Medical image analysis uses deep learning to automatically detect cancer cells for
medical diagnosis.
● Factories use deep learning applications to automatically detect when people or objects
are within an unsafe distance of machines.
You can group these various use cases of deep learning into four broad categories—computer
vision, speech recognition, natural language processing (NLP), and recommendation engines.
Conclusion:
We have successfully understood the concept of query structure and executed various structured
queries.