PinnedInTowards AIbyJoseph Robinson, Ph.D.·Jul 26, 2024The Fundamental Mathematics of Machine LearningA Deep Dive into Vector Norms, Linear Algebra, CalculusA response icon14A response icon14
PinnedInTowards AIbyJoseph Robinson, Ph.D.·Sep 4, 20245 Data Structures That Machine Learning Engineers and Data Scientists Must KnowA Comprehensive Guide to Efficiency and ScalabilityA response icon8A response icon8
PinnedInTDS ArchivebyJoseph Robinson, Ph.D.·Apr 28, 2023From Basic Gates to Deep Neural Networks: The Definitive Perceptron TutorialDemystifying Mathematics, Binary Classification, and Logic GatesA response icon5A response icon5
PinnedInTDS ArchivebyJoseph Robinson, Ph.D.·Dec 18, 2019Pandas Tips & Tricks: Need For SpeedA Personal Favorite 1-Liner
PinnedInBetter ProgrammingbyJoseph Robinson, Ph.D.·Apr 27, 2022C++ Smart Pointer Explained Through Intuitive VisualsPart 3 of my C++ pointer seriesA response icon2A response icon2
InTowards AIbyJoseph Robinson, Ph.D.·Sep 22, 2025Attention = Soft k-NNTransformers, demystified in 20 lines: similarity → softmax → weighted average.
InLevel Up CodingbyJoseph Robinson, Ph.D.·Aug 27, 2025Speed Up Python 100×–1000× with Numba JIT: No C/Cython RequiredCompile hot loops to native code while keeping NumPy ergonomics: benchmarks included.A response icon1A response icon1
InLevel Up CodingbyJoseph Robinson, Ph.D.·Aug 4, 2025Unlock Python’s Hidden Gem: Slash Memory Usage by >99.9% with GeneratorsMaster Memory-Efficient Code for Scalable Big Data Solutions
InLevel Up CodingbyJoseph Robinson, Ph.D.·Apr 30, 2025From Meh to Must-Have: The Walrus Operator’s Journey in PythonWhy Python’s Most Misunderstood Operator Might Be Your New Favorite Coding TrickA response icon1A response icon1
InLevel Up CodingbyJoseph Robinson, Ph.D.·Mar 17, 2025Mastering __init__.py in Python: A Complete Guide to Imports, Packages, and Best PracticesStructure Python packages, control imports, and write a clean, efficient __init__.py. Machine learning example included!A response icon13A response icon13