Leanpub Header

Skip to main content

Filters

Category: "Artificial Intelligence"

Artificial Intelligence

  1. ChatGPT Unleashed
    ChatGPT Unleashed
    The Ultimate Guide to Crafting Powerful Prompts for Profit
    Lionel Tchami

    "ChatGPT Unleashed: The Ultimate Guide to Crafting Powerful Prompts for Profit" is your go-to guide for creating compelling prompts that drive engagement, conversions, and sales.  With step-by-step instructions and practical examples, this guidebook will equip you with the tools and strategies you need to achieve your business goals using AI.

  2. 解剖深度學習原理
    解剖深度學習原理
    從0實現深度學習庫
    hwdong

    市面上的深度學習書要么晦澀難懂,要么是平台使用說明書,只講理論缺少實現或者只有編程缺少原理講解,都很難讓人理解深度學習的基本原理,本書採用理論講解與代碼實現的方式深入淺出地剖析了深度學習的技術原理和實現細節,教會讀者如何從零編寫一個深度學習庫。內容包含了:梯度下降法、回歸學習、前饋神經網絡、卷積神經網絡、循環神經網絡、生成網絡。

  3. 深層学習原理の構造
    深層学習原理の構造
    深層学習ライブラリをゼロから作成する
    hwdong

    市場に出回っている深層学習の本は、あいまいで理解しにくいもの、またはプラットフォームの説明書であり、実装がなく理論だけが説明されているか、原理の説明がなくプログラミングだけが説明されているものであり、人々が深層学習の基本原理を理解することは困難です.この本では、理論的な説明とコードの実装を使用しています。この方法では、深層学習の技術原理と実装の詳細を簡単な方法で分析し、深層学習ライブラリをゼロから作成する方法を読者に教えています。コンテンツには、勾配降下法、回帰学習、フィードフォワード ニューラル ネットワーク、畳み込みニューラル ネットワーク、再帰型ニューラル ネットワーク、生成ネットワークが含まれます。

  4. AI-Powered Data Products
    AI-Powered Data Products
    Transforming Data into Profit: A C-Suite Handbook
    Jarkko Moilanen, PhD and Venkata Pradeep Tatiraju

    From machine learning to natural language processing, this book will guide you through the cutting-edge world of AI-powered data products. You'll learn how to harness the power of AI to create products that are smarter, faster, and more efficient than anything your competitors can dream of.

  5. Anatomy of Deep Learning Principles
    Anatomy of Deep Learning Principles
    Writing a Deep Learning Library from Scratch
    hwdong

    Talking about theory without implementation or only programming without principle explanations is difficult for people to understand the principles of deep learning. This book uses theoretical explanations and code implementations to explain the principles of deep learning and how to write a deep learning library from scratch.

  6. ChatGPT for beginners
    ChatGPT for beginners
    A Quick Introduction to Prompt Engineering!
    Wasi

    This practical guide shows you how to harness ChatGPT and GPT-5 to boost productivity, create content, organize notes, and solve real-world problems efficiently.  Learn how to craft precise prompts, optimize responses, and apply AI ethically while avoiding common pitfalls like bias, repetitive outputs, and over-reliance. The book also covers the evolution of GPT models, the Transformer architecture, and essential techniques to maximize AI performance.  With hands-on examples, workflow integration tips, and insights into advanced AI tools, this guide empowers students, professionals, and hobbyists to confidently use AI in daily life.  Take control of AI, improve your efficiency, and explore new creative possibilities with this beginner-friendly, practical, and responsible guide to ChatGPT and GPT-5.  

  7. Get SH*T Done with Prompt Engineering and LangChain
    Get SH*T Done with Prompt Engineering and LangChain
    Build AI Applications with ChatGPT in Python
    Venelin Valkov

    Will AI replace you, or will you use AI to 10x yourself? Discover the secrets of Prompt Engineering and LangChain to build chatbots, summarization tools, and more. Get ready to revolutionize the way you approach AI development with this comprehensive guide.

  8. ChatGPT Made Simple
    ChatGPT Made Simple
    A Practical Guide for Everyday Users
    Kür Şad

    Delve into "ChatGPT Made Simple: A Practical Guide for Everyday Users," written by ChatGPT itself, to unlock AI-assisted potential in daily tasks. Learn from real-life applications, tutorials, and tips to revolutionize writing, learning, and communication. Embrace ChatGPT as your reliable AI companion in the modern digital world.

  9. The McGinty Equation
    The McGinty Equation
    Unifying Quantum Field Theory and Fractal Theory to Understand Subatomic Particle Behavior
    Chris McGinty

    Beyond practical applications, the McGinty Equation underscores the beauty and elegance of physics, demonstrating how theoretical concepts can be used to solve complex problems and uncover new truths about the universe. Its potential applications extend beyond quantum mechanics and into other fields, such as biology, finance, and computer science.

  10. Introduction to ChatGPT An Overview of OpenAI's Cutting-Edge Language Model
    Introduction to ChatGPT An Overview of OpenAI's Cutting-Edge Language Model
    Discovering the Possibilities of ChatGPT: An Overview of OpenAI's State-of-the-Art Language Model
    Lionel Tchami

    Discover the groundbreaking technology behind one of the most advanced language models in the world with "Introduction to ChatGPT." This ebook provides a comprehensive overview of OpenAI's ChatGPT, its capabilities, and its impact on the field of natural language processing.

  11. A1 101: How to tranform your Business with Artificial Intelligence for Competitive Advantage

    AI is emerging as a powerful tool that can unlock new insights and improve operational efficiencies.

  12. A1 101: How to tranform your Business with Artificial Intelligence for Competitive Advantage

    AI is emerging as a powerful tool that can unlock new insights and improve operational efficiencies.

  13. A Primer to the 42 Most commonly used Machine Learning Algorithms (With Code Samples)

    This book introduces you to the 42 most commonly used machine learning algorithms in an understandable way.

  14. Training of a two-layer Perceptron network for the exor function problem

    The author explains what is a perceptron with two layers and the backpropagation method to train the network. It is included a program in python.

  15. Entrenamiento de una red perceptron de dos capas

    En este trabajo se muestran las bases del entranamiento de una red perceptrón multicapas, aplicado al caso de una red que hace las veces de una función exor. Se ha usado programación en Python.