AI Learning Platform
Your Personal AI Mentor
Turn any content into AI-powered courses, mind maps, quizzes, and notes. Learn smarter with personalized AI tutoring.
Generate AI Courses.
Specify any topic. Our AI course generator constructs a personalized, multi-chapter curriculum with interactive lessons and progress tracking — powered by Claude, GPT, and Gemini.
Course
Computational Neuroscience
Lesson 2.2
Cable Theory
Cable theory describes how electrical signals propagate along neuronal processes. The neuron is modeled as a cylinder with passive electrical properties, characterized by membrane resistance and capacitance.
The fundamental equation governing signal propagation is the cable equation, which relates voltage changes to distance and time. This mathematical framework allows us to understand how synaptic inputs are integrated as they travel from dendrites to the soma.
Key parameters include the length constant (λ) and time constant (τ), which determine how far and how fast signals can travel within the neuron.
Distill Knowledge Instantly.
Upload YouTube videos, PDFs, images, or notes. AI instantly transforms them into structured summaries, mind maps, quizzes, code snippets, and study notes.
Input Sources
Lecture_04_Roman_History.mp4
youtube.com/watch?v=history_of_rome

Paper_v2.pdf
triangle-formula.png
notes.md
# Chapter Summary
- Key concept 1
- Key concept 2
# Chapter 2
..........................
Synthesized Output
Summary
Machine learning is a subset of artificial intelligence that enables systems to learn from data. It encompasses three main paradigms: supervised learning uses labeled data for classification and regression, unsupervised learning discovers hidden patterns in unlabeled data, and reinforcement learning optimizes decisions through trial and reward.
MindMap
Quiz
What is the largest organ in the human body?
Code
class RomanTimeline:
def __init__(self):
self.events = {
'133 BCE': "Gracchi Reforms",
'49 BCE': "Caesar crosses Rubicon"
}Note
The Feynman Technique suggests that teaching a concept in simple terms is the best way to truly understand it.
Effective learning combines spaced repetition with active recall for long-term retention.
AI Mentor That Teaches.
An AI tutor that understands your courses and materials — designed not just to answer, but to teach. Choose from Claude, GPT, Gemini, or DeepSeek.
Context
I'm confused about the cable equation. How does it relate to how neurons actually process information?
Great question! Think of a neuron like a leaky garden hose. When you turn on the water at one end, the pressure doesn't stay constant along the entire length.
The cable equation mathematically describes this "leakiness" — how signals decay over distance as they travel along the dendrite. The length constant (λ) tells us how far a signal can travel before it drops to 37% of its original strength.