Data Science Decoded

Mike E
undefined
Sep 20, 2024 • 1h 3min

Data Science #11 - The original Perceptron paper by Frank Rosenblatt (1958)

Frank Rosenblatt's 1958 paper, "The Perceptron: A Probabilistic Model for Information Storage and Organization in the Brain," introduces the perceptron, an early neural network model inspired by how the brain stores and processes information. Rosenblatt explores two theories: one where sensory data is stored as coded representations, and another, which he advocates, where learning occurs through forming new neural connections. The perceptron illustrates this connectionist approach by mimicking how neurons process input and reinforce connections based on experience. The perceptron operates by passing sensory input through a network of neurons, where weights on connections adjust with each stimulus, enabling the system to recognize patterns and classify information. Rosenblatt emphasizes the probabilistic nature of learning in the perceptron, which mirrors how biological systems might generalize and adapt based on exposure to different stimuli. His model serves as a theoretical framework for understanding both biological and artificial neural systems. The paper's significance to modern data science lies in its foundational role in developing machine learning. The perceptron model directly influenced the creation of more advanced neural networks, including today's deep learning models. Though limited in handling complex, non-linear data, the perceptron established key principles—such as weighted connections and learning from data.
undefined
Sep 12, 2024 • 56min

Data Science #10 - The original principal component analysis (PCA) paper by Harold Hotelling (1935)

Hotelling, Harold. "Analysis of a complex of statistical variables into principal components." Journal of educational psychology 24.6 (1933): 417. This seminal work by Harold Hotelling on PCA remains highly relevant to modern data science because PCA is still widely used for dimensionality reduction, feature extraction, and data visualization. The foundational concepts of eigenvalue decomposition and maximizing variance in orthogonal directions form the backbone of PCA, which is now automated through numerical methods such as Singular Value Decomposition (SVD). Modern PCA handles much larger datasets with advanced variants (e.g., Kernel PCA, Sparse PCA), but the core ideas from the paper—identifying and interpreting key components to reduce dimensionality while preserving the most important information—are still crucial in handling high-dimensional data efficiently today.
undefined
Sep 10, 2024 • 1h 25min

Data Science #9 - The Unreasonable Effectiveness of Mathematics in Natural Sciences, Eugene Wigner

In this special episode, Daniel Aronovich joins forces with the 632 nm podcast. In this timeless paper Wigner reflects on how mathematical concepts, often developed independently of any concern for the physical world, turn out to be remarkably effective in describing natural phenomena. This effectiveness is "unreasonable" because there is no clear reason why abstract mathematical constructs should align so well with the laws governing the universe. Full paper is at our website: https://datasciencedecodedpodcast.com/episode-9-the-unreasonable-effectiveness-of-mathematics-in-natural-sciences-eugene-wigner-1960
undefined
Sep 4, 2024 • 55min

Data Science #8 - The Turing test by Turing Alan "Computing machinery and intelligence" Mind (1950)

This paper is a foundational text in the field of artificial intelligence (AI) and explores the question: "Can machines think?" Turing introduces what is now known as the "Turing Test" as a way to operationalize this question, he called it the imitation game. Are there imaginable digital computers that could perform well in the imitation game? The imitation game involves an interrogator trying to distinguish between a human and a machine based on their responses to various questions. Turing argues that if a machine could perform well enough in this game to be indistinguishable from a human, then it could be said to "think." He explores various objections to the idea that machines can think, including theological, mathematical, and arguments from consciousness. Turing addresses each objection, ultimately suggesting that machines can indeed be said to think if they can perform human-like tasks, especially those that involve reasoning, learning, and language.
undefined
Aug 12, 2024 • 48min

Data Science #7 - "The use of multiple measurements in taxonomic problems." (1936), Fisher RA

This paper introduced linear discriminant analysis(LDA), a statistical technique that revolutionized classification in biology and beyond. Fisher demonstrated how to use multiple measurements to distinguish between different species of iris flowers, laying the foundation for modern multivariate statistics. His work showed that combining several characteristics could provide more accurate classification than relying on any single trait. This paper not only solved a practical problem in botany but also opened up new avenues for statistical analysis across various fields. Fisher's method became a cornerstone of pattern recognition and machine learning, influencing diverse areas from medical diagnostics to AI. The iris dataset he used, now known as the "Fisher iris" or "Anderson iris" dataset, remains a popular example in data science education and research.
undefined
Aug 7, 2024 • 57min

Data Science #6 -"On the problem of the most efficient tests of statistical hypotheses." (1933) N&P

This paper is considered one of the foundational works in modern statistical hypothesis testing. Key insights and influences: Neyman-Pearson Lemma: The paper introduced the Neyman-Pearson Lemma, which provides a method for finding the most powerful test for a simple hypothesis against a simple alternative. Type I and Type II errors: It formalized the concepts of Type I (false positive) and Type II (false negative) errors in hypothesis testing. Power of a test: The paper introduced the concept of the power of a statistical test, which is the probability of correctly rejecting a false null hypothesis. Likelihood ratio tests: It laid the groundwork for likelihood ratio tests, which are widely used in modern statistics. Optimal testing: The paper provided a framework for finding optimal statistical tests, balancing the tradeoff between Type I and Type II errors. These concepts have had a profound influence on modern statistical theory and practice, forming the basis of much of classical hypothesis testing used today in various fields of science and research.
undefined
Jul 30, 2024 • 1h 7min

Data Science #5 - "A Mathematical Theory of Communication" (1948), Shannon, C. E. Part - 3

Shannon, Claude Elwood. "A mathematical theory of communication." The Bell system technical journal 27.3 (1948): 379-423. Part 3/3. The paper fundamentally reshapes how we understand communication. The paper introduces a formal framework for analyzing communication systems, addressing the transmission of information with and without noise. Key concepts include the definition of information entropy, the logarithmic measure of information, and the capacity of communication channels. In the third part we go over the Fundamental theorem of the noisy and noiseless channel! Full breakdown of the paper with math and python code is at our website: https://datasciencedecodedpodcast.com/
undefined
Jul 21, 2024 • 41min

Data Science #4 - "A Mathematical Theory of Communication" (1948), Shannon, C. E. Part - 2

Shannon, Claude Elwood. "A mathematical theory of communication." The Bell system technical journal 27.3 (1948): 379-423. Part 2/3. The paper fundamentally reshapes how we understand communication. The paper introduces a formal framework for analyzing communication systems, addressing the transmission of information with and without noise. Key concepts include the definition of information entropy, the logarithmic measure of information, and the capacity of communication channels. Shannon demonstrates that information can be efficiently encoded and decoded to maximize the transmission rate while minimizing errors introduced by noise. This work is pivotal today as it underpins digital communication technologies, from data compression to error correction in modern telecommunication systems. Full breakdown of the paper with math and python code is at our website: https://datasciencedecodedpodcast.com... This is the second part out of 3, as the paper is quite long!
undefined
Jul 16, 2024 • 41min

Data Science #3 - "A Mathematical Theory of Communication" (1948), Shannon, C. E. Part - 1

Delve into the groundbreaking work of Claude Shannon, as his 1948 paper transforms our understanding of communication. Discover the intriguing concept of information entropy and how it shapes data transmission in noisy environments. The discussion highlights the critical role of encoder-decoder systems and their components in effective communication. Listeners learn about the practical applications of Shannon's theories in modern digital communication, including data compression and error correction, establishing a vital link between mathematics and technology.
undefined
Jul 7, 2024 • 1h 1min

Data Science #2 - "Application of the Logistic Function to Bio-Assays" (1944), Berkson Joseph

  "Application of the Logistic Function to Bio-Assays" (1944), Berkson Joseph It gained further prominence in the 20th century through applications in various fields, including biology and bio-assay. Joseph Berkson's 1944 paper, 'Application of the Logistic Function to Bio-Assay,' was pivotal in popularizing its use for estimating drug potency. Berkson argued that the logistic function was a more statistically manageable and theoretically sound alternative to the probit function, which assumed that individual susceptibilities to a drug follow a normal distribution.   The logistic function's ability to be easily linearized via the logit transformation simplifies parameter estimation, making it an attractive choice for analyzing dose-response data.

The AI-powered Podcast Player

Save insights by tapping your headphones, chat with episodes, discover the best highlights - and more!
App store bannerPlay store banner
Get the app