The document provides an overview of Artificial Neural Networks (ANN), explaining their structure, learning processes, and differences from biological neural networks. It discusses the types of learning in ANN, including supervised and unsupervised learning, and highlights the relationship between artificial intelligence, machine learning, and neural networks. Additionally, it touches on deep learning as a subset of AI that enables systems to learn from experiences without explicit programming.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
34 views14 pages
Artificial Neural Network: By: Aryan Dubey
The document provides an overview of Artificial Neural Networks (ANN), explaining their structure, learning processes, and differences from biological neural networks. It discusses the types of learning in ANN, including supervised and unsupervised learning, and highlights the relationship between artificial intelligence, machine learning, and neural networks. Additionally, it touches on deep learning as a subset of AI that enables systems to learn from experiences without explicit programming.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 14
Artificial
neural network By: Aryan Dubey
This Photo by Unknown author is licensed under CC BY.
INTRODUCTION OF 'ANN' The neural networks are the model that how neurons in the human brain behave. It is also known trained as ANN(Artificial Neural Network) that copy the working of the human brain neurons or cells inside the computers. The greatest thing of ANN is it can extract the features of data without any programming or input. WHAT IS NEURON? The neuron is the structural and functional unit of the nervous system. Neurons are capable of detecting, receiving, and transmitting a variety of inputs. STRUCTURE OF NEURON ARTIFICIAL NEURAL NETWORK VS NATURAL NEURAL NETWORK Artificial Neural Network : Artificial Neural Network (ANN) is a type of neural network which is based on a Feed-Forward strategy. It is called this because they pass information through the nodes continuously till it reaches the output node. This is also known as the simplest type of neural network. Biological Neural Network : Biological Neural Network (BNN) is a structure that consists of Synapse, dendrites, cell body, and axon. In this neural network, the processing is carried out by neurons. Dendrites receive signals from other neurons, Soma sums all the incoming signals and axon transmits the signals to other cells. STRUCTURE OF ANN HOW ANN LEARN? Neural networks work by propagating forward inputs, weights and biases. However, it's the reverse process of backpropagation where the network actually learns by determining the exact changes to make to weights and biases to produce an accurate result. These are the ways of neural networks learning: Supervised Learning. Unsupervised Learning. SUPERVISED LEARNING
Supervised learning is the machine learning
task of learning a function that maps an input to an output based on example input-output pairs. UNSUPERRVISED LEARNING
Unsupervised learning is a type of machine
learning that looks for previously undetected patterns in a data set with no pre-existing labels and with a minimum of human supervision. AI MODELS Unsupervised learning is a type of machine learning that looks for previously undetected patterns in a data set with no pre-existing labels and with a minimum of human supervision. Some ai models used by neural network are: Regression Classification Clustering AI VS ML VS ANN AI refers to the ability of machines to perform cognitive tasks like thinking, perceiving, learning, problem solving and decision making. Initially conceived as a technology that could mimic human intelligence, AI has evolved in ways that far exceed its original conception. Machine learning, a subset of artificial intelligence, refers to computers learning from data without being explicitly programmed. Neural networks are a specific type of machine learning model, which are used to make brain-like decisions. DEEP LEARNING It is an application and subset of AI (Artificial Intelligence) that provides a system with the ability to learn from its experiences and improve accordingly without someone physically programming those changes into it. THANK YOU