Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy-wyx committed Dec 15, 2023
1 parent 08692c8 commit 230112a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ In the pursuit of artificial intelligence that mirrors the deftness of human cog
While backpropagation (BP) is a cornerstone in training modern neural networks, it deviates from how biological neural systems function. Key differences include BP's reliance on inter-layer weight dynamics, unlike the local information transmission in biological neurons, its use of symmetric weights for both forward and backward passes which contrasts with the one-directional, asymmetric nature of biological synapses, and its continuous output neuron firing, as opposed to the all-or-none firing based on a threshold in biological neurons.
Recognizing these discrepancies, this project focuses on exploring neural network techniques that better mimic human brain functions. The aim is to investigate how these biologically inspired alternatives to backpropagation could enhance the performance and interpretability of neural networks.

A full version final report can be found here: [LINK TO PDF]
A full version final report can be found here: [Link to PDF](https://drive.google.com/file/d/1vNR2_Zl2dUUqZXJD4dM0S40fykQckE5V/view?usp=drive_link)

## Requirements

Expand Down Expand Up @@ -50,7 +50,7 @@ A full version final report can be found here: [LINK TO PDF]

## Analysis

See the final report: [Link to PDF]
See the final report: [Link to PDF](https://drive.google.com/file/d/1vNR2_Zl2dUUqZXJD4dM0S40fykQckE5V/view?usp=drive_link)

## Future Work

Expand Down

0 comments on commit 230112a

Please sign in to comment.