Workflow
neural network
icon
Search documents
X @Avi Chawla
Avi Chawla· 2025-08-25 19:15
RT Avi Chawla (@_avichawla)I removed 74% of neurons from a neural network.It dropped the accuracy by just 0.50%.Here's a breakdown (with code): ...
X @Avi Chawla
Avi Chawla· 2025-08-25 06:31
That's a wrap!If you found it insightful, reshare it with your network.Find me → @_avichawlaEvery day, I share tutorials and insights on DS, ML, LLMs, and RAGs.Avi Chawla (@_avichawla):I removed 74% of neurons from a neural network.It dropped the accuracy by just 0.50%.Here's a breakdown (with code): ...
X @Elon Musk
Elon Musk· 2025-07-25 09:52
Model Architecture & Performance - Next version of FSD (version 14) is expected to have 10x the number of parameters compared to version 13, suggesting a larger, more expressive model [1] - An increase in parameters (weights and biases) implies a more nuanced model with more "decision" points [2] - A bigger model generally performs better but requires more compute for both training and inference [2] - The decision to increase the model size by 10x suggests confidence in running it on Tesla's HW4, indicating expected performance for inference [3] Technical Implications - Neural networks consist of layers containing nodes (neurons), with connections between nodes having numerical values called weights [1] - Each node also has a bias, which adjusts the node's output independently of its inputs [1] - Parameters in a neural network are the sum of weights and biases [2]