Hands  [洋書]
 
 
7922件中 31件 - 60件  1 2 3 4 5 6 7
商品説明価格

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円

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円

Be Bully Free A Hands-On Guide to How You Can Take Control【電子書籍】[ Catherine Thornton ]

楽天Kobo電子書籍ストア
<p>With bullying affecting approximately one in five children, and an increase in bullying on social media, it remains a frighteningly common issue for children growing up today. Written in a young adult fiction style, Be Bully Free gives the recipient of bullying direct and practical advice to help empower them and take back control of their situation.</p> <p>The advice is grounded in real world, everyday bullying scenarios and additional information is provided to help children in a range of well-being areas such as nutrition, exercise, sleep, anxiety and more, making the book a highly valuable resource for any child 11+ who is experiencing or has experienced bullying. Sections for families and schools are also included.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 1,966円

Hands-On High Performance Programming with Qt 5 Build cross-platform applications using concurrency, parallel programming, and memory management【電子書籍】[ Marek Krajewski ]

楽天Kobo電子書籍ストア
<p><strong>Build efficient and fast Qt applications, target performance problems, and discover solutions to refine your code</strong></p> <h4>Key Features</h4> <ul> <li>Build efficient and concurrent applications in Qt to create cross-platform applications</li> <li>Identify performance bottlenecks and apply the correct algorithm to improve application performance</li> <li>Delve into parallel programming and memory management to optimize your code</li> </ul> <h4>Book Description</h4> <p>Achieving efficient code through performance tuning is one of the key challenges faced by many programmers. This book looks at Qt programming from a performance perspective. You'll explore the performance problems encountered when using the Qt framework and means and ways to resolve them and optimize performance.</p> <p>The book highlights performance improvements and new features released in Qt 5.9, Qt 5.11, and 5.12 (LTE). You'll master general computer performance best practices and tools, which can help you identify the reasons behind low performance, and the most common performance pitfalls experienced when using the Qt framework. In the following chapters, you'll explore multithreading and asynchronous programming with C++ and Qt and learn the importance and efficient use of data structures. You'll also get the opportunity to work through techniques such as memory management and design guidelines, which are essential to improve application performance. Comprehensive sections that cover all these concepts will prepare you for gaining hands-on experience of some of Qt's most exciting application fields - the mobile and embedded development domains.</p> <p>By the end of this book, you'll be ready to build Qt applications that are more efficient, concurrent, and performance-oriented in nature</p> <h4>What you will learn</h4> <ul> <li>Understand classic performance best practices</li> <li>Get to grips with modern hardware architecture and its performance impact</li> <li>Implement tools and procedures used in performance optimization</li> <li>Grasp Qt-specific work techniques for graphical user interface (GUI) and platform programming</li> <li>Make Transmission Control Protocol (TCP) and Hypertext Transfer Protocol (HTTP) performant and use the relevant Qt classes</li> <li>Discover the improvements Qt 5.9 (and the upcoming versions) holds in store</li> <li>Explore Qt's graphic engine architecture, strengths, and weaknesses</li> </ul> <h4>Who this book is for</h4> <p>This book is designed for Qt developers who wish to build highly performance applications for desktop and embedded devices. Programming Experience with C++ is required.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 3,858円

Hands-On Value-at-Risk and Expected Shortfall A Practical Primer【電子書籍】[ Martin Auer ]

楽天Kobo電子書籍ストア
<p>This book describes a maximally simple market risk model that is still practical and main risk measures like the value-at-risk and the expected shortfall. It outlines the model's (i) underlying math, (ii) daily operation, and (iii) implementation, while stripping away statistical overhead to keep the concepts accessible. The author selects and weighs the various model features, motivating the choices under real-world constraints, and addresses the evermore important handling of regulatory requirements. The book targets not only practitioners new to the field but also experienced market risk operators by suggesting useful data analysis procedures and implementation details. It furthermore addresses market risk consumers such as managers, traders, and compliance officers by making the model behavior intuitively transparent.</p> <p><em>A very useful guide to the theoretical and practical aspects of implementing and operating a risk-monitoring system for a mid-size financial institution. It sets a common body of knowledge to facilitate communication between risk managers, computer and investment specialists by bridging their diverse backgrounds.</em></p> <p><strong>Giovanni Barone-Adesi</strong> ー Professor, Universit? della Svizzera italiana</p> <p><em>This unassuming and insightful book starts from the basics and plainly brings the reader up to speed on both theory and implementation.</em></p> <p><strong>Shane Hegarty</strong> ー Director Trade Floor Risk Management, Scotiabank</p> <p>Visit the book’s website at www.value-at-risk.com.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 6,928円

Hands-On Genetic Algorithms with Python Applying genetic algorithms to solve real-world deep learning and artificial intelligence problems【電子書籍】[ Eyal Wirsansky ]

楽天Kobo電子書籍ストア
<p><strong>Explore the ever-growing world of genetic algorithms to solve search, optimization, and AI-related tasks, and improve machine learning models using Python libraries such as DEAP, scikit-learn, and NumPy</strong></p> <h4>Key Features</h4> <ul> <li>Explore the ins and outs of genetic algorithms with this fast-paced guide</li> <li>Implement tasks such as feature selection, search optimization, and cluster analysis using Python</li> <li>Solve combinatorial problems, optimize functions, and enhance the performance of artificial intelligence applications</li> </ul> <h4>Book Description</h4> <p>Genetic algorithms are a family of search, optimization, and learning algorithms inspired by the principles of natural evolution. By imitating the evolutionary process, genetic algorithms can overcome hurdles encountered in traditional search algorithms and provide high-quality solutions for a variety of problems. This book will help you get to grips with a powerful yet simple approach to applying genetic algorithms to a wide range of tasks using Python, covering the latest developments in artificial intelligence.</p> <p>After introducing you to genetic algorithms and their principles of operation, you'll understand how they differ from traditional algorithms and what types of problems they can solve. You'll then discover how they can be applied to search and optimization problems, such as planning, scheduling, gaming, and analytics. As you advance, you'll also learn how to use genetic algorithms to improve your machine learning and deep learning models, solve reinforcement learning tasks, and perform image reconstruction. Finally, you'll cover several related technologies that can open up new possibilities for future applications.</p> <p>By the end of this book, you'll have hands-on experience of applying genetic algorithms in artificial intelligence as well as in numerous other domains.</p> <h4>What you will learn</h4> <ul> <li>Understand how to use state-of-the-art Python tools to create genetic algorithm-based applications</li> <li>Use genetic algorithms to optimize functions and solve planning and scheduling problems</li> <li>Enhance the performance of machine learning models and optimize deep learning network architecture</li> <li>Apply genetic algorithms to reinforcement learning tasks using OpenAI Gym</li> <li>Explore how images can be reconstructed using a set of semi-transparent shapes</li> <li>Discover other bio-inspired techniques, such as genetic programming and particle swarm optimization</li> </ul> <h4>Who this book is for</h4> <p>This book is for software developers, data scientists, and AI enthusiasts who want to use genetic algorithms to carry out intelligent tasks in their applications. Working knowledge of Python and basic knowledge of mathematics and computer science will help you get the most out of this book.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 3,290円

Hands A Pictorial Archive from Nineteenth-Century Sources【電子書籍】

楽天Kobo電子書籍ストア
<p>More than just a five-digit grasping appendage, the extraordinary human hand is capable of a virtually infinite range of expression. Here are over 1,100 images of hands, specially assembled by a noted graphic designer in response to the growing demand for inexpensive and royalty-free art depicting hands.<br /> Chosen for diversity and style as well as usability, these images were carefully culled from thousands of pages of nineteenth-century European and American books and periodicals, some of them very rare. Many of the images represent the height of the wood engraver's art ー and as artists and designers know, for many purposes wood engravings are far superior to photographs.<br /> Here are large hands, small hands, lovely hands, and ugly hands. There are hands resting and active and hands writing, sewing, demonstrating scientific experiments, using tools, performing magic tricks, applying first aid, playing parlor games, and even casting hand shadows on the wall. Hands are displayed to demonstrate palmistry, anatomy, and sign language, or are simply poised to reveal superb form and dignity. In response to the enormous demand, hands with pointing fingers appear in an abundance of sizes, shapes, and shades, and are more or less stylized or realistic to suit every need.<br /> A glance through this magnificent collection will suggest a multitude of royalty-free uses to any artist, designer, or crafter, including collage, decoupage, and advertising art. Whenever the decorative, expressive, or symbolic potential of a hand is needed, you will want to turn to this inexpensive yet comprehensive treasury.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 1,729円

Hands-on Nuxt.js Web Development Build universal and static-generated Vue.js applications using Nuxt.js【電子書籍】[ Lau Tiam Kok ]

楽天Kobo電子書籍ストア
<p><strong>Learn Nuxt.js for building server-side rendered, static-generated, and production-ready Vue.js web applications with the help of practical examples</strong></p> <h4>Key Features</h4> <ul> <li>Explore techniques for authentication, testing, and deployment to build your first complete Nuxt.js web app</li> <li>Write cleaner, maintainable, and scalable isomorphic JavaScript web applications</li> <li>Transform your Vue.js application into universal and static-generated web apps</li> </ul> <h4>Book Description</h4> <p>Nuxt.js is a progressive web framework built on top of Vue.js for server-side rendering (SSR). With Nuxt.js and Vue.js, building universal and static-generated applications from scratch is now easier than ever before.</p> <p>This book starts with an introduction to Nuxt.js and its constituents as a universal SSR framework. You'll learn the fundamentals of Nuxt.js and find out how you can integrate it with the latest version of Vue.js. You'll then explore the Nuxt.js directory structure and set up your first Nuxt.js project using pages, views, routing, and Vue components. With the help of practical examples, you'll learn how to connect your Nuxt.js application with the backend API by exploring your Nuxt.js application's configuration, plugins, modules, middleware, and the Vuex store. The book shows you how you can turn your Nuxt.js application into a universal or static-generated application by working with REST and GraphQL APIs over HTTP requests. Finally, you'll get to grips with security techniques using authorization, package your Nuxt.js application for testing, and deploy it to production.</p> <p>By the end of this web development book, you'll have developed a solid understanding of using Nuxt.js for your projects and be able to build secure, end-to-end tested, and scalable web applications with SSR, data handling, and SEO capabilities.</p> <h4>What you will learn</h4> <ul> <li>Integrate Nuxt.js with the latest version of Vue.js</li> <li>Extend your Vue.js applications using Nuxt.js pages, components, routing, middleware, plugins, and modules</li> <li>Create a basic real-time web application using Nuxt.js, Node.js, Koa.js and RethinkDB</li> <li>Develop universal and static-generated web applications with Nuxt.js, headless CMS and GraphQL</li> <li>Build Node.js and PHP APIs from scratch with Koa.js, PSRs, GraphQL, MongoDB and MySQL</li> <li>Secure your Nuxt.js applications with the JWT authentication</li> <li>Discover best practices for testing and deploying your Nuxt.js applications</li> </ul> <h4>Who this book is for</h4> <p>The book is for any JavaScript or full-stack developer who wants to build server-side rendered Vue.js apps. A basic understanding of the Vue.js framework will assist with understanding key concepts covered in the book.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 3,858円

All Hands On Deck (Erotic Short Stories / Steamy Sex Scenes / Boat Sex)【電子書籍】[ Laura B. Cooper ]

楽天Kobo電子書籍ストア
<p>Five sexy stories of hanging out on the boat. See Laura and Chris enjoy everything from one on one sex to multiple partners, threesomes, foursomes, menages, and couple play. See Laura's inner slut revealed!</p> <p>Warning: 18+ ONLY This title contains erotic situations, graphic language, and is intended for mature audiences.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 80円

The Hands-Off Investor An Insider’s Guide to Investing in Passive Real Estate Syndications【電子書籍】[ Brian Burke ]

楽天Kobo電子書籍ストア
<p><strong>Finding an experienced syndication sponsor matters now more than ever. By learning to select the right sponsors and properties, you’ll find the best deals and mitigate risk during times of economic instability!</strong></p> <p>Want to invest in real estate but don’t have the time? No matter your level of experience, real estate syndications provide an avenue to invest in real estate without tenants, toilets, or trashーand this comprehensive guide will teach you how to invest in these opportunities the right way.</p> <p>Syndications are like the stock mutual funds of the real estate worldーmultiple investors passively invest into a fund, while a manager is responsible for picking the real estate and managing the portfolio. Author Brian Burke, a syndications insider with decades of experience in forming and managing syndication funds, will show you how to evaluate sponsors, opportunities, and offerings so you can pick the right sponsors and achieve the highest odds of a favorable outcome.</p> <p><strong>Inside, you’ll learn:</strong></p> <p>The practical skills you need to understand income, cash flow projections, and investor waterfalls</p> <p>How to find syndication investment sponsors and how to evaluate them for the best possible opportunities</p> <p>Red flags to avoid and tricks that syndication sponsors don’t want you to know</p> <p>The biggest and most common underwriting mistakes that sponsors make</p> <p>How various debt options affect risk and return</p> <p>Typical sponsor fees and profit splits</p> <p>The tax implications of syndication investments</p> <p>How to measure alignment of interest, judge performance projections, and more!</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 1,702円

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円

Clap Your Hands! (Sesame Street) [With Puppet] CLAP YOUR HANDS (SESAME STREET (Puppet Books) [ Random House ]

楽天ブックス
CLAP YOUR HANDS (SESAME STREET Puppet Books Random House Random House RANDOM HOUSE2002 Board Books English OTHER ISBN:9780375822261 洋書 Books for kids(児童書) Juvenile Fiction 1,742円

Ethical Hacking A Hands-on Introduction to Breaking In【電子書籍】[ Daniel G. Graham ]

楽天Kobo電子書籍ストア
<p><strong>A hands-on guide to hacking computer systems from the ground up, from capturing traffic to crafting sneaky, successful trojans.</strong></p> <p>A crash course in modern hacking techniques, <em>Ethical Hacking</em> is already being used to prepare the next generation of offensive security experts. In its many hands-on labs, you’ll explore crucial skills for any aspiring penetration tester, security researcher, or malware analyst.</p> <p>You’ll begin with the basics: capturing a victim’s network traffic with an ARP spoofing attack and then viewing it in Wireshark. From there, you’ll deploy reverse shells that let you remotely run commands on a victim’s computer, encrypt files by writing your own ransomware in Python, and fake emails like the ones used in phishing attacks. In advanced chapters, you’ll learn how to fuzz for new vulnerabilities, craft trojans and rootkits, exploit websites with SQL injection, and escalate your privileges to extract credentials, which you’ll use to traverse a private network.</p> <p>You’ll work with a wide range of professional penetration testing toolsーand learn to write your own tools in Pythonーas you practice tasks like:</p> <p><strong>?</strong> Deploying the Metasploit framework’s reverse shells and embedding them in innocent-seeming files<br /> <strong>?</strong> Capturing passwords in a corporate Windows network using Mimikatz<br /> <strong>?</strong> Scanning (almost) every device on the internet to find potential victims<br /> <strong>?</strong> Installing Linux rootkits that modify a victim’s operating system<br /> <strong>?</strong> Performing advanced Cross-Site Scripting (XSS) attacks that execute sophisticated JavaScript payloads</p> <p>Along the way, you’ll gain a foundation in the relevant computing technologies. Discover how advanced fuzzers work behind the scenes, learn how internet traffic gets encrypted, explore the inner mechanisms of nation-state malware like Drovorub, and much more.</p> <p>Developed with feedback from cybersecurity students, Ethical Hacking addresses contemporary issues in the field not often covered in other books and will prepare you for a career in penetration testing. Most importantly, you’ll be able to think like an ethical hacker?: someone who can carefully analyze systems and creatively gain access to them.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 4,272円

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円

Software Engineering: A Hands-On Approach【電子書籍】[ Roger Y. Lee ]

楽天Kobo電子書籍ストア
<p>This textbook provides a progressive approach to the teaching of software engineering. First, readers are introduced to the core concepts of the object-oriented methodology, which is used throughout the book to act as the foundation for software engineering and programming practices, and partly for the software engineering process itself. Then, the processes involved in software engineering are explained in more detail, especially methods and their applications in design, implementation, testing, and measurement, as they relate to software engineering projects. At last, readers are given the chance to practice these concepts by applying commonly used skills and tasks to a hands-on project. The impact of such a format is the potential for quicker and deeper understanding. Readers will master concepts and skills at the most basic levels before continuing to expand on and apply these lessons in later chapters.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 6,076円

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円

Penetration Testing A Hands-On Introduction to Hacking【電子書籍】[ Georgia Weidman ]

楽天Kobo電子書籍ストア
<p>Penetration testers simulate cyber attacks to find security weaknesses in networks, operating systems, and applications. Information security experts worldwide use penetration techniques to evaluate enterprise defenses.</p> <p>In <em>Penetration Testing</em>, security expert, researcher, and trainer Georgia Weidman introduces you to the core skills and techniques that every pentester needs. Using a virtual machine?based lab that includes Kali Linux and vulnerable operating systems, you’ll run through a series of practical lessons with tools like Wireshark, Nmap, and Burp Suite. As you follow along with the labs and launch attacks, you’ll experience the key stages of an actual assessmentーincluding information gathering, finding exploitable vulnerabilities, gaining access to systems, post exploitation, and more.</p> <p>Learn how to:<br /> ?Crack passwords and wireless network keys with brute-forcing and wordlists<br /> ?Test web applications for vulnerabilities<br /> ?Use the Metasploit Framework to launch exploits and write your own Metasploit modules<br /> ?Automate social-engineering attacks<br /> ?Bypass antivirus software<br /> ?Turn access to one machine into total control of the enterprise in the post exploitation phase</p> <p>You’ll even explore writing your own exploits. Then it’s on to mobile hackingーWeidman’s particular area of researchーwith her tool, the Smartphone Pentest Framework.</p> <p>With its collection of hands-on lessons that cover key tools and strategies, <em>Penetration Testing</em> is the introduction that every aspiring hacker needs.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 4,272円

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円

Sinners in the Hands of an Angry God【電子書籍】[ Jonathan Edwards ]

楽天Kobo電子書籍ストア
<p>In 'Sinners in the Hands of an Angry God' by Jonathan Edwards, readers are exposed to a powerful sermon that serves as a cornerstone in American literature. Edwards' adept use of vivid imagery and fervent language captures the fear of damnation and the wrath of God in a way that leaves a lasting impact on readers. The sermon is a prime example of the Great Awakening movement in colonial America, highlighting the emphasis on personal salvation and the need for repentance. Edwards' cautionary tale serves as a stark reminder of the consequences of sin and the urgency for spiritual awakening. The book's straightforward yet evocative prose sets it apart as a classic piece of religious literature that continues to resonate with audiences today. Jonathan Edwards, a prominent theologian and preacher in the 18th century, drew upon his Puritan beliefs and the religious fervor of his time to deliver this influential sermon. As a key figure in the Great Awakening, Edwards' dedication to preaching the word of God is evident in the passion and urgency conveyed in 'Sinners in the Hands of an Angry God'. This book is highly recommended for those interested in American religious history, literature, and the study of sermons as a literary genre.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 300円

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円

Hands-on Qt for Python Developers【電子書籍】[ Volodymyr Kirichinets ]

楽天Kobo電子書籍ストア
<ol> <li>Python, Qt and C++ with examples.</li> <li>QML and Qt Quick with examples.</li> <li>PyQt and PySide with examples.</li> <li>Graphics, Graphical Effects and multimedia.</li> <li>Working with Databases (SQL, NoSQL).</li> <li>Signals, slots, and event handlers with examples.</li> <li>Threading and Multiprocessing in examples of large scale constructions.</li> </ol>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 935円

Hands-On Azure Digital Twins A practical guide to building distributed IoT solutions【電子書籍】[ Alexander Meijers ]

楽天Kobo電子書籍ストア
<p>Build your own digital twin in no time! Key Features ? Build and design simple to complex digital twins solutions ? Create end-to-end solutions with Azure Digital Twins ? Integrate the Azure Digital Twins service with other Azure services to provide even richer solutions Book Description In today's world, clients are using more and more IoT sensors to monitor their business processes and assets. Think about collecting information such as pressure in an engine, the temperature, or a light switch being turned on or off in a room. The data collected can be used to create smart solutions for predicting future trends, creating simulations, and drawing insights using visualizations. This makes it beneficial for organizations to make digital twins, which are digital replicas of the real environment, to support these smart solutions. This book will help you understand the concept of digital twins and how it can be implemented using an Azure service called Azure Digital Twins. Starting with the requirements and installation of the Azure Digital Twins service, the book will explain the definition language used for modeling digital twins. From there, you'll go through each step of building digital twins using Azure Digital Twins and learn about the different SDKs and APIs and how to use them with several Azure services. Finally, you'll learn how digital twins can be used in practice with the help of several real-world scenarios. By the end of this book, you'll be confident in building and designing digital twins and integrating them with various Azure services. What you will learn ? Understand the concept and architecture of Azure Digital Twins ? Get to grips with installing and configuring the service and required tools ? Understand the Digital Twin Definition Language (DTDL) and digital twin models ? Explore the APIs and SDKs available to access the Azure Digital Twins services ? Monitor, troubleshoot, and secure digital twins ? Discover how to build, design, and integrate applications with various Azure services ? Explore real-life scenarios with Azure Digital Twins Who this book is for This book is for Azure developers, Azure architects, and anyone who wants to learn more about how to implement IoT solutions using Azure Digital Twins and additional Azure services. Prior experience using the Azure Portal and a clear understanding of building applications using .NET will be helpful.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 5,900円

Arduino Uno: A Hands-On Guide for Beginner【電子書籍】[ Agus Kurniawan ]

楽天Kobo電子書籍ストア
<p>Arduino board is a popular board for embedded development. This book helps you to get started with Arduino Uno development. Several scenario samples are provided to accelerate your learning process. The following is highlight topics:</p> <ul> <li>Preparing Development Environment</li> <li>Setting Up Arduino Uno</li> <li>Writing and Reading Digital Data</li> <li>Serial Communication (UART)</li> <li>PWM and Analog Input</li> <li>Working with I2C</li> <li>Working with SPI</li> <li>Accessing EEPROM</li> <li>Arduino Networking</li> </ul>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 250円

Hardware Security A Hands-on Learning Approach【電子書籍】[ Swarup Bhunia, Ph.D., Purdue University ]

楽天Kobo電子書籍ストア
<p><em>Hardware Security: A Hands-On Learning Approach</em> provides a broad, comprehensive and practical overview of hardware security that encompasses all levels of the electronic hardware infrastructure. It covers basic concepts like advanced attack techniques and countermeasures that are illustrated through theory, case studies and well-designed, hands-on laboratory exercises for each key concept. The book is ideal as a textbook for upper-level undergraduate students studying computer engineering, computer science, electrical engineering, and biomedical engineering, but is also a handy reference for graduate students, researchers and industry professionals. For academic courses, the book contains a robust suite of teaching ancillaries.</p> <p>Users will be able to access schematic, layout and design files for a printed circuit board for hardware hacking (i.e. the HaHa board) that can be used by instructors to fabricate boards, a suite of videos that demonstrate different hardware vulnerabilities, hardware attacks and countermeasures, and a detailed description and user manual for companion materials.</p> <ul> <li>Provides a thorough overview of computer hardware, including the fundamentals of computer systems and the implications of security risks</li> <li>Includes discussion of the liability, safety and privacy implications of hardware and software security and interaction</li> <li>Gives insights on a wide range of security, trust issues and emerging attacks and protection mechanisms in the electronic hardware lifecycle, from design, fabrication, test, and distribution, straight through to supply chain and deployment in the field</li> <li>A full range of instructor and student support materials can be found on the authors' own website for the book: hwsecuritybook.org</li> </ul>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 8,722円

Practical Big Data Analytics Hands-on techniques to implement enterprise analytics and machine learning using Hadoop, Spark, NoSQL and R【電子書籍】[ Nataraj Dasgupta ]

楽天Kobo電子書籍ストア
<p>Get command of your organizational Big Data using the power of data science and analytics About This Book ? A perfect companion to boost your Big Data storing, processing, analyzing skills to help you take informed business decisions ? Work with the best tools such as Apache Hadoop, R, Python, and Spark for NoSQL platforms to perform massive online analyses ? Get expert tips on statistical inference, machine learning, mathematical modeling, and data visualization for Big Data Who This Book Is For The book is intended for existing and aspiring Big Data professionals who wish to become the go-to person in their organization when it comes to Big Data architecture, analytics, and governance. While no prior knowledge of Big Data or related technologies is assumed, it will be helpful to have some programming experience. What You Will Learn ? Get a 360-degree view into the world of Big Data, data science and machine learning ? Broad range of technical and business Big Data analytics topics that caters to the interests of the technical experts as well as corporate IT executives ? Get hands-on experience with industry-standard Big Data and machine learning tools such as Hadoop, Spark, MongoDB, KDB+ and R ? Create production-grade machine learning BI Dashboards using R and R Shiny with step-by-step instructions ? Learn how to combine open-source Big Data, machine learning and BI Tools to create low-cost business analytics applications ? Understand corporate strategies for successful Big Data and data science projects ? Go beyond general-purpose analytics to develop cutting-edge Big Data applications using emerging technologies In Detail Big Data analytics relates to the strategies used by organizations to collect, organize and analyze large amounts of data to uncover valuable business insights that otherwise cannot be analyzed through traditional systems. Crafting an enterprise-scale cost-efficient Big Data and machine learning solution to uncover insights and value from your organization's data is a challenge. Today, with hundreds of new Big Data systems, machine learning packages and BI Tools, selecting the right combination of technologies is an even greater challenge. This book will help you do that. With the help of this guide, you will be able to bridge the gap between the theoretical world of technology with the practical ground reality of building corporate Big Data and data science platforms. You will get hands-on exposure to Hadoop and Spark, build machine learning dashboards using R and R Shiny, create web-based apps using NoSQL databases such as MongoDB and even learn how to write R code for neural networks. By the end of the book, you will have a very clear and concrete understanding of what Big Data analytics means, how it drives revenues for organizations, and how you can develop your own Big Data analytics solution using different tools and methods articulated in this book. Style and approach This book equips you with a knowledge of various NoSQL tools, R, Python programming, cloud platforms, and techniques so you can use them to store, analyze, and deliver meaningful insights from your data.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 4,540円

Hands-On Blockchain for Python Developers Gain blockchain programming skills to build decentralized applications using Python【電子書籍】[ Arjuna Sky Kok ]

楽天Kobo電子書籍ストア
<p><strong>Implement real-world decentralized applications using Python, Vyper, Populus, and Ethereum</strong></p> <h4>Key Features</h4> <ul> <li>Stay up-to-date with everything you need to know about the blockchain ecosystem</li> <li>Implement smart contracts, wallets, and decentralized applications(DApps) using Python libraries</li> <li>Get deeper insights into storing content in a distributed storage platform</li> </ul> <h4>Book Description</h4> <p>Blockchain is seen as the main technological solution that works as a public ledger for all cryptocurrency transactions. This book serves as a practical guide to developing a full-fledged decentralized application with Python to interact with the various building blocks of blockchain applications.</p> <p>Hands-On Blockchain for Python Developers starts by demonstrating how blockchain technology and cryptocurrency hashing works. You will understand the fundamentals and benefits of smart contracts such as censorship resistance and transaction accuracy. As you steadily progress, you'll go on to build smart contracts using Vyper, which has a similar syntax to Python. This experience will further help you unravel the other benefits of smart contracts, including reliable storage and backup, and efficiency. You'll also use web3.py to interact with smart contracts and leverage the power of both the web3.py and Populus framework to build decentralized applications that offer security and seamless integration with cryptocurrencies. As you explore later chapters, you'll learn how to create your own token on top of Ethereum and build a cryptocurrency wallet graphical user interface (GUI) that can handle Ethereum and Ethereum Request for Comments (ERC-20) tokens using the PySide2 library. This will enable users to seamlessly store, send, and receive digital money. Toward the end, you'll implement InterPlanetary File System (IPFS) technology in your decentralized application to provide a peer-to-peer filesystem that can store and expose media.</p> <p>By the end of this book, you'll be well-versed in blockchain programming and be able to build end-to-end decentralized applications on a range of domains using Python.</p> <h4>What you will learn</h4> <ul> <li>Understand blockchain technology and what makes it an immutable database</li> <li>Use the features of web3.py API to interact with the smart contract</li> <li>Create your own cryptocurrency and token in Ethereum using Vyper</li> <li>Use IPFS features to store content on the decentralized storage platform</li> <li>Implement a Twitter-like decentralized application with a desktop frontend</li> <li>Build decentralized applications in the shape of console, web, and desktop applications</li> </ul> <h4>Who this book is for</h4> <p>If you are a Python developer who wants to enter the world of blockchain, Hands-On Blockchain for Python Developers is for you. The book will be your go-to guide to becoming well-versed with the blockchain ecosystem and building your own decentralized applications using Python and library support.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 3,858円

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円

Practical Malware Analysis The Hands-On Guide to Dissecting Malicious Software【電子書籍】[ Michael Sikorski ]

楽天Kobo電子書籍ストア
<p>Malware analysis is big business, and attacks can cost a company dearly. When malware breaches your defenses, you need to act quickly to cure current infections and prevent future ones from occurring.</p> <p>For those who want to stay ahead of the latest malware, <em>Practical Malware Analysis</em> will teach you the tools and techniques used by professional analysts. With this book as your guide, you'll be able to safely analyze, debug, and disassemble any malicious software that comes your way.</p> <p>You'll learn how to:<br /> ?Set up a safe virtual environment to analyze malware<br /> ?Quickly extract network signatures and host-based indicators<br /> ?Use key analysis tools like IDA Pro, OllyDbg, and WinDbg<br /> ?Overcome malware tricks like obfuscation, anti-disassembly, anti-debugging, and anti-virtual machine techniques<br /> ?Use your newfound knowledge of Windows internals for malware analysis<br /> ?Develop a methodology for unpacking malware and get practical experience with five of the most popular packers<br /> ?Analyze special cases of malware with shellcode, C++, and 64-bit code</p> <p>Hands-on labs throughout the book challenge you to practice and synthesize your skills as you dissect real malware samples, and pages of detailed dissections offer an over-the-shoulder look at how the pros do it. You'll learn how to crack open malware to see how it really works, determine what damage it has done, thoroughly clean your network, and ensure that the malware never comes back.</p> <p>Malware analysis is a cat-and-mouse game with rules that are constantly changing, so make sure you have the fundamentals. Whether you're tasked with securing one network or a thousand networks, or you're making a living as a malware analyst, you'll find what you need to succeed in <em>Practical Malware Analysis</em>.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 5,127円

The Dealmaker Lessons from a Life in Private Equity【電子書籍】[ Guy Hands ]

楽天Kobo電子書籍ストア
<p><strong>An inside account of the multi-billion pound world of private equity and a masterclass on the art of deal-making</strong>.</p> <p><em>The Dealmaker</em> is a frank and honest account of how a severely dyslexic child who struggled at school went on to graduate from Oxford and become a serial entrepreneur. It describes Guy Hand's career in private equity, first at Nomura and then as head of his own company, Terra Firma. It looks in detail at the huge deals that Terra Firma has done over the years, involving everything from cinema chains and pubs to waste management, aircraft leasing and green energy. And it offers a brutally honest appraisal of the deal that almost bankrupted him - the acquisition of multinational music recording and publishing company EMI in 2007, just as a global financial crash loomed on the horizon. Above all, he gives the reader a real sense of what it's like inside the secretive world of private equity, describing in frank detail the pressures and rewards involved.</p> <p><strong>Insightful and page-turning, <em>The Dealmaker</em> will prove inspirational and essential reading for all those who want to understand how huge business negotiations are done, and what makes one of private equity's biggest players tick.</strong></p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 1,404円

Hands-On Embedded Programming with Qt Develop high performance applications for embedded systems with C++ and Qt 5【電子書籍】[ John Werner ]

楽天Kobo電子書籍ストア
<p><strong>A comprehensive guide that will get you up and running with embedded software development using Qt5</strong></p> <h4>Key Features</h4> <ul> <li>Learn to create fluid, cross-platform applications for embedded devices</li> <li>Achieve optimum performance in your applications with QT Lite project</li> <li>Explore the implementation of Qt with IoT using QtMqtt, QtKNX, and QtWebSockets</li> </ul> <h4>Book Description</h4> <p>Qt is an open-source toolkit suitable for cross-platform and embedded application development. This book uses inductive teaching to help you learn how to create applications for embedded and Internet of Things (IoT) devices with Qt 5.</p> <p>You'll start by learning to develop your very first application with Qt. Next, you'll build on the first application by understanding new concepts through hands-on projects and written text. Each project will introduce new features that will help you transform your basic first project into a connected IoT application running on embedded hardware. In addition to practical experience in developing an embedded Qt project, you will also gain valuable insights into best practices for Qt development, along with exploring advanced techniques for testing, debugging, and monitoring the performance of Qt applications. Through the course of the book, the examples and projects are demonstrated in a way so that they can be run both locally and on an embedded platform.</p> <p>By the end of this book, you will have the skills you need to use Qt 5 to confidently develop modern embedded applications.</p> <h4>What you will learn</h4> <ul> <li>Understand how to develop Qt applications using Qt Creator under Linux</li> <li>Explore various Qt GUI technologies to build resourceful and interactive applications</li> <li>Understand Qt's threading model to maintain a responsive UI</li> <li>Get to grips with remote target load and debug under Qt Creator</li> <li>Become adept at writing IoT code using Qt</li> <li>Learn a variety of software best practices to ensure that your code is efficient</li> </ul> <h4>Who this book is for</h4> <p>This book is for software and hardware professionals with experience in different domains who are seeking new career opportunities in embedded systems and IoT. Working knowledge of the C++ Linux command line will be useful to get the most out of this book.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 3,290円