[{"data":1,"prerenderedAt":146},["ShallowReactive",2],{"term-d\u002Fdeep-learning":3,"related-d\u002Fdeep-learning":126},{"id":4,"title":5,"acronym":6,"body":7,"category":106,"description":107,"difficulty":108,"extension":109,"letter":110,"meta":111,"navigation":112,"path":113,"related":114,"seo":120,"sitemap":121,"stem":124,"subcategory":6,"__hash__":125},"terms\u002Fterms\u002Fd\u002Fdeep-learning.md","Deep Learning",null,{"type":8,"value":9,"toc":100},"minimark",[10,15,19,23,26,30,89,93,96],[11,12,14],"h2",{"id":13},"eli5-the-vibe-check","ELI5 — The Vibe Check",[16,17,18],"p",{},"Deep Learning is Machine Learning that's been hitting the gym. Instead of simple models, it uses massive neural networks with many layers — like an onion of math. Each layer learns something slightly more abstract, until the last layer can tell you 'this is a hot dog' with alarming confidence.",[11,20,22],{"id":21},"real-talk","Real Talk",[16,24,25],{},"Deep Learning uses artificial neural networks with multiple hidden layers to learn hierarchical representations of data. It excels at tasks like image recognition, speech processing, and natural language understanding. The 'deep' refers to the depth of these layer stacks, which can number in the hundreds for modern architectures.",[11,27,29],{"id":28},"show-me-the-code","Show Me The Code",[31,32,37],"pre",{"className":33,"code":34,"language":35,"meta":36,"style":36},"language-python shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","import torch.nn as nn\nmodel = nn.Sequential(\n    nn.Linear(784, 256),\n    nn.ReLU(),\n    nn.Linear(256, 128),\n    nn.ReLU(),\n    nn.Linear(128, 10)\n)\n","python","",[38,39,40,48,54,60,66,72,77,83],"code",{"__ignoreMap":36},[41,42,45],"span",{"class":43,"line":44},"line",1,[41,46,47],{},"import torch.nn as nn\n",[41,49,51],{"class":43,"line":50},2,[41,52,53],{},"model = nn.Sequential(\n",[41,55,57],{"class":43,"line":56},3,[41,58,59],{},"    nn.Linear(784, 256),\n",[41,61,63],{"class":43,"line":62},4,[41,64,65],{},"    nn.ReLU(),\n",[41,67,69],{"class":43,"line":68},5,[41,70,71],{},"    nn.Linear(256, 128),\n",[41,73,75],{"class":43,"line":74},6,[41,76,65],{},[41,78,80],{"class":43,"line":79},7,[41,81,82],{},"    nn.Linear(128, 10)\n",[41,84,86],{"class":43,"line":85},8,[41,87,88],{},")\n",[11,90,92],{"id":91},"when-youll-hear-this","When You'll Hear This",[16,94,95],{},"\"Deep learning crushed classical ML on image tasks.\" \u002F \"You need a GPU for deep learning training.\"",[97,98,99],"style",{},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"title":36,"searchDepth":50,"depth":50,"links":101},[102,103,104,105],{"id":13,"depth":50,"text":14},{"id":21,"depth":50,"text":22},{"id":28,"depth":50,"text":29},{"id":91,"depth":50,"text":92},"ai","Deep Learning is Machine Learning that's been hitting the gym.","intermediate","md","d",{},true,"\u002Fterms\u002Fd\u002Fdeep-learning",[115,116,117,118,119],"Neural Network","Machine Learning","Training","Backpropagation","GPU",{"title":5,"description":107},{"changefreq":122,"priority":123},"weekly",0.7,"terms\u002Fd\u002Fdeep-learning","KgB-12u1jWc61b7fIKv3T6oc6mkKCvPtP6-WhpTtTzY",[127,131,136,140,143],{"title":118,"path":128,"acronym":6,"category":106,"difficulty":129,"description":130},"\u002Fterms\u002Fb\u002Fbackpropagation","advanced","Backpropagation is how errors flow backwards through a neural network during training.",{"title":119,"path":132,"acronym":133,"category":106,"difficulty":134,"description":135},"\u002Fterms\u002Fg\u002Fgpu","Graphics Processing Unit","beginner","A GPU was originally built for rendering graphics in games, but turns out it's also perfect for AI.",{"title":116,"path":137,"acronym":138,"category":106,"difficulty":134,"description":139},"\u002Fterms\u002Fm\u002Fmachine-learning","ML","Machine Learning is teaching a computer by showing it thousands of examples instead of writing out every rule.",{"title":115,"path":141,"acronym":6,"category":106,"difficulty":108,"description":142},"\u002Fterms\u002Fn\u002Fneural-network","A neural network is a system loosely inspired by the human brain — lots of little math nodes connected together, passing numbers to each other.",{"title":117,"path":144,"acronym":6,"category":106,"difficulty":108,"description":145},"\u002Fterms\u002Ft\u002Ftraining","Training is the long, expensive process where an AI learns from data.",1776518273278]