Difference between revisions of "Reading Material & Glossary"
m (→Benchmarks & Evaluations) |
|||
| Line 76: | Line 76: | ||
* '''Reasoning/Thinking Tokens:''' A paradigm shift where models are trained (often via Reinforcement Learning, such as GRPO) to output internal "thought" chains before providing a final answer, significantly improving performance on complex logic, math, and coding tasks. | * '''Reasoning/Thinking Tokens:''' A paradigm shift where models are trained (often via Reinforcement Learning, such as GRPO) to output internal "thought" chains before providing a final answer, significantly improving performance on complex logic, math, and coding tasks. | ||
* '''State-Space Models (SSMs):''' Emerging alternatives to Transformers that offer linear scaling with sequence length, potentially enabling context windows in the millions of tokens. | * '''State-Space Models (SSMs):''' Emerging alternatives to Transformers that offer linear scaling with sequence length, potentially enabling context windows in the millions of tokens. | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
== Ecosystem & Product Integrations == | == Ecosystem & Product Integrations == | ||
Revision as of 12:26, 4 September 2026
YouTube ... Quora ...Google search ... Amazon search ...Google News ...Bing News
- How do I leverage Artificial Intelligence (AI)? ... Reading/Glossary ... Courses/Certs ... Education ... Help Wanted
- Humor ... Writing/Publishing ... Storytelling ... Broadcast ... Journalism/News ... Podcasts ... Books, Radio & Movies - Exploring Possibilities
- Math for Intelligence ... Finding Paul Revere ... Social Network Analysis (SNA) ... Dot Product ... Kernel Trick
- Papers With Code ... a free and open resource with Machine Learning papers, code, datasets, methods and evaluation tables
- Connected Papers ... explore connected papers in a visual graph
- AI Book Recs: Add These to Your Reading List | Shana Lynch - Stanford University Human -Centered Artificial Intelligence ... Our HAI community offered up the best books in AI that they’re reading.
- Distill ...an academic journal dedicated to human understanding
- Nomenclature:
- Open Library | Internet Archive ...non-profit library of millions of free books, movies, software, music, websites, and more.
- WorldCat | OCLC Online Computer Library Center, Inc. ...world's largest network of library content and services
- Python ... GenAI w/ Python ... JavaScript ... GenAI w/ JavaScript ... TensorFlow ... PyTorch
- AITopics | The Association for the Advancement of Artificial Intelligence (AAAI)
- Summarized Top 2018 Papers | Mariya Yao
- Reddit - Machine Learning Sub-reddit
- Arxiv Sanity Preserver to accelerate research
- Public search | DOD and ODNI/IARPA
- Academic and Scholar Search Engines and Sources | Marcus P. Zillman - Virtual Private Library
- Machine Translation Reading List | Tsinghua Natural Language Processing Group
- 24 Best (and Free) Books To Understand Machine Learning | Reashikaa Verma - KDnuggets
- Neural Networks and Deep Learning - online book | Michael A. Nielsen
- Large Language Model (LLM) ... Natural Language Processing (NLP) ...Generation ... Classification ... Understanding ... Translation ... Tools & Services:
- Taming Text - How to Find, Organize, and Manipulate It | Grant S. Ingersoll, Thomas S. Morton, and Andrew L. Farris
- Natural Language Processing with Python - Analyzing Text with the Natural Language Toolkit | Steven Bird, Ewan Klein, and Edward Loper
- Foundations of Statistical Natural Language Processing | Chris Manning and Hinrich Schütze
- The Deep Learning AI Playbook: Strategy for Disruptive Artificial Intelligence | Carlos E Perez
- Artificial Intuition: The Improbable Deep Learning Revolution | Carlos E Perez
- Top 8 Free Must-Read Books on Deep Learning
- 10 Free Must-Read Books for Machine Learning and Data Science
- Grasp Mathematical Foundations on Machine Learning and Data Science
- Neural Network Zoo | Fjodor Van Veen
- TensorFlow Programmer's Guide
- Programming Collective Intelligence: Building Smart Web 2.0 Applications | Toby Segaran
- Impromptu: Amplifying Our Humanity Through AI | Reid Hoffman ... written with GPT-4
- The AI Revolution in Medicine: GPT-4 and Beyond | P. Lee, C. Goldberg, & I. Kohane
- Scaling Laws for Reasoning-Centric Models | Research Paper - January 2026
- Highlights the shift from pre-training scale to inference-time compute (test-time scaling).
- Advancing Reasoning Capabilities in Large Models | OpenAI Blog - May 2026
- State-Space Models vs Transformers: The Future of Context | Google DeepMind - March 2026
- Open Source LLM Leaderboard Update | Hugging Face - August 2026
Contents
Core Concepts & Architecture
Modern AI systems have evolved from simple predictive models to complex architectures capable of multi-step reasoning. The current state-of-the-art relies on:
- Transformers & Attention Mechanisms: The foundational architecture using self-attention to weigh the importance of different tokens in a sequence, enabling long-range dependency modeling.
- Mixture of Experts (MoE): A sparse architecture where only a subset of parameters (experts) is activated per token, allowing for massive model sizes (trillions of parameters) with efficient inference compute.
- Reasoning/Thinking Tokens: A paradigm shift where models are trained (often via Reinforcement Learning, such as GRPO) to output internal "thought" chains before providing a final answer, significantly improving performance on complex logic, math, and coding tasks.
- State-Space Models (SSMs): Emerging alternatives to Transformers that offer linear scaling with sequence length, potentially enabling context windows in the millions of tokens.
Ecosystem & Product Integrations
The AI ecosystem has moved toward "Agentic Workflows," where models are integrated into IDEs (e.g., Cursor, VS Code Copilot), cloud environments (Azure AI, AWS Bedrock), and autonomous agent loops that can execute code, browse the web, and manage multi-step tool calls.
Your life does not get better by chance, it gets better by change.- Jim Rohn
AI/ML Newsletters
Materials
|
|
|
|