Hands and  [洋書]
 
 
7919件中 1件 - 30件  1 2 3 4 5 6
商品説明価格

Go Fish: A 3-In-1 Card Deck: Card Games Include Go Fish, Concentration, and Snap GO FISH (Big Cards for Little Hands) [ Oliver Jeffers ]

楽天ブックス
GO FISH Big Cards for Little Hands Oliver Jeffers POTTER CLARKSON N2020 Board Games English ISBN:9781984826749 洋書 Family life & Comics(生活&コミック) Games 2,059円

Morpho: Hands and Feet: Anatomy for Artists MORPHO HANDS & FEET (Morpho: Anatomy for Artists) [ Michele Lauricella ]

楽天ブックス
MORPHO HANDS & FEET Morpho: Anatomy for Artists Michele Lauricella ROCKY NOOK2019 Paperback English ISBN:9781681985398 洋書 Art & Entertainment(芸術&エンターテインメント) Art 2,692円

Big Stickers for Little Hands: My Unicorns and Mermaids BIG STICKERS FOR LITTLE HANDS [ Make Believe Ideas ]

楽天ブックス
BIG STICKERS FOR LITTLE HANDS Make Believe Ideas Make Believe Ideas MAKE BELIEVE IDEAS INC2018 Paperback English ISBN:9781788433600 洋書 Books for kids(児童書) Juvenile Nonfiction 1,584円

Hands-On Unsupervised Learning with Python Implement machine learning and deep learning models using Scikit-Learn, TensorFlow, and more【電子書籍】[ Giuseppe Bonaccorso ]

楽天Kobo電子書籍ストア
<p><strong>Discover the skill-sets required to implement various approaches to Machine Learning with Python</strong></p> <h4>Key Features</h4> <ul> <li>Explore unsupervised learning with clustering, autoencoders, restricted Boltzmann machines, and more</li> <li>Build your own neural network models using modern Python libraries</li> <li>Practical examples show you how to implement different machine learning and deep learning techniques</li> </ul> <h4>Book Description</h4> <p>Unsupervised learning is about making use of raw, untagged data and applying learning algorithms to it to help a machine predict its outcome. With this book, you will explore the concept of unsupervised learning to cluster large sets of data and analyze them repeatedly until the desired outcome is found using Python.</p> <p>This book starts with the key differences between supervised, unsupervised, and semi-supervised learning. You will be introduced to the best-used libraries and frameworks from the Python ecosystem and address unsupervised learning in both the machine learning and deep learning domains. You will explore various algorithms, techniques that are used to implement unsupervised learning in real-world use cases. You will learn a variety of unsupervised learning approaches, including randomized optimization, clustering, feature selection and transformation, and information theory. You will get hands-on experience with how neural networks can be employed in unsupervised scenarios. You will also explore the steps involved in building and training a GAN in order to process images.</p> <p>By the end of this book, you will have learned the art of unsupervised learning for different real-world challenges.</p> <h4>What you will learn</h4> <ul> <li>Use cluster algorithms to identify and optimize natural groups of data</li> <li>Explore advanced non-linear and hierarchical clustering in action</li> <li>Soft label assignments for fuzzy c-means and Gaussian mixture models</li> <li>Detect anomalies through density estimation</li> <li>Perform principal component analysis using neural network models</li> <li>Create unsupervised models using GANs</li> </ul> <h4>Who this book is for</h4> <p>This book is intended for statisticians, data scientists, machine learning developers, and deep learning practitioners who want to build smart applications by implementing key building block unsupervised learning, and master all the new techniques and algorithms offered in machine learning and deep learning using real-world examples. Some prior knowledge of machine learning concepts and statistics is desirable.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 3,858円

My Hands MY HANDS REV/E (Let's-Read-And-Find-Out Science 1) [ Aliki ]

楽天ブックス
MY HANDS REV/E Let'sーReadーAndーFindーOut Science 1 Aliki Aliki HARPERCOLLINS2000 Paperback Revised English ISBN:9780064450966 洋書 Books for kids(児童書) Juvenile Nonfiction 1,108円

Foster's Complete Hoyle: An Encyclopedia of Games Including all indoor games played to-day. With suggestions for good play, illustrative hands, and all official laws to date【電子書籍】[ R. F. Foster ]

楽天Kobo電子書籍ストア
<p>R. F. Foster's 'Foster's Complete Hoyle: An Encyclopedia of Games' is a comprehensive guide that delves into the world of games. The book covers a wide range of games with detailed instructions, rules, and strategies, making it a valuable resource for both beginners and seasoned players. Foster's writing style is clear and concise, making it easy for readers to understand and follow along. The context of the book lies in the rich history of game playing, showcasing the importance of games in various cultures and societies. This encyclopedia is not only informative but also a delightful read for anyone interested in the art of game playing. R. F. Foster, a respected author and historian, has a deep passion for games and their cultural significance. His expertise in history and literature has led him to compile this extensive encyclopedia, showcasing his knowledge and love for games of all kinds. Foster's meticulous research and attention to detail are evident throughout the book, making it a must-have for game enthusiasts and researchers alike. I highly recommend 'Foster's Complete Hoyle: An Encyclopedia of Games' to anyone looking to expand their knowledge of games and their history. Whether you are a casual player or a serious game enthusiast, this book offers valuable insights and information that will surely enhance your gaming experience.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 300円

Hands-On Gradient Boosting with XGBoost and scikit-learn Perform accessible machine learning and extreme gradient boosting with Python【電子書籍】[ Corey Wade ]

楽天Kobo電子書籍ストア
<p><strong>Get to grips with building robust XGBoost models using Python and scikit-learn for deployment</strong></p> <h4>Key Features</h4> <ul> <li>Get up and running with machine learning and understand how to boost models with XGBoost in no time</li> <li>Build real-world machine learning pipelines and fine-tune hyperparameters to achieve optimal results</li> <li>Discover tips and tricks and gain innovative insights from XGBoost Kaggle winners</li> </ul> <h4>Book Description</h4> <p>XGBoost is an industry-proven, open-source software library that provides a gradient boosting framework for scaling billions of data points quickly and efficiently.</p> <p>The book introduces machine learning and XGBoost in scikit-learn before building up to the theory behind gradient boosting. You'll cover decision trees and analyze bagging in the machine learning context, learning hyperparameters that extend to XGBoost along the way. You'll build gradient boosting models from scratch and extend gradient boosting to big data while recognizing speed limitations using timers. Details in XGBoost are explored with a focus on speed enhancements and deriving parameters mathematically. With the help of detailed case studies, you'll practice building and fine-tuning XGBoost classifiers and regressors using scikit-learn and the original Python API. You'll leverage XGBoost hyperparameters to improve scores, correct missing values, scale imbalanced datasets, and fine-tune alternative base learners. Finally, you'll apply advanced XGBoost techniques like building non-correlated ensembles, stacking models, and preparing models for industry deployment using sparse matrices, customized transformers, and pipelines.</p> <p>By the end of the book, you'll be able to build high-performing machine learning models using XGBoost with minimal errors and maximum speed.</p> <h4>What you will learn</h4> <ul> <li>Build gradient boosting models from scratch</li> <li>Develop XGBoost regressors and classifiers with accuracy and speed</li> <li>Analyze variance and bias in terms of fine-tuning XGBoost hyperparameters</li> <li>Automatically correct missing values and scale imbalanced data</li> <li>Apply alternative base learners like dart, linear models, and XGBoost random forests</li> <li>Customize transformers and pipelines to deploy XGBoost models</li> <li>Build non-correlated ensembles and stack XGBoost models to increase accuracy</li> </ul> <h4>Who this book is for</h4> <p>This book is for data science professionals and enthusiasts, data analysts, and developers who want to build fast and accurate machine learning models that scale with big data. Proficiency in Python, along with a basic understanding of linear algebra, will help you to get the most out of this book.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 4,880円

Practical Threat Intelligence and Data-Driven Threat Hunting A hands-on guide to threat hunting with the ATT&CK? Framework and open source tools【電子書籍】[ Valentina Costa-Gazcon ]

楽天Kobo電子書籍ストア
<p><strong>Get to grips with cyber threat intelligence and data-driven threat hunting while exploring expert tips and techniques</strong></p> <h4>Key Features</h4> <ul> <li>Set up an environment to centralize all data in an Elasticsearch, Logstash, and Kibana (ELK) server that enables threat hunting</li> <li>Carry out atomic hunts to start the threat hunting process and understand the environment</li> <li>Perform advanced hunting using MITRE ATT&CK Evals emulations and Mordor datasets</li> </ul> <h4>Book Description</h4> <p>Threat hunting (TH) provides cybersecurity analysts and enterprises with the opportunity to proactively defend themselves by getting ahead of threats before they can cause major damage to their business.</p> <p>This book is not only an introduction for those who don't know much about the cyber threat intelligence (CTI) and TH world, but also a guide for those with more advanced knowledge of other cybersecurity fields who are looking to implement a TH program from scratch.</p> <p>You will start by exploring what threat intelligence is and how it can be used to detect and prevent cyber threats. As you progress, you'll learn how to collect data, along with understanding it by developing data models. The book will also show you how to set up an environment for TH using open source tools. Later, you will focus on how to plan a hunt with practical examples, before going on to explore the MITRE ATT&CK framework.</p> <p>By the end of this book, you'll have the skills you need to be able to carry out effective hunts in your own environment.</p> <h4>What you will learn</h4> <ul> <li>Understand what CTI is, its key concepts, and how it is useful for preventing threats and protecting your organization</li> <li>Explore the different stages of the TH process</li> <li>Model the data collected and understand how to document the findings</li> <li>Simulate threat actor activity in a lab environment</li> <li>Use the information collected to detect breaches and validate the results of your queries</li> <li>Use documentation and strategies to communicate processes to senior management and the wider business</li> </ul> <h4>Who this book is for</h4> <p>If you are looking to start out in the cyber intelligence and threat hunting domains and want to know more about how to implement a threat hunting division with open-source tools, then this cyber threat intelligence book is for you.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 4,085円

Foster's Complete Hoyle: An Encyclopedia of Games Including all indoor games played to-day. With suggestions for good play, illustrative hands, and all official laws to date【電子書籍】[ R. F. Foster ]

楽天Kobo電子書籍ストア
<p>Foster's Complete Hoyle: An Encyclopedia of Games by R. F. Foster is a comprehensive guide to indoor games played during the author's time. The book offers expert advice on strategies, illustrative examples, and a complete set of official rules. Foster's work remains a valuable resource for enthusiasts and historians interested in the evolution of gaming and its cultural impact.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 300円

Hands-On Data Structures and Algorithms with Python Store, manipulate, and access data effectively and boost the performance of your applications, 3rd Edition【電子書籍】[ Dr. Basant Agarwal ]

楽天Kobo電子書籍ストア
<p><strong>Understand how implementing different data structures and algorithms intelligently can make your Python code and applications more maintainable and efficient</strong></p> <h4>Key Features</h4> <ul> <li>Explore functional and reactive implementations of traditional and advanced data structures</li> <li>Apply a diverse range of algorithms in your Python code</li> <li>Implement the skills you have learned to maximize the performance of your applications</li> </ul> <h4>Book Description</h4> <p>Choosing the right data structure is pivotal to optimizing the performance and scalability of applications. This new edition of Hands-On Data Structures and Algorithms with Python will expand your understanding of key structures, including stacks, queues, and lists, and also show you how to apply priority queues and heaps in applications. You'll learn how to analyze and compare Python algorithms, and understand which algorithms should be used for a problem based on running time and computational complexity. You will also become confident organizing your code in a manageable, consistent, and scalable way, which will boost your productivity as a Python developer.</p> <p>By the end of this Python book, you'll be able to manipulate the most important data structures and algorithms to more efficiently store, organize, and access data in your applications.</p> <h4>What you will learn</h4> <ul> <li>Understand common data structures and algorithms using examples, diagrams, and exercises</li> <li>Explore how more complex structures, such as priority queues and heaps, can benefit your code</li> <li>Implement searching, sorting, and selection algorithms on number and string sequences</li> <li>Become confident with key string-matching algorithms</li> <li>Understand algorithmic paradigms and apply dynamic programming techniques</li> <li>Use asymptotic notation to analyze algorithm performance with regard to time and space complexities</li> <li>Write powerful, robust code using the latest features of Python</li> </ul> <h4>Who this book is for</h4> <p>This book is for developers and programmers who are interested in learning about data structures and algorithms in Python to write complex, flexible programs. Basic Python programming knowledge is expected.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 4,540円

Hands on Hacking: Become an Expert at Next Gen Penetration Testing and Purple Teaming HANDS ON HACKING [ Matthew Hickey ]

楽天ブックス
HANDS ON HACKING Matthew Hickey Jennifer Arcuri WILEY2020 Paperback English ISBN:9781119561453 洋書 Computers & Science(コンピューター&科学) Computers 7,128円

Hands-On Unity 2021 Game Development Create, customize, and optimize your own professional games from scratch with Unity 2021, 2nd Edition【電子書籍】[ Nicolas Alejandro Borromeo ]

楽天Kobo電子書籍ストア
<p><strong>Achieve mesmerizing game experiences using the latest Unity 2021 features by following a practical approach to building professional games</strong></p> <h4>Key Features</h4> <ul> <li>Unleash the capabilities of C# scripting to create UIs, graphics, game AI agents and more</li> <li>Explore Unity's latest tools, including Universal Render Pipeline, Shader Graph, UI Toolkit, Visual Scripting, and VFX graph, to enhance graphics and animation</li> <li>Build an AR experience using Unity's AR Foundation</li> </ul> <h4>Book Description</h4> <p>Learning how to use Unity is the quickest way to creating a full game, but that's not all you can do with this simple, yet comprehensive suite of video game development tools ? Unity is just as useful for creating AR/VR experiences, complex simulations, real-time realistic rendering, films, and practical games for training and education.</p> <p>Hands-On Unity 2021 Game Development outlines a practical journey to creating your first full game from the ground up, building it step-by-step and applying your knowledge as you progress.</p> <p>Complete with hands-on tutorials and projects, this easy-to-follow guide will teach you how to develop the game using several Unity tools. As you advance, you will learn how to use the Unity engine, create simple scripts using C#, integrate graphics, sound, and animations, and manipulate physics to create interesting mechanics for your game. You'll be able to apply all the knowledge that you gain to a real-world game.</p> <p>Later chapters will show you how to code a simple AI agent to challenge the user and use profiling tools to ensure that the code runs efficiently. Finally, you'll work with Unity's AR tools to create AR experiences for 3D apps and games.</p> <p>By the end of this Unity book, you will have created a complete game and built a solid foundation in using a wide variety of Unity tools.</p> <h4>What you will learn</h4> <ul> <li>Explore both C# and Visual Scripting tools to customize various aspects of a game, such as physics, gameplay, and the UI</li> <li>Program rich shaders and effects using Unity's new Shader Graph and Universal Render Pipeline</li> <li>Implement postprocessing to improve graphics quality with full-screen effects</li> <li>Create rich particle systems for your Unity games from scratch using VFX Graph and Shuriken</li> <li>Add animations to your game using the Animator, Cinemachine, and Timeline</li> <li>Use the brand new UI Toolkit package to create user interfaces</li> <li>Implement game AI to control character behavior</li> </ul> <h4>Who this book is for</h4> <p>This book is best suited for game developers looking to upgrade their knowledge and those who want to migrate their existing skills to the Unity game engine. Those with prior Unity knowledge will also benefit from the chapters exploring the latest features. While you'll still able to follow along if you don't have any programming experience, knowing the fundamentals of C# programming will help you get the most out of this book.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 3,858円

Interpretable Machine Learning with Python Build explainable, fair, and robust high-performance models with hands-on, real-world examples【電子書籍】[ Serg Mas?s ]

楽天Kobo電子書籍ストア
<p><b>A deep dive into the key aspects and challenges of machine learning interpretability using a comprehensive toolkit, including SHAP, feature importance, and causal inference, to build fairer, safer, and more reliable models. Purchase of the print or Kindle book includes a free eBook in PDF format.</b></p><h2>Key Features</h2><ul><li>Interpret real-world data, including cardiovascular disease data and the COMPAS recidivism scores</li><li>Build your interpretability toolkit with global, local, model-agnostic, and model-specific methods</li><li>Analyze and extract insights from complex models from CNNs to BERT to time series models</li></ul><h2>Book Description</h2>Interpretable Machine Learning with Python, Second Edition, brings to light the key concepts of interpreting machine learning models by analyzing real-world data, providing you with a wide range of skills and tools to decipher the results of even the most complex models. Build your interpretability toolkit with several use cases, from flight delay prediction to waste classification to COMPAS risk assessment scores. This book is full of useful techniques, introducing them to the right use case. Learn traditional methods, such as feature importance and partial dependence plots to integrated gradients for NLP interpretations and gradient-based attribution methods, such as saliency maps. In addition to the step-by-step code, you’ll get hands-on with tuning models and training data for interpretability by reducing complexity, mitigating bias, placing guardrails, and enhancing reliability. By the end of the book, you’ll be confident in tackling interpretability challenges with black-box models using tabular, language, image, and time series data.<h2>What you will learn</h2><ul><li>Progress from basic to advanced techniques, such as causal inference and quantifying uncertainty</li><li>Build your skillset from analyzing linear and logistic models to complex ones, such as CatBoost, CNNs, and NLP transformers</li><li>Use monotonic and interaction constraints to make fairer and safer models</li><li>Understand how to mitigate the influence of bias in datasets</li><li>Leverage sensitivity analysis factor prioritization and factor fixing for any model</li><li>Discover how to make models more reliable with adversarial robustness</li></ul><h2>Who this book is for</h2><p>This book is for data scientists, machine learning developers, machine learning engineers, MLOps engineers, and data stewards who have an increasingly critical responsibility to explain how the artificial intelligence systems they develop work, their impact on decision making, and how they identify and manage bias. It’s also a useful resource for self-taught ML enthusiasts and beginners who want to go deeper into the subject matter, though a good grasp of the Python programming language is needed to implement the examples.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 4,304円

Hands-on Intermediate Econometrics Using R Templates for Learning Quantitative Methods and R Software【電子書籍】[ Hrishikesh D Vinod ]

楽天Kobo電子書籍ストア
<p>How to learn both applied statistics (econometrics) and free, open-source software R? This book allows students to have a sense of accomplishment by copying and pasting many hands-on templates provided here.</p> <p>The textbook is essential for anyone wishing to have a practical understanding of an extensive range of topics in Econometrics. No other text provides software snippets to learn so many new statistical tools with hands-on examples. The explicit knowledge of inputs and outputs of each new method allows the student to know which algorithm is worth studying. The book offers sufficient theoretical and algorithmic details about a vast range of statistical techniques.</p> <p>The second edition's preface lists the following topics generally absent in other textbooks. (i) Iteratively reweighted least squares, (ii) Pillar charts to represent 3D data. (iii) Stochastic frontier analysis (SFA) (iv) model selection with Mallows' Cp criterion. (v) Hodrick-Prescott (HP) filter. (vi) Automatic ARIMA models. (vi) Nonlinear Granger-causality using kernel regressions and bootstrap confidence intervals. (vii) new Keynesian Phillips curve (NKPC). (viii) Market-neutral pairs trading using two cointegrated stocks. (ix) Artificial neural network (ANN) for product-specific forecasting. (x) Vector AR and VARMA models. (xi) New tools for diagnosing the endogeneity problem. (xii) The elegant set-up of k-class estimators and identification. (xiii) Probit-logit models and Heckman selection bias correction. (xiv) Receiver operating characteristic (ROC) curves and areas under them. (xv) Confusion matrix. (xvi) Quantile regression (xvii) Elastic net estimator. (xviii) generalized Correlations (xix) maximum entropy bootstrap for time series. (xx) Convergence concepts quantified. (xxi) Generalized partial correlation coefficients (xxii) Panel data and duration (survival) models.</p> <p><strong>Contents:</strong></p> <ul> <li>Production Function and Regression Methods Using R</li> <li>Univariate Time Series Analysis with R</li> <li>Bivariate Time Series Analysis Including Stochastic Diffusion and Cointegration</li> <li>Utility Theory and Empirical Implications</li> <li>Vector Models for Multivariate Problems</li> <li>Simultaneous Equation Models</li> <li>Limited Dependent Variable (GLM) Models</li> <li>Consumption and Demand: Kernel Regressions and Machine Learning</li> <li>Single, Double, and Maximum Entropy Bootstrap and Inference</li> <li>Generalized Least Squares, VARMA, and Estimating Functions</li> <li>Box?Cox, Loess, Projection Pursuit, Quantile and Threshold Regression</li> <li>Miscellany: Dependence, Correlations, Information Entropy, Causality, Panel Data, and Exact Stochastic Dominance</li> </ul> <p><strong>Readership:</strong> Undergraduate and graduate students of economics and econometrics, applied statisticians and finance professionals.<br /> <strong>Key Features:</strong></p> <ul> <li>Uniquely comprehensive coverage, including many very recently developed topics</li> <li>Includes software snippets (that help learn the R language) for readers who are not interested in economics examples</li> </ul>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 7,037円

Hands-On Data Science for Marketing Improve your marketing strategies with machine learning using Python and R【電子書籍】[ Yoon Hyup Hwang ]

楽天Kobo電子書籍ストア
<p><strong>Optimize your marketing strategies through analytics and machine learning</strong></p> <h4>Key Features</h4> <ul> <li>Understand how data science drives successful marketing campaigns</li> <li>Use machine learning for better customer engagement, retention, and product recommendations</li> <li>Extract insights from your data to optimize marketing strategies and increase profitability</li> </ul> <h4>Book Description</h4> <p>Regardless of company size, the adoption of data science and machine learning for marketing has been rising in the industry. With this book, you will learn to implement data science techniques to understand the drivers behind the successes and failures of marketing campaigns. This book is a comprehensive guide to help you understand and predict customer behaviors and create more effectively targeted and personalized marketing strategies.</p> <p>This is a practical guide to performing simple-to-advanced tasks, to extract hidden insights from the data and use them to make smart business decisions. You will understand what drives sales and increases customer engagements for your products. You will learn to implement machine learning to forecast which customers are more likely to engage with the products and have high lifetime value. This book will also show you how to use machine learning techniques to understand different customer segments and recommend the right products for each customer. Apart from learning to gain insights into consumer behavior using exploratory analysis, you will also learn the concept of A/B testing and implement it using Python and R.</p> <p>By the end of this book, you will be experienced enough with various data science and machine learning techniques to run and manage successful marketing campaigns for your business.</p> <h4>What you will learn</h4> <ul> <li>Learn how to compute and visualize marketing KPIs in Python and R</li> <li>Master what drives successful marketing campaigns with data science</li> <li>Use machine learning to predict customer engagement and lifetime value</li> <li>Make product recommendations that customers are most likely to buy</li> <li>Learn how to use A/B testing for better marketing decision making</li> <li>Implement machine learning to understand different customer segments</li> </ul> <h4>Who this book is for</h4> <p>If you are a marketing professional, data scientist, engineer, or a student keen to learn how to apply data science to marketing, this book is what you need! It will be beneficial to have some basic knowledge of either Python or R to work through the examples. This book will also be beneficial for beginners as it covers basic-to-advanced data science concepts and applications in marketing with real-life examples.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 3,858円

Hands-On Edge Analytics with Azure IoT Design and develop IoT applications with edge analytical solutions including Azure IoT Edge【電子書籍】[ Colin Dow ]

楽天Kobo電子書籍ストア
<p><strong>Design, secure, and protect the privacy of edge analytics applications using platforms and tools such as Microsoft's Azure IoT Edge, MicroPython, and Open Source Computer Vision (OpenCV)</strong></p> <h4>Key Features</h4> <ul> <li>Become well-versed with best practices for implementing automated analytical computations</li> <li>Discover real-world examples to extend cloud intelligence</li> <li>Develop your skills by understanding edge analytics and applying it to research activities</li> </ul> <h4>Book Description</h4> <p>Edge analytics has gained attention as the IoT model for connected devices rises in popularity. This guide will give you insights into edge analytics as a data analysis model, and help you understand why it's gaining momentum.</p> <p>You'll begin with the key concepts and components used in an edge analytics app. Moving ahead, you'll delve into communication protocols to understand how sensors send their data to computers or microcontrollers. Next, the book will demonstrate how to design modern edge analytics apps that take advantage of the processing power of modern single-board computers and microcontrollers. Later, you'll explore Microsoft Azure IoT Edge, MicroPython, and the OpenCV visual recognition library. As you progress, you'll cover techniques for processing AI functionalities from the server side to the sensory side of IoT. You'll even get hands-on with designing a smart doorbell system using the technologies you've learned. To remove vulnerabilities in the overall edge analytics architecture, you'll discover ways to overcome security and privacy challenges. Finally, you'll use tools to audit and perform real-time monitoring of incoming data and generate alerts for the infrastructure.</p> <p>By the end of this book, you'll have learned how to use edge analytics programming techniques and be able to implement automated analytical computations.</p> <h4>What you will learn</h4> <ul> <li>Discover the key concepts and architectures used with edge analytics</li> <li>Understand how to use long-distance communication protocols for edge analytics</li> <li>Deploy Microsoft Azure IoT Edge to a Raspberry Pi</li> <li>Create Node-RED dashboards with MQTT and Text to Speech (TTS)</li> <li>Use MicroPython for developing edge analytics apps</li> <li>Explore various machine learning techniques and discover how machine learning is related to edge analytics</li> <li>Use camera and vision recognition algorithms on the sensory side to design an edge analytics app</li> <li>Monitor and audit edge analytics apps</li> </ul> <h4>Who this book is for</h4> <p>If you are a data analyst, data architect, or data scientist who is interested in learning and practicing advanced automated analytical computations, then this book is for you. You will also find this book useful if you're looking to learn edge analytics from scratch. Basic knowledge of data analytics concepts is assumed to get the most out of this book.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 3,290円

Hands-On Agile Software Development with JIRA Design and manage software projects using the Agile methodology【電子書籍】[ David Harned ]

楽天Kobo電子書籍ストア
<p><strong>Plan, track, and release great software</strong></p> <h4>Key Features</h4> <ul> <li>Learn to create reports and dashboard for effective project management</li> <li>Implement your development strategy in JIRA.</li> <li>Practices to help you manage the issues in the development team</li> </ul> <h4>Book Description</h4> <p>As teams scale in size, project management can get very complicated. One of the best tools to deal with this kind of problem is JIRA.</p> <p>This book will start by organizing your project requirements and the principles of Agile development to get you started. You will then be introduced to set up a JIRA account and the JIRA ecosystem to help you implement a dashboard for your team's work and issues. You will learn how to manage any issues and bugs that might emerge in the development stage. Going ahead, the book will help you build reports and use them to plan the releases based on the study of the reports. Towards the end, you will come across working with the gathered data and create a dashboard that helps you track the project's development.</p> <h4>What you will learn</h4> <ul> <li>Create your first project (and manage existing projects) in JIRA</li> <li>Manage your board view and backlogs in JIRA</li> <li>Run a Scrum Sprint project in JIRA</li> <li>Create reports (including topic-based reports)</li> <li>Forecast using versions</li> <li>Search for issues with JIRA Query Language (JQL)</li> <li>Execute bulk changes to issues</li> <li>Create custom filters, dashboards, and widgets</li> <li>Create epics, stories, bugs, and tasks</li> </ul> <h4>Who this book is for</h4> <p>This book is for administrators who wants to apply the Agile approach to managing the issues, bugs, and releases in their software development projects using JIRA.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 2,723円

Python for Beginners. A Smarter Way to Learn Python in 5 Days and Remember it Longer. With Easy Step by Step Guidance and Hands on Examples. (Python Crash Course-Programming for Beginners)【電子書籍】[ Arthur T. Brooks ]

楽天Kobo電子書籍ストア
<p><strong>Have you always wanted to learn computer programming but thought it was too difficult or would take too long?</strong></p> <p><strong>Do you want to know the secret to learning Python the easy way and start programming today?</strong></p> <p>This book is for you.</p> <p>You don't need to waste your time and money learning Python the hard way through tiresome technical books, expensive online courses and difficult Python tutorials.</p> <p>This non-technical book will gently guide you through…</p> <p><strong>The Python Programming Language.</strong></p> <p>You will learn the most concise methods to get you coding on day one-the smart way.</p> <p><strong>Python for Beginners.</strong></p> <p>Beginner friendly hands on examples of practical and usable projects.</p> <p><strong>The most useful Python examples.</strong></p> <p>Each example is specifically designed to give you a progressive and thorough understanding of key concepts and all answers are provided.</p> <p><strong>Strategic Python topics.</strong></p> <p>The topics are presented in user friendly bite sized chunks to optimize a quick learning style which will also make it easy for you to remember.</p> <p>This book is different in that it's primary focus it to teach you Python coding in a simple and concise format and in the quickest time frame possible. Each short chapter has exercises at the end which summarize what you have learned in a progressive manner to avoid overloading you with information.</p> <p>Each exercise has been carefully chosen to enable you to master the language and retain what you have learned. No technical skills, previous knowledge or experience is required.</p> <p><strong>Download it now</strong></p> <p>You'll also learn:</p> <p>Exactly what is Python?</p> <p>Which software do you need to code and run Python programs and where to find it?</p> <p>What are variables?</p> <p>What are strings and methods?</p> <p>Using operations with numbers?</p> <p>Using operations with lists?</p> <p>How to use comments?</p> <p>Working with loops?</p> <p>Working with IF statements?</p> <p>Operations involving dictionaries.</p> <p>Operations using defined functions.</p> <p>How to work with files?</p> <p>How to manage errors and exceptions?</p> <p><strong>And more!</strong></p> <p>Finally, you will be gently guided on how to put everything that you have learned together so that you can immediately start your own Python coding in your chosen real-world scenarios.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 450円

Hands-On Web Scraping with Python Perform advanced scraping operations using various Python libraries and tools such as Selenium, Regex, and others【電子書籍】[ Anish Chapagain ]

楽天Kobo電子書籍ストア
<p><b>Collect and scrape different complexities of data from the modern Web using the latest tools, best practices, and techniques </b></p><h2>Key Features</h2><ul><li>Learn different scraping techniques using a range of Python libraries such as Scrapy and Beautiful Soup</li><li>Build scrapers and crawlers to extract relevant information from the web</li><li>Automate web scraping operations to bridge the accuracy gap and manage complex business needs</li></ul><h2>Book Description</h2>Web scraping is an essential technique used in many organizations to gather valuable data from web pages. This book will enable you to delve into web scraping techniques and methodologies. The book will introduce you to the fundamental concepts of web scraping techniques and how they can be applied to multiple sets of web pages. You'll use powerful libraries from the Python ecosystem such as Scrapy, lxml, pyquery, and bs4 to carry out web scraping operations. You will then get up to speed with simple to intermediate scraping operations such as identifying information from web pages and using patterns or attributes to retrieve information. This book adopts a practical approach to web scraping concepts and tools, guiding you through a series of use cases and showing you how to use the best tools and techniques to efficiently scrape web pages. You'll even cover the use of other popular web scraping tools, such as Selenium, Regex, and web-based APIs. By the end of this book, you will have learned how to efficiently scrape the web using different techniques with Python and other popular tools.<h2>What you will learn</h2><ul><li>Analyze data and information from web pages</li><li>Learn how to use browser-based developer tools from the scraping perspective</li><li>Use XPath and CSS selectors to identify and explore markup elements</li><li>Learn to handle and manage cookies</li><li>Explore advanced concepts in handling HTML forms and processing logins</li><li>Optimize web securities, data storage, and API use to scrape data</li><li>Use Regex with Python to extract data</li><li>Deal with complex web entities by using Selenium to find and extract data</li></ul><h2>Who this book is for</h2><p>This book is for Python programmers, data analysts, web scraping newbies, and anyone who wants to learn how to perform web scraping from scratch. If you want to begin your journey in applying web scraping techniques to a range of web pages, then this book is what you need! A working knowledge of the Python programming language is expected. </p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 4,304円

Hands-on Azure Boards Configuring and Customizing Process Workflows in Azure DevOps Services【電子書籍】[ Chaminda Chandrasekara ]

楽天Kobo電子書籍ストア
<p>Understand and explore the features and management of Azure Boards with this book, which also covers Azure Boards configuration and advanced administration. This book starts by setting up projects with Azure DevOps and gives an overview of Azure Boards and its features. You will then learn to set up team projects and how to effectively use Azure Boards to plan and execute work.</p> <p><em>Hands-on Azure Boards</em> explains customizations, where you will understand the available options to track your work considering different scenarios. Next, you will learn visualizing with queries, charts, and dashboards along with reporting of Azure Boards. The author gives you hands-on lessons to set up Azure Boards and shows you how to handle multiple modules that are taken care of by different teams.</p> <p>You will also explore the security options in Azure Boards as well as a detailed demonstration of working with the REST API and CLI. Finally,you will work with useful extensions for Azure Boards and see how to use them more effectively and efficiently. After reading this book, you will be able to work with the Azure Boards capabilities available in Azure DevOps on-premise server and services to improve your software delivery process.</p> <p><strong>What You Will Learn</strong></p> <ul> <li>Plan and manage work with Azure Boards</li> <li>Use the REST API and command line interface with Azure Boards</li> <li>Extend Azure Boards with useful extensions to enhance its capabilities</li> <li>Customize Azure Boards to adapt it to your process</li> <li>Report and visualize work progress with Azure Boards</li> </ul> <p><strong>Who This Book Is For</strong></p> <p>Anyone working in Azure DevOps developing applications targeting any platform using any language.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 9,116円

What is Reiki Hands on Healing With Energy A Guide to Self-Healing and Spiritual Cleansing Through Reiki Training【電子書籍】[ Theresa Carver ]

楽天Kobo電子書籍ストア
<p>What is Reiki Hands on Healing With Energy</p> <p>Reiki: What is Reiki Healing? Learn Reiki, Gain Emotional Healing and Chakra Healing with Reiki Therapy and Reiki Meditation, the Benefits of Reiki Healing Touch Through Healing Hands, A Guide to Self-Healing and Spiritual Cleansing Through Reiki Training</p> <p>Reiki is a Japanese type of spiritual practice also used for stress reduction and relaxation. It is a technique that also helps promote healing either for self or for other people. It is characterized as a practice of "laying of hands".</p> <p>The healing powers of the technique are based on the idea that there is an unseen "life force energy" that flows through each person. This life force is said to be the reason why people are alive. When one's life force energy is low, then people are likely to get sick or feel weak. If the life force is high, people fell healthy and happy.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 644円

Hands-On RESTful Web Services with Go Develop elegant RESTful APIs with Golang for microservices and the cloud, 2nd Edition【電子書籍】[ Naren Yellavula ]

楽天Kobo電子書籍ストア
<p><strong>Design production-ready, testable, and maintainable RESTful web services for the modern web that scale easily</strong></p> <h4>Key Features</h4> <ul> <li>Employ a combination of custom and open source solutions for application program interface (API) development</li> <li>Discover asynchronous API and API security patterns and learn how to deploy your web services to the cloud</li> <li>Apply design patterns and techniques to build reactive and scalable web services</li> </ul> <h4>Book Description</h4> <p>Building RESTful web services can be tough as there are countless standards and ways to develop API. In modern architectures such as microservices, RESTful APIs are common in communication, making idiomatic and scalable API development crucial. This book covers basic through to advanced API development concepts and supporting tools.</p> <p>You'll start with an introduction to REST API development before moving on to building the essential blocks for working with Go. You'll explore routers, middleware, and available open source web development solutions in Go to create robust APIs, and understand the application and database layers to build RESTful web services. You'll learn various data formats like protocol buffers and JSON, and understand how to serve them over HTTP and gRPC. After covering advanced topics such as asynchronous API design and GraphQL for building scalable web services, you'll discover how microservices can benefit from REST. You'll also explore packaging artifacts in the form of containers and understand how to set up an ideal deployment ecosystem for web services. Finally, you'll cover the provisioning of infrastructure using infrastructure as code (IaC) and secure your REST API.</p> <p>By the end of the book, you'll have intermediate knowledge of web service development and be able to apply the skills you've learned in a practical way.</p> <h4>What you will learn</h4> <ul> <li>Explore the fundamentals of API development and web services</li> <li>Understand the various building blocks of API development in Go</li> <li>Use superior open source solutions for representational state transfer (REST) API development</li> <li>Scale a service using microservices and asynchronous design patterns</li> <li>Deliver containerized artifacts to the Amazon Web Services (AWS) Cloud</li> <li>Get to grips with API security and its implementation</li> </ul> <h4>Who this book is for</h4> <p>This book is for all the Go developers who are comfortable with the language and seeking to learn REST API development. Even senior engineers can enjoy this book, as it discusses many cutting-edge concepts, such as building microservices, developing API with GraphQL, using protocol buffers, asynchronous API design, and Infrastructure as a Code. Developers who are already familiar with REST concepts and stepping into the Go world from other platforms, such as Python and Ruby, can also benefit a lot.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 3,290円

Hands-On Neural Networks with TensorFlow 2.0 Understand TensorFlow, from static graph to eager execution, and design neural networks【電子書籍】[ Paolo Galeone ]

楽天Kobo電子書籍ストア
<p><strong>A comprehensive guide to developing neural network-based solutions using TensorFlow 2.0</strong></p> <h4>Key Features</h4> <ul> <li>Understand the basics of machine learning and discover the power of neural networks and deep learning</li> <li>Explore the structure of the TensorFlow framework and understand how to transition to TF 2.0</li> <li>Solve any deep learning problem by developing neural network-based solutions using TF 2.0</li> </ul> <h4>Book Description</h4> <p>TensorFlow, the most popular and widely used machine learning framework, has made it possible for almost anyone to develop machine learning solutions with ease. With TensorFlow (TF) 2.0, you'll explore a revamped framework structure, offering a wide variety of new features aimed at improving productivity and ease of use for developers.</p> <p>This book covers machine learning with a focus on developing neural network-based solutions. You'll start by getting familiar with the concepts and techniques required to build solutions to deep learning problems. As you advance, you'll learn how to create classifiers, build object detection and semantic segmentation networks, train generative models, and speed up the development process using TF 2.0 tools such as TensorFlow Datasets and TensorFlow Hub.</p> <p>By the end of this TensorFlow book, you'll be ready to solve any machine learning problem by developing solutions using TF 2.0 and putting them into production.</p> <h4>What you will learn</h4> <ul> <li>Grasp machine learning and neural network techniques to solve challenging tasks</li> <li>Apply the new features of TF 2.0 to speed up development</li> <li>Use TensorFlow Datasets (tfds) and the tf.data API to build high-efficiency data input pipelines</li> <li>Perform transfer learning and fine-tuning with TensorFlow Hub</li> <li>Define and train networks to solve object detection and semantic segmentation problems</li> <li>Train Generative Adversarial Networks (GANs) to generate images and data distributions</li> <li>Use the SavedModel file format to put a model, or a generic computational graph, into production</li> </ul> <h4>Who this book is for</h4> <p>If you're a developer who wants to get started with machine learning and TensorFlow, or a data scientist interested in developing neural network solutions in TF 2.0, this book is for you. Experienced machine learning engineers who want to master the new features of the TensorFlow framework will also find this book useful.</p> <p>Basic knowledge of calculus and a strong understanding of Python programming will help you grasp the topics covered in this book.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 3,290円

Writing Picture Books Revised and Expanded Edition A Hands-On Guide From Story Creation to Publication【電子書籍】[ Ann Whitford Paul ]

楽天Kobo電子書籍ストア
<p><strong>Master the Art of Writing Enthralling Tales for the Youngest pre-and emerging readers!</strong></p> <p>Fully updated and thoroughly revised, <em>Writing Picture Books Revised and Expanded Edition</em> is the go-to resource for writers crafting stories for children ages two to eight. You'll learn the unique set of skills it takes to bring your story to life by using tightly focused text and leaving room for the illustrator to be creative.</p> <p>Award-winning author Ann Whitford Paul helps you develop the skills you need by walking you through techniques and exercises specifically for picture book writers. You'll find:</p> <p>? Instruction on generating ideas, creating characters, point-of-view, beginnings and endings, plotting, word count, rhyme, and more<br /> ? Unique methods for using poetic techniques to enrich your writing<br /> ? Hands-on revision exercises (get out your scissors, tape, and highlighters) to help identify problems and improve your picture book manuscripts<br /> ? Updated tips for researching the changing picture book market, approaching publishers, working with an agent, and developing a platform<br /> ? All new quizzes and examples from picture books throughout<br /> ? New chapters cover issues such as page turns, agents, and self-publishing</p> <p>Whether you're just starting out as a picture book writer or have tried unsuccessfully to get your work published, <em>Writing Picture Books Revised and Expanded Edition</em> is just what you need to craft picture books that will appeal to young children and parents, and agents and editors.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 1,747円

Buy Data Structures and Algorithms in Python (2024) Learn Data Structures & Algorithms (Python) in One Day and Learn It Well. Data Structures & Algorithms for Beginners with Hands-on Project【電子書籍】[ DS Publishing ]

楽天Kobo電子書籍ストア
<p><strong>Unveiling the Essence of Data Structures and Algorithms: Your Path to Software Excellence!</strong></p> <p>Are you ready to unravel the complexity of algorithms with ease? Look no further ? we've crafted the ultimate guide to demystify this intricate topic. Algorithms are the backbone of software programs, orchestrating data structure manipulations. Prepare for an enlightening journey filled with clear examples and hands-on workshops, all within an integrated development environment.</p> <p><strong>〓 **Mastering Data Structures & Algorithms: The Python Way** 〓</strong></p> <p><strong>〓 **Bridging the Gap Between Complexity and Comprehension** 〓</strong></p> <p>Embark on your software development odyssey with an Introduction to Data Structures and Algorithms Made Easy in Python ? one of the most sought-after programming languages. Harness the extraordinary speed and precision of computers for data storage and processing. Efficient data organization and retrieval, coupled with swift and accurate data processing, form the bedrock of success.</p> <p><strong>〓 **Highlighting Our Approach** 〓</strong></p> <p><strong>〓 **Crystal-Clear Data Structures & Algorithms Illustrations** 〓</strong></p> <p>Navigate the realm of data structures that dictate data organization and memory storage during program execution. It's important to distinguish persistent storage (like relational tables on disk) from these in-memory structures.</p> <p><strong>〓 **Advancing with Python and Algorithms** 〓</strong></p> <p>Algorithms, those step-by-step guides to data processing, depend on cleverly woven data structures. In this book, we dive deep into these computer science pillars using the power of Python programming.</p> <p><strong>〓 **Unveiling What Lies Ahead** 〓</strong></p> <p>Inside, you'll discover:</p> <p>- A comprehensive introduction to the realm of data structures and algorithms.<br /> - Seamless environment setup to ensure a smooth journey.<br /> - Mastery over arrays, lists, and maps.<br /> - Navigating the terrain of dictionaries and hashes.<br /> - Commanding sorting techniques for optimal data arrangement.<br /> - Strategic searching methods to swiftly retrieve information.<br /> - Unleashing the potential of the binary tree structure.<br /> - Designs of algorithms that underpin problem-solving.<br /> - And much, much more, waiting for you to explore!</p> <p><strong>〓 **Embark on Your Software Mastery Odyssey Today!** 〓</strong></p> <p>Are you ready to delve into the intricate world of data structures and algorithms? Your gateway to software excellence awaits ? seize the opportunity now.</p> <p><strong>〓 **Secure Your Data Structures & Algorithms Copy Today!** 〓</strong></p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 4,006円

Hands-On Image Generation with TensorFlow A practical guide to generating images and videos using deep learning【電子書籍】[ Soon Yau Cheong ]

楽天Kobo電子書籍ストア
<p><strong>Implement various state-of-the-art architectures, such as GANs and autoencoders, for image generation using TensorFlow 2.x from scratch</strong></p> <h4>Key Features</h4> <ul> <li>Understand the different architectures for image generation, including autoencoders and GANs</li> <li>Build models that can edit an image of your face, turn photos into paintings, and generate photorealistic images</li> <li>Discover how you can build deep neural networks with advanced TensorFlow 2.x features</li> </ul> <h4>Book Description</h4> <p>The emerging field of Generative Adversarial Networks (GANs) has made it possible to generate indistinguishable images from existing datasets. With this hands-on book, you'll not only develop image generation skills but also gain a solid understanding of the underlying principles.</p> <p>Starting with an introduction to the fundamentals of image generation using TensorFlow, this book covers Variational Autoencoders (VAEs) and GANs. You'll discover how to build models for different applications as you get to grips with performing face swaps using deepfakes, neural style transfer, image-to-image translation, turning simple images into photorealistic images, and much more. You'll also understand how and why to construct state-of-the-art deep neural networks using advanced techniques such as spectral normalization and self-attention layer before working with advanced models for face generation and editing. You'll also be introduced to photo restoration, text-to-image synthesis, video retargeting, and neural rendering. Throughout the book, you'll learn to implement models from scratch in TensorFlow 2.x, including PixelCNN, VAE, DCGAN, WGAN, pix2pix, CycleGAN, StyleGAN, GauGAN, and BigGAN.</p> <p>By the end of this book, you'll be well versed in TensorFlow and be able to implement image generative technologies confidently.</p> <h4>What you will learn</h4> <ul> <li>Train on face datasets and use them to explore latent spaces for editing new faces</li> <li>Get to grips with swapping faces with deepfakes</li> <li>Perform style transfer to convert a photo into a painting</li> <li>Build and train pix2pix, CycleGAN, and BicycleGAN for image-to-image translation</li> <li>Use iGAN to understand manifold interpolation and GauGAN to turn simple images into photorealistic images</li> <li>Become well versed in attention generative models such as SAGAN and BigGAN</li> <li>Generate high-resolution photos with Progressive GAN and StyleGAN</li> </ul> <h4>Who this book is for</h4> <p>The Hands-On Image Generation with TensorFlow book is for deep learning engineers, practitioners, and researchers who have basic knowledge of convolutional neural networks and want to learn various image generation techniques using TensorFlow 2.x. You'll also find this book useful if you are an image processing professional or computer vision engineer looking to explore state-of-the-art architectures to improve and enhance images and videos. Knowledge of Python and TensorFlow will help you to get the best out of this book.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 4,198円

The Hands of Gravity and Chance【電子書籍】[ Thomas Ogden ]

楽天Kobo電子書籍ストア
<p>The Hands of Gravity and Chance is a spell-binding story in which parents find themselves promising and then rescinding what they do not have to give. The story opens with the fall of a thirteen-year-old girl down the stairs of the family house, an event that generates fault lines that spread both forward and backward in time, releasing an explosive energy of love and fear, bitterness and remorse.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 1,815円

Hands-On Machine Learning with C++ Build, train, and deploy end-to-end machine learning and deep learning pipelines【電子書籍】[ Kirill Kolodiazhnyi ]

楽天Kobo電子書籍ストア
<p><strong>Implement supervised and unsupervised machine learning algorithms using C++ libraries such as PyTorch C++ API, Caffe2, Shogun, Shark-ML, mlpack, and dlib with the help of real-world examples and datasets</strong></p> <h4>Key Features</h4> <ul> <li>Become familiar with data processing, performance measuring, and model selection using various C++ libraries</li> <li>Implement practical machine learning and deep learning techniques to build smart models</li> <li>Deploy machine learning models to work on mobile and embedded devices</li> </ul> <h4>Book Description</h4> <p>C++ can make your machine learning models run faster and more efficiently. This handy guide will help you learn the fundamentals of machine learning (ML), showing you how to use C++ libraries to get the most out of your data. This book makes machine learning with C++ for beginners easy with its example-based approach, demonstrating how to implement supervised and unsupervised ML algorithms through real-world examples.</p> <p>This book will get you hands-on with tuning and optimizing a model for different use cases, assisting you with model selection and the measurement of performance. You'll cover techniques such as product recommendations, ensemble learning, and anomaly detection using modern C++ libraries such as PyTorch C++ API, Caffe2, Shogun, Shark-ML, mlpack, and dlib. Next, you'll explore neural networks and deep learning using examples such as image classification and sentiment analysis, which will help you solve various problems. Later, you'll learn how to handle production and deployment challenges on mobile and cloud platforms, before discovering how to export and import models using the ONNX format.</p> <p>By the end of this C++ book, you will have real-world machine learning and C++ knowledge, as well as the skills to use C++ to build powerful ML systems.</p> <h4>What you will learn</h4> <ul> <li>Explore how to load and preprocess various data types to suitable C++ data structures</li> <li>Employ key machine learning algorithms with various C++ libraries</li> <li>Understand the grid-search approach to find the best parameters for a machine learning model</li> <li>Implement an algorithm for filtering anomalies in user data using Gaussian distribution</li> <li>Improve collaborative filtering to deal with dynamic user preferences</li> <li>Use C++ libraries and APIs to manage model structures and parameters</li> <li>Implement a C++ program to solve image classification tasks with LeNet architecture</li> </ul> <h4>Who this book is for</h4> <p>You will find this C++ machine learning book useful if you want to get started with machine learning algorithms and techniques using the popular C++ language. As well as being a useful first course in machine learning with C++, this book will also appeal to data analysts, data scientists, and machine learning developers who are looking to implement different machine learning models in production using varied datasets and examples. Working knowledge of the C++ programming language is mandatory to get started with this book.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 4,198円

Buy Ruby on Rails (2024) Dive into Ruby on Rails for Beginners and Embark on a Hands-on Project to Solidify Your Skills.【電子書籍】[ Ruby Rails Publishing ]

楽天Kobo電子書籍ストア
<p><strong>Unleash Your Web Development Potential with Ruby on Rails!</strong></p> <p><strong>〓 **Experience the Magic of Ruby on Rails** 〓</strong></p> <p>Are you ready to embark on a journey of creating dynamic web applications with unmatched efficiency? Enter the world of Ruby on Rails, the game-changing web application framework crafted by David Heinemeier Hansson. Since its inception in 2004, Ruby on Rails has emerged as a powerhouse, empowering developers to craft robust and feature-rich web solutions.</p> <p><strong>〓 **Discover the Power of Ruby on Rails** 〓</strong></p> <p><strong>〓 **Key Features of Our Ruby on Rails Tutorials** 〓</strong></p> <p>- Perfect Starting Point for Beginners: Master Ruby on Rails from Scratch<br /> - Streamlined Learning: Dive into Web Application Development with Ease<br /> - Harness the Efficiency of Rails: Craft Dynamic Web Solutions with Elegance<br /> - Open Source Brilliance: Leverage the Power of Ruby on Rails at No Cost<br /> - Comprehensive Guide: Unlock the Full Potential of Ruby on Rails for Your Projects</p> <p><strong>〓 **Your Gateway to Web Application Excellence** 〓</strong></p> <p><strong>〓 **Why Choose Ruby on Rails?** 〓</strong></p> <p>Ruby on Rails stands tall as an open-source marvel, a framework that redefines web application development. Experience the magic of a compact design that transforms the Ruby language into a domain-specific language for building web solutions. Say goodbye to convoluted code and embrace the elegance of concise, readable applications.</p> <p><strong>〓 **Accelerate Your Web Development Journey** 〓</strong></p> <p>Master the Core Elements of Ruby on Rails with Our Tutorial:</p> <p><strong>〓 **Unveil the Power of Ruby** 〓</strong></p> <p>Ruby boasts the best of:</p> <p>- Smalltalk's Elegance<br /> - Python's User-Friendliness<br /> - Perl's Practicality</p> <p><strong>〓 **Unravel the Essence of Ruby on Rails** 〓</strong></p> <p>- Productive Web Application Framework Crafted by David Heinemeier Hansson<br /> - Swiftly Develop Applications: Up to Ten Times Faster than Java Frameworks<br /> - Open-Source Brilliance: Leverage the Benefits without the Cost<br /> - Dive into Database-Backed Web Applications with Ease<br /> - Craft Seamless Web Solutions without the Need for Compilation</p> <p><strong>〓 **Ignite Your Learning Journey: Master Ruby on Rails Today!** 〓</strong></p> <p><strong>〓 **Unlock a World of Possibilities** 〓</strong></p> <p><strong>〓 **What You'll Learn in This Tutorial:** 〓</strong></p> <p>- Introduction: Your Web Development Odyssey Begins<br /> - Installation: Set Up Your Environment for Success<br /> - Framework Exploration: Dive Deep into Ruby on Rails<br /> - Database Setup: Lay the Foundation for Dynamic Applications<br /> - Active Records: Manipulate Data with Confidence<br /> - Migrations: Seamlessly Evolve Your Database Structure<br /> - Controller Mastery: Control and Direct Your Application<br /> - Routes and Views: Shape the User Experience<br /> - Layouts: Create Consistent and Aesthetic Interfaces<br /> - Scaffolding: Rapidly Develop Functional Applications<br /> - File Uploading: Enhance User Interaction with File Handling<br /> - Sending Emails: Establish Effective Communication Channels<br /> - And So Much More...</p> <p><strong>〓 **Ready to Revolutionize Your Web Development Skills?** 〓</strong></p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 4,006円

Hands-On Geospatial Analysis with R and QGIS A beginner’s guide to manipulating, managing, and analyzing spatial data using R and QGIS 3.2.2【電子書籍】[ Shammunul Islam ]

楽天Kobo電子書籍ストア
<p><strong>Practical examples with real-world projects in GIS, Remote sensing, Geospatial data management and Analysis using the R programming language</strong></p> <h4>Key Features</h4> <ul> <li>Understand the basics of R and QGIS to work with GIS and remote sensing data</li> <li>Learn to manage, manipulate, and analyze spatial data using R and QGIS</li> <li>Apply machine learning algorithms to geospatial data using R and QGIS</li> </ul> <h4>Book Description</h4> <p>Managing spatial data has always been challenging and it's getting more complex as the size of data increases. Spatial data is actually big data and you need different tools and techniques to work your way around to model and create different workflows. R and QGIS have powerful features that can make this job easier.</p> <p>This book is your companion for applying machine learning algorithms on GIS and remote sensing data. You’ll start by gaining an understanding of the nature of spatial data and installing R and QGIS. Then, you’ll learn how to use different R packages to import, export, and visualize data, before doing the same in QGIS. Screenshots are included to ease your understanding.</p> <p>Moving on, you’ll learn about different aspects of managing and analyzing spatial data, before diving into advanced topics. You’ll create powerful data visualizations using ggplot2, ggmap, raster, and other packages of R. You’ll learn how to use QGIS 3.2.2 to visualize and manage (create, edit, and format) spatial data. Different types of spatial analysis are also covered using R. Finally, you’ll work with landslide data from Bangladesh to create a landslide susceptibility map using different machine learning algorithms.</p> <p>By reading this book, you’ll transition from being a beginner to an intermediate user of GIS and remote sensing data in no time.</p> <h4>What you will learn</h4> <ul> <li>Install R and QGIS</li> <li>Get familiar with the basics of R programming and QGIS</li> <li>Visualize quantitative and qualitative data to create maps</li> <li>Find out the basics of raster data and how to use them in R and QGIS</li> <li>Perform geoprocessing tasks and automate them using the graphical modeler of QGIS</li> <li>Apply different machine learning algorithms on satellite data for landslide susceptibility mapping and prediction</li> </ul> <h4>Who this book is for</h4> <p>This book is great for geographers, environmental scientists, statisticians, and every professional who deals with spatial data. If you want to learn how to handle GIS and remote sensing data, then this book is for you. Basic knowledge of R and QGIS would be helpful but is not necessary.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 4,540円