Build a Large Language Model
Sebastian Raschka provides a comprehensive roadmap for understanding generative artificial intelligence by constructing a functional model from the ground up. Instead of treating these systems as mysterious black boxes, this guide breaks down the architecture of large language models into manageable coding tasks. You will learn the mechanics behind modern AI tools by building every component your…
Shelves
More like this
Deep Learning
An introduction to a broad range of topics in deep learning, covering mathematical and conceptual background, deep learning techniques used in ind…
Speech and Language Processing: An Introduction to Natural Language Processing, Computational Linguistics and Speech Recognition
This book offers a unified vision of speech and language processing, presenting state-of-the-art algorithms and techniques for both speech and tex…
Artificial Intelligence: A Guide for Thinking Humans
A sweeping examination of the current state of artificial intelligence and how it is remaking our world No recent scientific enterprise has…
Programming Collective Intelligence: Building Smart Web 2.0 Applications
Want to tap the power behind search rankings, product recommendations, social bookmarking, and online matchmaking? This fascinating book demonstra…
On Intelligence
From the inventor of the PalmPilot comes a new and compelling theory of intelligence, brain function, and the future of intelligent machines <…
The Alignment Problem: Machine Learning and Human Values
A jaw-dropping exploration of everything that goes wrong when we build AI systems and the movement to fix them. Today’s "machine-learning" …
Data Science from Scratch: First Principles with Python
Data science libraries, frameworks, modules, and toolkits are great for doing data science, but they’re also a good way to dive into the disciplin…
Machine Learning (32505087)
A concise overview of machine learning—computer programs that learn from data—which underlies applications that include recommendation systems, fa…
Information Theory, Inference, and Learning Algorithms
Information theory and inference, often taught separately, are here united in one entertaining textbook. These topics lie at the heart of many exc…
Superintelligence: Paths, Dangers, Strategies
Superintelligence asks the questions: what happens when machines surpass humans in general intelligence? Will artificial agents save or destroy us…
Foundations of Statistical Natural Language Processing
Statistical approaches to processing natural language text have become dominant in recent years. This foundational text is the first comprehensive…
Make Your Own Neural Network
A gentle journey through the mathematics of neural networks, and making your own using the Python computer language. Neural networks are a …