Start free trial
EnglishEnglish
EspañolSpanish
简体中文Chinese
繁體中文Chinese (Traditional)
FrançaisFrench
DeutschGerman
日本語Japanese
PortuguêsPortuguese
ItalianoItalian
한국어Korean
РусскийRussian
NederlandsDutch
العربيةArabic
PolskiPolish
हिन्दीHindi
Tiếng ViệtVietnamese
SvenskaSwedish
ΕλληνικάGreek
TürkçeTurkish
ไทยThai
ČeštinaCzech
RomânăRomanian
MagyarHungarian
УкраїнськаUkrainian
IndonesiaIndonesian
DanskDanish
SuomiFinnish
БългарскиBulgarian
עבריתHebrew
NorskNorwegian
HrvatskiCroatian
CatalàCatalan
SlovenčinaSlovak
LietuviųLithuanian
SlovenščinaSlovenian
СрпскиSerbian
EestiEstonian
LatviešuLatvian
فارسیPersian
മലയാളംMalayalam
தமிழ்Tamil
اردوUrdu
SoBrief
Searching...
Java Cookbook
by Ian F. Darwin • 2001
Everyday Java challenges and the clean, working code that defeats them, from I/O to lambdas.
3.69
162
Java Cookbook Summary
Java Cookbook 91%
Everyday Java challenges and the clean, working code that defeats them, from I/O to lambdas.
by Ian F. Darwin 2001
3.69
162 ratings
Java Deep Learning Essentials
by Yusuke Sugomori • 2016
Python demos deep learning; Java deploys it. Architectures and libraries to close the gap.
3.20
5
Java Deep Learning Essentials Summary
Java Deep Learning Essentials 91%
Python demos deep learning; Java deploys it. Architectures and libraries to close the gap.
by Yusuke Sugomori 2016
3.20
5 ratings
Algorithms of the Intelligent Web
by Haralambos Marmanis • 2009
Search, recommend, cluster, classify: the algorithms that make web applications intelligent.
3.62
130
Algorithms of the Intelligent Web Summary
Algorithms of the Intelligent Web 91%
Search, recommend, cluster, classify: the algorithms that make web applications intelligent.
by Haralambos Marmanis 2009
3.62
130 ratings
Functional Programming in Java
by Venkat Subramaniam • 2013
Cleaner code, less boilerplate, effortless parallelism: the Java 8 lambda and streams playbook.
4.17
226
Functional Programming in Java Summary
Functional Programming in Java 91%
Cleaner code, less boilerplate, effortless parallelism: the Java 8 lambda and streams playbook.
by Venkat Subramaniam 2013
4.17
226 ratings
Head First Java
by Kathy Sierra • 2006
A Java guide that fits how your brain learns: puzzles, doodles, and stories that actually stick.
4.24
4k+
Head First Java Summary
Head First Java 90%
A Java guide that fits how your brain learns: puzzles, doodles, and stories that actually stick.
by Kathy Sierra 2006
4.24
4k+ ratings
Java 8 in Action
by Raoul-Gabriel Urma • 2014
Replace anonymous inner classes with lambdas, iterate with streams, and fix broken dates.
4.35
710
Java 8 in Action Summary
Java 8 in Action 90%
Replace anonymous inner classes with lambdas, iterate with streams, and fix broken dates.
by Raoul-Gabriel Urma 2014
4.35
710 ratings
The Hundred-Page Machine Learning Book
by Andriy Burkov • 2019
The one-sitting machine learning education: a hundred pages, no code, every algorithm that matters.
4.25
1k+
The Hundred-Page Machine Learning Book Summary
The Hundred-Page Machine Learning Book 90%
The one-sitting machine learning education: a hundred pages, no code, every algorithm that matters.
by Andriy Burkov 2019
4.25
1k+ ratings
Hands-On Machine Learning with Scikit-Learn and TensorFlow
by Aurélien Géron • 2017
How neural networks remember: training RNNs, LSTMs, and GRUs for tasks where order matters.
4.55
3k+
Hands-On Machine Learning with Scikit-Learn and TensorFlow Summary
Hands-On Machine Learning with Scikit-Learn and TensorFlow 90%
How neural networks remember: training RNNs, LSTMs, and GRUs for tasks where order matters.
by Aurélien Géron 2017
4.55
3k+ ratings
AI and Machine Learning for Coders
by Laurence Moroney • 2021
Turn your code into AI that runs everywhere: train, optimize, deploy with a single toolkit.
4.09
108
AI and Machine Learning for Coders Summary
AI and Machine Learning for Coders 90%
Turn your code into AI that runs everywhere: train, optimize, deploy with a single toolkit.
by Laurence Moroney 2021
4.09
108 ratings
Java Performance
by Scott Oaks • 2014
Fast Java has no magic switch: profiler first, then GC, JIT, threads, and memory.
4.39
319
Java Performance Summary
Java Performance 90%
Fast Java has no magic switch: profiler first, then GC, JIT, threads, and memory.
by Scott Oaks 2014
4.39
319 ratings
Functional Programming for Java Developers
by Dean Wampler • 2011
Immutability kills whole categories of concurrency bugs. The functional tools Java developers need.
3.27
126
Functional Programming for Java Developers Summary
Functional Programming for Java Developers 90%
Immutability kills whole categories of concurrency bugs. The functional tools Java developers need.
by Dean Wampler 2011
3.27
126 ratings
Machine Learning For Absolute Beginners
by Oliver Theobald • 2017
How machine learning algorithms think, from regression to neural networks, no math required.
4.12
474
Machine Learning For Absolute Beginners Summary
Machine Learning For Absolute Beginners 90%
How machine learning algorithms think, from regression to neural networks, no math required.
by Oliver Theobald 2017
4.12
474 ratings
Machine Learning For Absolute Beginners
by Oliver Theobald • 2018
A plain English path from zero to a working model: the algorithms, data prep, and code.
3.96
786
Machine Learning For Absolute Beginners Summary
Machine Learning For Absolute Beginners 89%
A plain English path from zero to a working model: the algorithms, data prep, and code.
by Oliver Theobald 2018
3.96
786 ratings
Java Concurrency in Practice
by Brian Goetz • 2005
Concurrency bugs come from shared mutable state. The Java tools and patterns that eliminate them.
4.48
3k+
Java Concurrency in Practice Summary
Java Concurrency in Practice 89%
Concurrency bugs come from shared mutable state. The Java tools and patterns that eliminate them.
by Brian Goetz 2005
4.48
3k+ ratings
Deep Learning with Python
by François Chollet • 2017
The Keras creator teaches you to build neural networks that see, read, and create in Python.
4.57
1k+
Deep Learning with Python Summary
Deep Learning with Python 89%
The Keras creator teaches you to build neural networks that see, read, and create in Python.
by François Chollet 2017
4.57
1k+ ratings
Kotlin in Action
by Dmitry Jemerov • 2016
Write less code, eliminate null errors, and keep every Java library. A Kotlin guide for developers.
4.41
603
Kotlin in Action Summary
Kotlin in Action 89%
Write less code, eliminate null errors, and keep every Java library. A Kotlin guide for developers.
by Dmitry Jemerov 2016
4.41
603 ratings
Neural Network for Beginners
by Sebastian Klaas • 2021
Stop treating neural networks as magic. Build them from scratch in Python, line by line.
5.00
1
Neural Network for Beginners Summary
Neural Network for Beginners 89%
Stop treating neural networks as magic. Build them from scratch in Python, line by line.
by Sebastian Klaas 2021
5.00
1 ratings
Python for Geeks
by Muhammad Asif • 2021
Machine learning from notebook to production: Python libraries, data prep, and deployment paths.
4.50
8
Python for Geeks Summary
Python for Geeks 89%
Machine learning from notebook to production: Python libraries, data prep, and deployment paths.
by Muhammad Asif 2021
4.50
8 ratings
Python Data Science Handbook
by Jake VanderPlas • 2016
Four libraries, one workflow: the Python path from raw data to validated predictions.
4.29
676
Python Data Science Handbook Summary
Python Data Science Handbook 89%
Four libraries, one workflow: the Python path from raw data to validated predictions.
by Jake VanderPlas 2016
4.29
676 ratings
Machine Learning with R
by Brett Lantz • 2015
Build the algorithms that catch spam, flag fraud, and recommend products: a hands-on guide in R.
4.20
312
Machine Learning with R Summary
Machine Learning with R 89%
Build the algorithms that catch spam, flag fraud, and recommend products: a hands-on guide in R.
by Brett Lantz 2015
4.20
312 ratings
Machine Learning
by Dr Ruchi Doshi • 2021
From training models with labeled data to finding hidden patterns: the algorithms behind modern AI.
5.00
1
Machine Learning Summary
Machine Learning 89%
From training models with labeled data to finding hidden patterns: the algorithms behind modern AI.
by Dr Ruchi Doshi 2021
5.00
1 ratings
Introduction to Machine Learning with Python
by Andreas C. Müller • 2015
Build models that generalize, not just memorize: a Python data scientist's guide.
4.33
600
Introduction to Machine Learning with Python Summary
Introduction to Machine Learning with Python 89%
Build models that generalize, not just memorize: a Python data scientist's guide.
by Andreas C. Müller 2015
4.33
600 ratings
AI and Machine Learning for On-Device Development
by Laurence Moroney • 2021
Privacy-respecting on-device AI: face detection, text analysis, custom models. No cloud, no PhD.
4.17
6
AI and Machine Learning for On-Device Development Summary
AI and Machine Learning for On-Device Development 89%
Privacy-respecting on-device AI: face detection, text analysis, custom models. No cloud, no PhD.
by Laurence Moroney 2021
4.17
6 ratings
Introduction To Machine Learning
by Ethem Alpaydin • 2004
The mathematical core of machine learning, taught without cutting corners: from Bayes to boosting.
3.78
251
Introduction To Machine Learning Summary
Introduction To Machine Learning 89%
The mathematical core of machine learning, taught without cutting corners: from Bayes to boosting.
by Ethem Alpaydin 2004
3.78
251 ratings
Data Structures and Problem Solving Using Java
by Mark Allen Weiss • 2009
Coding tricks lose to growth rates. The data structures and guarantees that survive at scale.
3.58
36
Data Structures and Problem Solving Using Java Summary
Data Structures and Problem Solving Using Java 89%
Coding tricks lose to growth rates. The data structures and guarantees that survive at scale.
by Mark Allen Weiss 2009
3.58
36 ratings
Machine Learning for Dummies
by John Paul Mueller • 2016
Machine learning demystified: pick the right algorithm, train it well, and know when it works.
3.53
139
Machine Learning for Dummies Summary
Machine Learning for Dummies 89%
Machine learning demystified: pick the right algorithm, train it well, and know when it works.
by John Paul Mueller 2016
3.53
139 ratings
Java to Kotlin
by Duncan McGregor • 2021
Migrating Java to Kotlin safely: functional refactoring that keeps production running.
4.58
33
Java to Kotlin Summary
Java to Kotlin 89%
Migrating Java to Kotlin safely: functional refactoring that keeps production running.
by Duncan McGregor 2021
4.58
33 ratings
Machine Learning
by Ethem Alpaydin • 2016
From spam filters to self-driving cars: the algorithms that learn from data, and what comes next.
3.62
1k+
Machine Learning Summary
Machine Learning 89%
From spam filters to self-driving cars: the algorithms that learn from data, and what comes next.
by Ethem Alpaydin 2016
3.62
1k+ ratings
Keras Reinforcement Learning Projects
by Giuseppe Ciaburro • 2018
Nine Keras projects that bring reinforcement learning from theory to working self-learning agents.
4.00
1
Keras Reinforcement Learning Projects Summary
Keras Reinforcement Learning Projects 89%
Nine Keras projects that bring reinforcement learning from theory to working self-learning agents.
by Giuseppe Ciaburro 2018
4.00
1 ratings
Low-Code AI
by Gwendolyn Stripling • 2023
Skip Python. Train regression models, engineer features, and explain predictions, all in SQL.
4.33
6
Low-Code AI Summary
Low-Code AI 89%
Skip Python. Train regression models, engineer features, and explain predictions, all in SQL.
by Gwendolyn Stripling 2023
4.33
6 ratings
Designing Machine Learning Systems
by Chip Huyen • 2022
Accuracy is not enough. An iterative playbook for machine learning systems that survive production.
4.45
1k+
Designing Machine Learning Systems Summary
Designing Machine Learning Systems 89%
Accuracy is not enough. An iterative playbook for machine learning systems that survive production.
by Chip Huyen 2022
4.45
1k+ ratings
Effective Java
by Joshua Bloch • 2001
The Java library's hidden contract with your objects: obey it, or spend your life debugging.
4.51
8k+
Effective Java Summary
Effective Java 88%
The Java library's hidden contract with your objects: obey it, or spend your life debugging.
by Joshua Bloch 2001
4.51
8k+ ratings
Natural Language Processing with Transformers
by Lewis Tunstall • 2022
Build NLP applications with the open-source stack that turned transformer research practical.
4.39
211
Natural Language Processing with Transformers Summary
Natural Language Processing with Transformers 88%
Build NLP applications with the open-source stack that turned transformer research practical.
by Lewis Tunstall 2022
4.39
211 ratings
Python Machine Learning Case Studies
by Danish Haroon • 2017
Five Python case studies in machine learning: from data cleanup to a scored model, step by step.
2.60
5
Python Machine Learning Case Studies Summary
Python Machine Learning Case Studies 88%
Five Python case studies in machine learning: from data cleanup to a scored model, step by step.
by Danish Haroon 2017
2.60
5 ratings
Learning Android
by Marko Gargenta • 2011
Android apps are built from four core components and a threading rule preventing sluggish UIs.
3.68
213
Learning Android Summary
Learning Android 88%
Android apps are built from four core components and a threading rule preventing sluggish UIs.
by Marko Gargenta 2011
3.68
213 ratings
Deep Learning
by John D. Kelleher • 2019
Deep learning isn't clever math. It's simple neurons, wired at scale, learning from their mistakes.
3.89
473
Deep Learning Summary
Deep Learning 88%
Deep learning isn't clever math. It's simple neurons, wired at scale, learning from their mistakes.
by John D. Kelleher 2019
3.89
473 ratings
Neural Networks, Fuzzy Logic And Genetic Algorithms
by S. Rajasekaran • 2004
Soft computing's three pillars each have blind spots. This is how they fill each other's gaps.
4.21
151
Neural Networks, Fuzzy Logic And Genetic Algorithms Summary
Neural Networks, Fuzzy Logic And Genetic Algorithms 88%
Soft computing's three pillars each have blind spots. This is how they fill each other's gaps.
by S. Rajasekaran 2004
4.21
151 ratings
Kotlin for Android Developers
by Antonio Leiva • 2016
Build an Android app while learning Kotlin: less boilerplate, null safety, and concise code.
3.85
183
Kotlin for Android Developers Summary
Kotlin for Android Developers 88%
Build an Android app while learning Kotlin: less boilerplate, null safety, and concise code.
by Antonio Leiva 2016
3.85
183 ratings
Machine Learning Simplified
by Andrew Wolf • 2022
Supervised learning, gently: pipeline, optimization, and the real reasons your model overfits.
4.87
193
Machine Learning Simplified Summary
Machine Learning Simplified 88%
Supervised learning, gently: pipeline, optimization, and the real reasons your model overfits.
by Andrew Wolf 2022
4.87
193 ratings
Data Structures and Algorithms Made Easy in Java
by Narasimha Karumanchi • 2011
Data structures and algorithms, taught problem by problem in Java. Built for the interview.
4.17
471
Data Structures and Algorithms Made Easy in Java Summary
Data Structures and Algorithms Made Easy in Java 88%
Data structures and algorithms, taught problem by problem in Java. Built for the interview.
by Narasimha Karumanchi 2011
4.17
471 ratings
AI for Data Science
by Zacharias Voulgaris • 2018
The real AI toolkit goes beyond deep learning: optimization, fuzzy logic, ensembles.
4.55
20
AI for Data Science Summary
AI for Data Science 88%
The real AI toolkit goes beyond deep learning: optimization, fuzzy logic, ensembles.
by Zacharias Voulgaris 2018
4.55
20 ratings
Data Science from Scratch
by Joel Grus • 2015
Real understanding comes from building algorithms yourself, not calling libraries others wrote.
3.90
1k+
Data Science from Scratch Summary
Data Science from Scratch 88%
Real understanding comes from building algorithms yourself, not calling libraries others wrote.
by Joel Grus 2015
3.90
1k+ ratings
Practical Time Series Analysis
by Aileen Nielsen • 2019
When ARIMA beats deep learning, and when it doesn't: the pipeline from cleaning to prediction.
3.77
64
Practical Time Series Analysis Summary
Practical Time Series Analysis 88%
When ARIMA beats deep learning, and when it doesn't: the pipeline from cleaning to prediction.
by Aileen Nielsen 2019
3.77
64 ratings
Deep Learning Design Patterns
by Andrew Ferlitsch • 2021
Data shift crushed your model? Simple design patterns push accuracy from 10% to 98%.
4.67
3
Deep Learning Design Patterns Summary
Deep Learning Design Patterns 88%
Data shift crushed your model? Simple design patterns push accuracy from 10% to 98%.
by Andrew Ferlitsch 2021
4.67
3 ratings
The Machine Learning Solutions Architect Handbook
by David Ping • 2022
Most ML models never make it to production. The architecture playbook for the ones that do.
4.06
16
The Machine Learning Solutions Architect Handbook Summary
The Machine Learning Solutions Architect Handbook 88%
Most ML models never make it to production. The architecture playbook for the ones that do.
by David Ping 2022
4.06
16 ratings
Effective Unit Testing
by Lasse Koskela • 2012
A slow test suite kills productivity. The craft rules for fast, trustworthy unit tests.
3.80
118
Effective Unit Testing Summary
Effective Unit Testing 88%
A slow test suite kills productivity. The craft rules for fast, trustworthy unit tests.
by Lasse Koskela 2012
3.80
118 ratings
Artificial Intelligence and Machine Learning for Business
by Steven Finlay • 2018
ML projects fail for business reasons, not technical ones. The rules for getting it right.
4.14
207
Artificial Intelligence and Machine Learning for Business Summary
Artificial Intelligence and Machine Learning for Business 88%
ML projects fail for business reasons, not technical ones. The rules for getting it right.
by Steven Finlay 2018
4.14
207 ratings
Introduction to Computation and Programming Using Python
by John V. Guttag • 2013
A computer calculates and remembers; everything beyond that is what you build with code.
4.22
500
Introduction to Computation and Programming Using Python Summary
Introduction to Computation and Programming Using Python 87%
A computer calculates and remembers; everything beyond that is what you build with code.
by John V. Guttag 2013
4.22
500 ratings
The Little Book of Deep Learning
by François Fleuret • 2023
The machinery of deep learning, compressed: gradient descent, backprop, and attention.
4.32
151
The Little Book of Deep Learning Summary
The Little Book of Deep Learning 87%
The machinery of deep learning, compressed: gradient descent, backprop, and attention.
by François Fleuret 2023
4.32
151 ratings
Python Programming
by John Zelle • 2003
A Python-first CS textbook that teaches what computation can do, not just how to code.
4.02
483
Python Programming Summary
Python Programming 87%
A Python-first CS textbook that teaches what computation can do, not just how to code.
by John Zelle 2003
4.02
483 ratings
Home
Swipe
Library
Get App
Try Full Access for 3 Days
Listen, bookmark, and more
Compare Features Free Pro
📖 Read Summaries
Read unlimited summaries. Free users get 3 per month
🎧 Listen to Summaries
Listen to unlimited summaries in 40 languages
❤️ Unlimited Bookmarks
Free users are limited to 4
📜 Unlimited History
Free users are limited to 4
📥 Unlimited Downloads
Free users are limited to 1
Risk-Free Timeline
Today: Get Instant Access
Listen to full summaries of 26,000+ books. That's 12,000+ hours of audio!
Day 2: Trial Reminder
We'll send you a notification that your trial is ending soon.
Day 3: Your subscription begins
You'll be charged on Jul 25,
cancel anytime before.
Consume 2.8× More Books
2.8× more books Listening Reading
Our users love us
600,000+ readers
Trustpilot Rating
TrustPilot
4.6 Excellent
This site is a total game-changer. I've been flying through book summaries like never before. Highly, highly recommend.
— Dave G
Worth my money and time, and really well made. I've never seen this quality of summaries on other websites. Very helpful!
— Em
Highly recommended!! Fantastic service. Perfect for those that want a little more than a teaser but not all the intricate details of a full audio book.
— Greg M
Save 62%
Yearly
$119.88 $44.99/year/yr
$3.75/mo
Monthly
$9.99/mo
Start a 3-Day Free Trial
3 days free, then $44.99/year. Cancel anytime.
Unlock a world of fiction & nonfiction books
26,000+ books for the price of 2 books
Read any book in 10 minutes
Discover new books like Tinder
Request any book if it's not summarized
Read more books than anyone you know
#1 app for book lovers
Lifelike & immersive summaries
30-day money-back guarantee
Download summaries in EPUBs or PDFs
Cancel anytime in a few clicks
Scanner
Find a barcode to scan

We have a special gift for you
Open
38% OFF
DISCOUNT FOR YOU
$79.99
$49.99/year
only $4.16 per month
Continue
2 taps to start, super easy to cancel
Settings
General
Widget
Loading...
We have a special gift for you
Open
38% OFF
DISCOUNT FOR YOU
$79.99
$49.99/year
only $4.16 per month
Continue
2 taps to start, super easy to cancel