Neural Network Structure

Neural Network Structure

Creator
Creator
Alan JoAlan Jo
Created
Created
2023 May 11 5:32
Editor
Editor
Alan JoAlan Jo
Edited
Edited
2024 Jun 8 15:51
Refs
Refs

Three views of cognition with natural language

Do you think the human brain evolved to work well with the human brain, or language evolved to work well with the brain?
  • Symbolic view (Traditional): Cognition consists of having strings of symbols in logical language with no ambiguity and applying rules of inference by symbolic manipulations.
  • Numeric view (RNN): Symbols converted into big vectors and all the stuff inside’s done and if you want to product output then you produce symbols again.
  • Hybrid view (Transformer): Human takes symbols and converts the symbols into embeddings but embeddings are still tight to the symbols.
    Understanding
    is knowing how to convert the symbols into these vectors and knowing how the elements of the vector should interact. You are staying with the symbols but you are interpreting them as these vectors.
Neural Network Components
 
 
Neural Networks
 
 
Neural Network Models
 
 
 
 

 

Recommendations