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 computingSystems that mimic human reasoning, perception, and learning rather than executing fixed algorithms.
vs. traditional computingTraditional programs follow rigid rules; cognitive systems infer, adapt, and improve from data and context.
Cognitive scienceInterdisciplinary study of the mind — how it perceives, reasons, remembers, and learns.
Cognitive neuroscienceStudy of how brain structure and activity produce cognitive functions.
Artificial intelligenceBuilding machines that perform tasks requiring human-like intelligence.
Cognitive science ↔ AICognitive science supplies models of the mind; AI implements and tests them computationally.
Neural Networks
ANNLayers of interconnected nodes that transform inputs to outputs via weighted connections.
CNNConvolutional network specialized for image and spatial pattern recognition.
RNNRecurrent network with memory of prior inputs — suited to sequential data like text prediction.
TransformerAttention-based sequence model; dominant for language and contextual understanding.
AttentionWeighs the relevance of each input element to every other, capturing long-range context.
Learning & Memory
Supervised learningLearning from labeled input–output pairs.
Unsupervised learningFinding structure in unlabeled data, such as clustering.
Reinforcement learningLearning optimal actions through trial-and-error guided by rewards.
Working memoryShort-term store that holds information for active reasoning and planning.
Perception
PerceptionInterpreting raw sensory input into meaningful representations.
Image recognitionIdentifying objects or patterns in visual data — the core CNN use case.
Speech recognitionConverting spoken audio into text or commands.
Natural Language Processing
NLPEnabling machines to understand and generate human language.
Cognitive NLP modelsLanguage systems that let chatbots interpret and respond to queries intelligently.
Word embeddingEncoding words as numeric vectors that preserve semantic meaning.
StemmingReducing words to their root form.
Ambiguity resolutionUsing surrounding context to determine intended meaning.
Named Entity RecognitionIdentifying people, locations, dates, and other entities in text.
Text summarizationCondensing text — e.g., distilling frequent issues from many reviews.
Cognitive Robotics
Cognitive roboticsRobots that reason, adapt, and act using cognitive models.
Autonomous behaviorCompleting tasks without human intervention.
Sensor integrationFusing multiple sensor streams into a coherent view of the environment.
Cognitive planningPrioritizing tasks and choosing goal-directed actions.
Learning by imitationAcquiring skills by observing and copying human actions.

Quick Contrasts

PromptAnswer at a glance
Focus of cognitive computingMimicking human cognition in systems
Cognitive vs. traditional computingSimulates reasoning/perception/learning vs. fixed algorithms
CNN main useImage & pattern recognition
RNN main useSequential text prediction
NLP contextual understandingTransformer
Transformers improve NLP viaAttention mechanisms
Word embeddings doEncode words numerically, preserving meaning
Reduce words to rootStemming
Resolve NLP ambiguityContextual analysis
Identify people/places/datesNamed Entity Recognition
Robot learns via rewardsReinforcement learning
Autonomous navigation learningReinforcement learning
Robot copies human actionsLearning by imitation
Robot avoids pedestrians/obstaclesSensor integration & cognitive planning
Cognitive planning enablesTask prioritization & goal-directed action
Working memory supportsShort-term storage for reasoning
Chatbot responds intelligently viaCognitive NLP models