Skip to content

Commit

Permalink
revised
Browse files Browse the repository at this point in the history
revised
  • Loading branch information
Mac0490 committed Dec 5, 2024
1 parent df0f182 commit f07238b
Show file tree
Hide file tree
Showing 3 changed files with 337 additions and 222 deletions.
8 changes: 0 additions & 8 deletions 2024/Neurons in CS/artical.md

This file was deleted.

11 changes: 11 additions & 0 deletions 2024/Neurons in CS/article.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#Neural Networks in CS

The human brain processes information, learns, and makes decisions using billions of interconnected neurons. Inspired by this, artificial neural networks (ANNs) use artificial neurons to solve tasks like recognizing speech or diagnosing medical conditions.

Biological and artificial NNs share a similar structure. In ANNs, the input layer receives raw information (e.g., images or text), similar to how dendrites receive information in biological networks. Each input is assigned a weight to reflect its importance.

The hidden layer(s) process and refine this information by analyzing patterns, mimicking how biological neurons handle inputs. The output layer makes the final decision, such as identifying an object or answering a question, analogous to the axon in biological neurons.

Training adjusts the weights to improve the network’s performance, enabling it to learn from data and become increasingly accurate, much like how the brain improves with practice.

##Miroslava Macejkova
Loading

0 comments on commit f07238b

Please sign in to comment.