Leanpub Header

Skip to main content

Filters

Category: "Machine Learning"

Books

  1. Deep Learning in Production
    Sergios Karagiannakos

    Build, train, deploy, scale and maintain deep learning models. Understand ML infrastructure and MLOps using hands-on examples.

  2. Data Mesh Architektur
    Aus der Engineering-Perspektive
    Dr. Simon Harrer, Larysa Visengeriyeva, and Jochen Christ

    In diesem Primer erklären wir Data Mesh aus der Engineering-Perspektive.

  3. 入門 日本語自然言語処理
    Masato Hagiwara and Paul O'Leary McCann

    日本語テキストを処理したい全てのプログラマ・エンジニアの方へ。分かち書きなどの基本から、自然言語生成などの最新の話題までをカバー。動かして学べるコードや、参照文献も付いています。言語学や機械学習の知識が無くても問題ありません。

  4. Introduction to Japanese Natural Language Processing
    Masato Hagiwara and Paul O'Leary McCann

    A thorough guide for programmers working with Japanese text, covering fundamental issues like tokenization and recent research topics like generating natural language texts. Working examples are accompanied by extensive reference to allow problem solving even without a background in Japanese or Machine Learning.

  5. Python is a rich and powerful language, but many data scientists merely scratch the surface, and often feel uncertain about what lies beneath.  This book will go deep into the heart of Python, to truly understand its components, and how we can stitch them together to build better scientific workflows and machine learning systems.

  6. The Efficient Machine Learning Practitioner
    The first no-equation, no-code, reference book about production-grade machine learning (ML).
    Olivier Cruchant

    How to transform machine learning research into successful production systems? The answers are in this book! Learn real stories, architectural concepts, tools and best practices that catalyze individual and organizational success in ML.

  7. Dungeons & Qubits
    An Adventurer's Tale Beyond the Quantum Computing Tutorials
    Brian N. Siegelwax
    No Description Available
  8. Neural Networks Fundamentals with Python
    Rodrigo Girão Serrão @ Mathspp

    Ever wondered what a neural network really is, how it works, or how to implement one? Well, I did, and that is why I tried implementing one. And it was amazing! Now, I just want to help you do it yourself, so that you can take a peek behind the curtains of this world of machine learning, deep learning, and all those buzzwords.

  9. Simplifying Machine Learning with PyCaret
    A Low-code Approach for Beginners and Experts!
    Giannis Tolios

    A beginner-friendly introduction to machine learning with Python, that is based on the PyCaret and Streamlit libraries. Readers will delve into the fascinating world of artificial intelligence, by easily training and deploying their ML models!

  10. 15 Cheat Sheet Collection in Python + Git + NumPy + ML + Mindset
    Easy + Quick Learning with Finxter's Best Cheat Sheets
    Christian Mayer

    This 15x PDF collection is a compilation of the best cheat sheets created for my free Finxter Email Academy that teaches Python in byte-sized video and cheat sheet lessons.

  11. 解剖深度学习原理
    从0实现深度学习库
    hwdong

    市面上的深度学习书要么晦涩难懂,要么是平台使用说明书,只讲理论缺少实现或者只有编程缺少原理讲解,都很难让人理解深度学习的基本原理,本书采用理论讲解与代码实现的方式深入浅出地剖析了深度学习的技术原理和实现细节,教会读者如何从零编写一个深度学习库。内容包含了:梯度下降法、回归学习、前馈神经网络、卷积神经网络、循环神经网络、生成网络。

  12. What Just Happened: Descriptive Statistics
    An Explorer’s Guide to Data
    Shefali Nayak

    The book explains the core concepts and terminologies of Descriptive Statistics using real-world examples. The book contains 17 practice problems, 2 quizzes, 36 graphical representations and numerous examples to enable effective learning and understanding of the concepts. Please check the bundle options with this book for better deals!

  13. Understanding Deep Learning
    Application in Rare Event Prediction
    Chitta Ranjan

    "It is like a voyage of discovery, seeking not for new territory but new knowledge. It should appeal to those with a good sense of adventure," Dr. Frederick Sanger. I hope every reader enjoys this voyage in deep learning and find their adventure.

  14. Self aware Robot´s
    Adrian Vasile

    I write this book for all the people who believe that link between technology and humans can create a better world. I believe that fast advancement of the technology will help our planet to solve many problems in a more fast smart way that what human brain is capable to do.All this because of fast development of microprocessor architecture.

  15. Feature Selection in Machine Learning
    Over 20 methods to select the most predictive features and build simpler, faster, and more reliable machine learning models.
    Soledad Galli, PhD

    Learn how to implement various feature selection methods in a few lines of code and train faster, simpler, and more reliable machine learning models. Using Python open-source libraries, you will learn how to find the most predictive features from your data through filter, wrapper, embedded, and additional feature selection methods.