0% found this document useful (0 votes)
26 views8 pages

Artificial Intelligence and Machine Learning: Proficiency Presentation

The document provides an overview of artificial neural networks including their architecture, advantages, and disadvantages. It discusses how ANNs are inspired by biological neural networks and composed of interconnected nodes in input, hidden, and output layers. Key advantages are parallel processing, fault tolerance, and the ability to work with incomplete data. Disadvantages include the lack of guidelines for network structure and not knowing exactly how a network arrives at its outputs.

Uploaded by

harsh dev
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views8 pages

Artificial Intelligence and Machine Learning: Proficiency Presentation

The document provides an overview of artificial neural networks including their architecture, advantages, and disadvantages. It discusses how ANNs are inspired by biological neural networks and composed of interconnected nodes in input, hidden, and output layers. Key advantages are parallel processing, fault tolerance, and the ability to work with incomplete data. Disadvantages include the lack of guidelines for network structure and not knowing exactly how a network arrives at its outputs.

Uploaded by

harsh dev
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

Madhav Institute Of Technology and Science

Artificial Intelligence and


Machine Learning

Proficiency Presentation

Presented by:
Presented To:
Harshdev Tripathi
Prof. Sunil Kumar Shukla
0901AI211033
Course Outcomes
CO1. Define basic concepts of artificial intelligence & machine learning.
CO2. Illustrate various techniques for search and processing.
CO3. Identify various types of machine learning problems and techniques.
CO4. Analysis various techniques in artificial intelligence, ANN & machine
learning.
CO5. Apply AI and ML techniques to solve real world problems.
CO6. Build AI enabled intelligent systems for solving real world problems.
● Artificial Neural Network
● The term "Artificial Neural Network"
is derived from Biological neural
networks that develop the structure
of a human brain. Similar to the
human brain that has neurons
interconnected to one another,
artificial neural networks also have
neurons that are interconnected to
one another in various layers of the
networks. These neurons are known
as nodes
● Artificial Neural Network V/S Biological Neuron Network
● Dendrites from Biological Neural Network represent inputs in Artificial Neural Networks,
cell nucleus represents Nodes, synapse represents Weights, and Axon represents Output.

● Relationship between Biological neural network and artificial neural network:


● Architecture Of Artificial Neural Network
● Artificial Neural Network primarily consists of
three layers:
● Input Layer: As the name suggests, it accepts
inputs in several different formats provided by
the programmer.
● Hidden Layer: The hidden layer presents in-
between input and output layers. It performs all
the calculations to find hidden features and
patterns.
● Output Layer: The input goes through a series of
transformations using the hidden layer, which
finally results in output that is conveyed using this
layer.
● Advantages Of Artificial Neural Network
1. Parallel processing capability: Artificial neural networks have a numerical value that
can perform more than one task simultaneously.
2. Storing data on the entire network: Data that is used in traditional programming is
stored on the whole network, not on a database. The disappearance of a couple of
pieces of data in one place doesn't prevent the network from working.
3. Capability to work with incomplete knowledge: After ANN training, the information
may produce output even with inadequate data. The loss of performance here relies
upon the significance of missing data.
4. Having fault tolerance: Extortion of one or more cells of ANN does not prohibit it from
generating output, and this feature makes the network fault-tolerance.
● Disadvantages Of Artificial Neural Network
1. Assurance of proper network structure: There is no particular guideline for
determining the structure of artificial neural networks. The appropriate network
structure is accomplished through experience, trial, and error.
2. Unrecognized behavior of the network: It is the most significant issue of ANN. When
ANN produces a testing solution, it does not provide insight concerning why and how.
It decreases trust in the network.
3. Hardware dependence: Artificial neural networks need processors with parallel
processing power, as per their structure. Therefore, the realization of the equipment is
dependent.
4. The duration of the network is unknown: The network is reduced to a specific value of
the error, and this value does not give us optimum results.
THANKS
HAVE A NICE
DAY!!!

You might also like