Data Analysis for Business Decisions: Case Studies in Excel, R, and ChatGPT, 3rd Edition

Автор: literator от 22-01-2025, 20:53, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Data Analysis for Business Decisions: Case Studies in Excel, R, and ChatGPT, 3rd Edition
Автор: Andres Fortino
Издательство: Mercury Learning and Information
Год: 2025
Страниц: 441
Язык: английский
Формат: pdf (true)
Размер: 23.4 MB

In today’s data-driven world, the ability to analyze and interpret data is no longer optional―it’s a necessity for making informed business decisions. This book provides a comprehensive, hands-on guide to mastering the essential techniques and tools that empower business analysts to transform raw data into actionable insights. Packed with practical exercises and real-world case studies, this book focuses on applying statistical methods across the most widely used tools, including Excel, R, Python, and Generative AI platforms like ChatGPT. Key topics include framing analytical questions, descriptive and advanced statistical techniques, text analytics and A/B testing, and big data and visualization. Whether analyzing sales trends, optimizing marketing strategies, or improving operational efficiency, you’ll gain the skills to make data-backed decisions that drive business success. The book introduces a comprehensive suite of analysis tools that form the backbone of modern data analysis and statistical computing. Detailed instructions on how to install and use Excel’s Analysis ToolPak, R and its interface Jamovi, and Generative AI tools like ChatGPT are provided.
 

Large Language Models for Developers: A Prompt-based Exploration

Автор: literator от 22-01-2025, 20:09, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Large Language Models for Developers: A Prompt-based Exploration
Автор: Oswald Campesato
Издательство: Mercury Learning and Information
Год: 2025
Страниц: 1047
Язык: английский
Формат: pdf (true), epub
Размер: 12.5 MB

This book offers a thorough exploration of Large Language Models (LLMs), guiding developers through the evolving landscape of generative AI and equipping them with the skills to utilize LLMs in practical applications. Designed for developers with a foundational understanding of machine learning, this book covers essential topics such as prompt engineering techniques, fine-tuning methods, attention mechanisms, and quantization strategies to optimize and deploy LLMs. Beginning with an introduction to Generative AI, the book explains distinctions between conversational AI and generative models like GPT-4 and BERT, laying the groundwork for prompt engineering (Chapters 2 and 3). Some of the LLMs that are used for generating completions to prompts include Llama-3.1 405B, Llama 3, GPT-4o, Claude 3, Google Gemini, and Meta AI. Readers learn the art of creating effective prompts, covering advanced methods like Chain of Thought (CoT) and Tree of Thought prompts. As the book progresses, it details fine-tuning techniques (Chapters 5 and 6), demonstrating how to customize LLMs for specific tasks through methods like LoRA and QLoRA, and includes Python code samples for hands-on learning.
 

AI and ML for Coders in PyTorch (Early Release)

Автор: literator от 22-01-2025, 16:48, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: AI and ML for Coders in PyTorch: A Coder’s Guide to Generative AI and Machine Learning (Early Release)
Автор: Laurence Moroney
Издательство: O’Reilly Media, Inc.
Год: 2025-01-21
Язык: английский
Формат: pdf, epub
Размер: 10.1 MB

Eager to learn AI and Machine Learning but unsure where to start? Laurence Moroney's hands-on, code-first guide demystifies complex AI concepts without relying on advanced mathematics. Designed for programmers, it focuses on practical applications using PyTorch, helping you build real-world models without feeling overwhelmed. From computer vision and natural language processing (NLP) to Generative AI with Hugging Face Transformers, this book equips you with the skills most in demand for AI development today. You'll also learn how to deploy your models across the web and cloud confidently. When it comes to creating Artificial Intelligence, Machine Learning and Deep Learning are a great place to begin. When getting started, however, it’s easy to get overwhelmed by the options and all the new terminology. This book aims to demystify things for programmers, taking you through writing code to implement concepts of Machine Learning and Deep Learning, and building models that behave more as a human does, with scenarios like computer vision, natural language processing, and more.
 

Парсинг с помощью Python. Веб-скрапинг в действии. 3-е межд. изд.

Автор: literator от 22-01-2025, 05:03, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Парсинг с помощью Python. Веб-скрапинг в действии. 3-е межд. изд.
Автор: Райан Митчелл
Издательство: Спринт Бук
Год: 2025
Страниц: 353
Язык: русский
Формат: pdf
Размер: 35.0 MB

Если программирование — магия, то веб-скрапинг — настоящее колдовство. Написав простую автоматизированную программу, можно отправлять запросы веб-серверам, получать ответы с данными, а затем анализировать эти данные и извлекать необходимую информацию. Это обновленное третье издание книги не только познакомит вас с веб-скрапингом, но и послужит исчерпывающим руководством по сбору практически любых видов данных в современном Интернете. В части I основное внимание уделено механике веб-скрапинга: как с помощью Python отправлять запросы веб-серверам, обрабатывать ответы и автоматизировать взаимодействие с сайтами. В части II исследуются более конкретные инструменты и приложения, которые пригодятся при любом сценарии веб-скрапинга.
 

Haskell Programming: Pure Functional Language with Strong Typing for Advanced Data Manipulation and Concurrency

Автор: literator от 22-01-2025, 04:05, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Haskell Programming: Pure Functional Language with Strong Typing for Advanced Data Manipulation and Concurrency
Автор: Theophilus Edet
Издательство: CompreQuest Books
Серия: Mastering Programming Languages Series
Год: September 15, 2024
Страниц: 718
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.1 MB

Haskell Programming: Pure Functional Language with Strong Typing for Advanced Data Manipulation and Concurrency is your essential guide to mastering Haskell, a language celebrated for its purity, strong typing, and powerful capabilities. Whether you're new to functional programming or an experienced developer, this book will help you unlock the full potential of Haskell for sophisticated data manipulation and concurrent programming. At the heart of Haskell is the concept of purity. In functional programming, purity refers to the idea that functions should behave like mathematical functions: they always produce the same output given the same input and cause no side effects. This property simplifies reasoning about code, leading to more predictable and testable software. Throughout this book, you will see how Haskell’s commitment to purity leads to elegant solutions for complex problems, fostering code that is more modular, easier to debug, and naturally parallelizable. By embracing pure functions, Haskell enforces a discipline that drastically reduces bugs related to shared state, mutable data, or unintended side effects.
 

Emerging Trends in Computer Science and Its Application

Автор: literator от 22-01-2025, 02:32, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Emerging Trends in Computer Science and Its Application
Автор: Anurag Tiwari, Manuj Darbari
Издательство: CRC Press
Год: 2024
Страниц: 663
Язык: английский
Формат: pdf (true)
Размер: 51.6 MB

The conference brought together a diverse group of scholars, researchers, and industry professionals to engage in meaningful discussions and share insights on cutting-edge trends in Artificial Intelligence (AI), Machine Learning, Data Science, and their multifaceted applications. This collaboration and knowledge exchange fostered an environment of innovation, making the conference a successful and impactful event for all participants. It aimed to highlight these significant advancements and serve as a valuable resource for researchers, academicians, and practitioners who wish to stay informed about the recent innovations and methodologies shaping the landscape of Computational Intelligence. By showcasing a wide range of research topics and practical implementations, it not only addressed the current challenges but also inspired new ideas and approaches for future research.
 

PowerShell Proficiency: An In-Depth Handbook for Automation and Scripting

Автор: magnum от 22-01-2025, 01:35, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

PowerShell Proficiency: An In-Depth Handbook for Automation and ScriptingНазвание: PowerShell Proficiency: An In-Depth Handbook for Automation and Scripting
Автор: Adam Jones
Издательство: NOB TREX L.L.C
Год выхода: 2024
Страниц: 307
Формат: True EPUB, True PDF
Размер: 10,1 MB
Язык: английский

Unlock the full potential of PowerShell with "PowerShell Proficiency: An In-Depth Handbook for Automation and Scripting," your go-to resource for mastering automation and managing intricate administrative tasks. Explore the comprehensive scope of PowerShell, from fundamental commands to sophisticated scripting techniques, and learn how to streamline your Windows environment, manage Active Directory, schedule tasks, secure scripts, and interact with databases with precision.
 

Deep Learning and AI Superhero: Mastering TensorFlow, Keras, and PyTorch

Автор: literator от 21-01-2025, 20:51, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Deep Learning and AI Superhero: Mastering TensorFlow, Keras, and PyTorch: Advanced Machine Learning and AI, Neural Networks, and Real-World Projects (Mastering the AI Revolution)
Автор: Cuantum Technologies
Издательство: Cuantum Technologies
Год: October 7, 2024
Страниц: 799
Язык: английский
Формат: pdf, epub
Размер: 26.0 MB

Unleash Your AI Superpowers with Deep Learning. Deep Learning is transforming industries by enabling machines to see, hear, and understand the world. With Deep Learning and AI Superhero: Mastering Deep Learning with TensorFlow, Keras, and PyTorch, you will learn how to build state-of-the-art deep learning models using the most powerful frameworks available. Whether you're an experienced Machine Learning practitioner or just starting with deep learning, this book equips you with the tools and knowledge to tackle the most complex AI challenges. Understand how neural networks work and explore the core principles of Deep Learning. Learn to build and train models that can recognize patterns, classify data, and solve complex tasks using backpropagation, gradient descent, and more. Build Deep Learning models with TensorFlow 2.x, the world’s most powerful AI platform. Use Keras for quick, high-level modeling, and explore PyTorch for flexible, research-driven experimentation. You’ll learn to apply each framework to build, train, and deploy Deep Learning models.
 

Modern Angular: Also covers signals, standalone, SSR, zoneless, and more

Автор: literator от 21-01-2025, 17:56, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Modern Angular: Also covers signals, standalone, SSR, zoneless, and more
Автор: Armen Vardanyan
Издательство: Manning Publications
Год: 2025
Страниц: 306
Язык: английский
Формат: True/Retail PDF, True/Retail ePUB
Размер: 14.0 MB

Discover the new features and techniques of the most modern versions of Angular. The powerful Angular framework is ever-evolving, with each new iteration bringing amazing new modern features. Modern Angular gets you rapidly up to speed with Angular’s latest innovations. Discover new ways of working with components, dependency injection, RxJS, Signals, and more—all through building a complete enterprise-grade HR management system! You’ll soon be improving your daily development with Angular’s quality-of-life features, upgrading your app’s performance with server-side rendering, and getting ready for what’s coming Angular’s future. Plus, detailed migration guides demonstrate ways to update existing apps to modern patterns, and make it easy to modernize your legacy code. For experienced Angular developers. Covers Angular versions 12 and later.
 

AWS Certified Developer Study Guide: Associate (DVA-C02) Exam, 2nd Edition

Автор: literator от 21-01-2025, 08:33, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: AWS Certified Developer Study Guide: Associate (DVA-C02) Exam (Sybex Study Guide), 2nd Edition
Автор: Brandon Rich
Издательство: Sybex
Год: 2025
Страниц: 800
Язык: английский
Формат: epub (true)
Размер: 19.8 MB

The AWS Certified Developer exam has been updated. Your study guide should be, too. The AWS Certified Developer Study Guide–Associate (DVA-C02) Exam is your ultimate preparation resource for the latest exam! Covering the exam objectives, this invaluable resource provides expert guidance, clear explanations, and the wisdom of experience with AWS best practices. You'll master core services and basic architecture, and equip yourself to develop, deploy, and debug cloud-based applications using AWS. The AWS Developer certification is earned by those who demonstrate the technical knowledge and skill associated with best practices for building secure, reliable cloud-based applications using AWS technology. This book is your exam prep companion, providing everything you need to know to pass with flying colors. Beyond the test, this book can serve as a reference for building highly available applications that run on the AWS Cloud. While we assume you bring prior experience programming in Java, Python, .NET, and other languages, the study guide begins with an introduction to AWS core concepts and provides the knowledge on which the subsequent chapters are built.