Concept Review — Cognitive Computing & Neuroscience
"Perception, memory, language, action — the same four problems the brain solved first, and the ones we keep asking machines to solve again."- Claude 2026
Concept Review
The main ideas covered so far.
Foundations
| Cognitive computing | Systems that mimic human reasoning, perception, and learning rather than executing fixed algorithms. |
|---|---|
| vs. traditional computing | Traditional programs follow rigid rules; cognitive systems infer, adapt, and improve from data and context. |
| Cognitive science | Interdisciplinary study of the mind — how it perceives, reasons, remembers, and learns. |
| Cognitive neuroscience | Study of how brain structure and activity produce cognitive functions. |
| Artificial intelligence | Building machines that perform tasks requiring human-like intelligence. |
| Cognitive science ↔ AI | Cognitive science supplies models of the mind; AI implements and tests them computationally. |
Neural Networks
| ANN | Layers of interconnected nodes that transform inputs to outputs via weighted connections. |
|---|---|
| CNN | Convolutional network specialized for image and spatial pattern recognition. |
| RNN | Recurrent network with memory of prior inputs — suited to sequential data like text prediction. |
| Transformer | Attention-based sequence model; dominant for language and contextual understanding. |
| Attention | Weighs the relevance of each input element to every other, capturing long-range context. |
Learning & Memory
| Supervised learning | Learning from labeled input–output pairs. |
|---|---|
| Unsupervised learning | Finding structure in unlabeled data, such as clustering. |
| Reinforcement learning | Learning optimal actions through trial-and-error guided by rewards. |
| Working memory | Short-term store that holds information for active reasoning and planning. |
Perception
| Perception | Interpreting raw sensory input into meaningful representations. |
|---|---|
| Image recognition | Identifying objects or patterns in visual data — the core CNN use case. |
| Speech recognition | Converting spoken audio into text or commands. |
Natural Language Processing
| NLP | Enabling machines to understand and generate human language. |
|---|---|
| Cognitive NLP models | Language systems that let chatbots interpret and respond to queries intelligently. |
| Word embedding | Encoding words as numeric vectors that preserve semantic meaning. |
| Stemming | Reducing words to their root form. |
| Ambiguity resolution | Using surrounding context to determine intended meaning. |
| Named Entity Recognition | Identifying people, locations, dates, and other entities in text. |
| Text summarization | Condensing text — e.g., distilling frequent issues from many reviews. |
Cognitive Robotics
| Cognitive robotics | Robots that reason, adapt, and act using cognitive models. |
|---|---|
| Autonomous behavior | Completing tasks without human intervention. |
| Sensor integration | Fusing multiple sensor streams into a coherent view of the environment. |
| Cognitive planning | Prioritizing tasks and choosing goal-directed actions. |
| Learning by imitation | Acquiring skills by observing and copying human actions. |
Quick Contrasts
| Prompt | Answer at a glance |
|---|---|
| Focus of cognitive computing | Mimicking human cognition in systems |
| Cognitive vs. traditional computing | Simulates reasoning/perception/learning vs. fixed algorithms |
| CNN main use | Image & pattern recognition |
| RNN main use | Sequential text prediction |
| NLP contextual understanding | Transformer |
| Transformers improve NLP via | Attention mechanisms |
| Word embeddings do | Encode words numerically, preserving meaning |
| Reduce words to root | Stemming |
| Resolve NLP ambiguity | Contextual analysis |
| Identify people/places/dates | Named Entity Recognition |
| Robot learns via rewards | Reinforcement learning |
| Autonomous navigation learning | Reinforcement learning |
| Robot copies human actions | Learning by imitation |
| Robot avoids pedestrians/obstacles | Sensor integration & cognitive planning |
| Cognitive planning enables | Task prioritization & goal-directed action |
| Working memory supports | Short-term storage for reasoning |
| Chatbot responds intelligently via | Cognitive NLP models |