Ivan Gridin - Böcker
Visar alla böcker från författaren Ivan Gridin. Handla med fri frakt och snabb leverans.
3 produkter
3 produkter
Automated Deep Learning Using Neural Network Intelligence
Develop and Design PyTorch and TensorFlow Models Using Python
Häftad, Engelska, 2022
656 kr
Skickas inom 10-15 vardagar
Optimize, develop, and design PyTorch and TensorFlow models for a specific problem using the Microsoft Neural Network Intelligence (NNI) toolkit. This book includes practical examples illustrating automated deep learning approaches and provides techniques to facilitate your deep learning model development. The first chapters of this book cover the basics of NNI toolkit usage and methods for solving hyper-parameter optimization tasks. You will understand the black-box function maximization problem using NNI, and know how to prepare a TensorFlow or PyTorch model for hyper-parameter tuning, launch an experiment, and interpret the results. The book dives into optimization tuners and the search algorithms they are based on: Evolution search, Annealing search, and the Bayesian Optimization approach. The Neural Architecture Search is covered and you will learn how to develop deep learning models from scratch. Multi-trial and one-shot searching approaches of automatic neural network design are presented. The book teaches you how to construct a search space and launch an architecture search using the latest state-of-the-art exploration strategies: Efficient Neural Architecture Search (ENAS) and Differential Architectural Search (DARTS). You will learn how to automate the construction of a neural network architecture for a particular problem and dataset. The book focuses on model compression and feature engineering methods that are essential in automated deep learning. It also includes performance techniques that allow the creation of large-scale distributive training platforms using NNI. After reading this book, you will know how to use the full toolkit of automated deep learning methods. The techniques and practical examples presented in this book will allow you to bring your neural network routines to a higher level.What You Will LearnKnow the basic concepts of optimization tuners, search space, and trialsApply different hyper-parameter optimization algorithms to develop effective neural networksConstruct new deep learning models from scratchExecute the automated Neural Architecture Search to create state-of-the-art deep learning modelsCompress the model to eliminate unnecessary deep learning layersWho This Book Is For Intermediate to advanced data scientists and machine learning engineers involved in deep learning and practical neural network development
Learning Genetic Algorithms with Python
Empower the performance of Machine Learning and AI models with the capabilities of a powerful search algorithm
Häftad, Engelska, 2021
350 kr
Skickas inom 3-6 vardagar
Practical Guide to Large Language Models
Hands-On AI Applications with Hugging Face Transformers
Häftad, Engelska, 2025
607 kr
Skickas inom 3-6 vardagar
This book is a practical guide to harnessing Hugging Face's powerful transformers library, unlocking access to the largest open-source LLMs. By simplifying complex NLP concepts and emphasizing practical application, it empowers data scientists, machine learning engineers, and NLP practitioners to build robust solutions without delving into theoretical complexities.The book is structured into three parts to facilitate a step-by-step learning journey. Part One covers building production-ready LLM solutions introduces the Hugging Face library and equips readers to solve most of the common NLP challenges without requiring deep knowledge of transformer internals. Part Two focuses on empowering LLMs with RAG and intelligent agents exploring Retrieval-Augmented Generation (RAG) models, demonstrating how to enhance answer quality and develop intelligent agents. Part Three covers LLM advances focusing on expert topics such as model training, principles of transformer architecture and other cutting-edge techniques related to the practical application of language models. Each chapter includes practical examples, code snippets, and hands-on projects to ensure applicability to real-world scenarios. This book bridges the gap between theory and practice, providing professionals with the tools and insights to develop practical and efficient LLM solutions. What you will learn:What are the different types of tasks modern LLMs can solveHow to select the most suitable pre-trained LLM for specific tasksHow to enrich LLM with a custom knowledge base and build intelligent systemsWhat are the core principles of Language Models, and how to tune themHow to build robust LLM-based AI ApplicationsWho this book is for:Data scientists, machine learning engineers, and NLP specialists with basic Python skills, introductory PyTorch knowledge, and a primary understanding of deep learning concepts, ready to start applying Large Language Models in practice.