Skip to content

Commit

Permalink
added ANN(Artificial Neural Network) details
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitgargRG committed Oct 7, 2024
1 parent b4faa75 commit 22ca393
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions ANN.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# ANN - Artificial Neural Network in Machine Learning.

# Its an information processing system inspired by the biological neural Network.

# An artificial neuron network (neural network) is a computational model that mimics the way nerve
cells work in the human brain.

# Application of ANN

-- Social Media
-- Sales and Marketing
-- Healthcare
-- Image Compression , etc.

# Perceptron

•It is the simplest type of feedforward neural network, consisting of a single layer of input
nodes that are fully connected to a layer of output nodes.

• Perceptron: Building Block of Artificial Neural Network

# Types of ANN

https://www.freepik.com/free-vector/isometric-people-working-with-technology_5083803.htm#query=DeFi&position=6&from_view=search&track=sph

https://www.linkedin.com/pulse/how-does-machine-learning-work-rohit-jayale/

•Feedforward Network

•Feedback network (Recurrent Neural network)

0 comments on commit 22ca393

Please sign in to comment.