forked from abhisek247767/AI-ML-DL-Hacktoberfest2024-WB
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added ANN(Artificial Neural Network) details
- Loading branch information
1 parent
b4faa75
commit 22ca393
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |