Welcome to our book review site go-pdf.online!

You may have to Search all our reviewed books and magazines, click the sign up button below to create a free account.

Sign up

Artificial Intelligence, Machine Learning, and Deep Learning
  • Language: en
  • Pages: 306

Artificial Intelligence, Machine Learning, and Deep Learning

This book begins with an introduction to AI, followed by machine learning, deep learning, NLP, and reinforcement learning. Readers will learn about machine learning classifiers such as logistic regression, k-NN, decision trees, random forests, and SVMs. Next, the book covers deep learning architectures such as CNNs, RNNs, LSTMs, and auto encoders. Keras-based code samples are included to supplement the theoretical discussion. In addition, this book contains appendices for Keras, TensorFlow 2, and Pandas. Features: Covers an introduction to programming concepts related to AI, machine learning, and deep learning Includes material on Keras, TensorFlow2 and Pandas

Cloud Computing
  • Language: en

Cloud Computing

  • Type: Book
  • -
  • Published: 2017-04-17
  • -
  • Publisher: Unknown

This overview of cloud computing in a "self-teaching" format, contains state-of-the art chapters with tips and insights about cloud computing, its architecture, applications, information on security and privacy, and numerous case studies. It includes questions for discussion and "Cloud Computing Lab Experiments" to help in mastering its complex services and technologies. Recent research shows that cloud computing will be worth billions of dollars in new investments. Organizations are flocking to the cloud services to benefit from the elasticity, self-services, resource abundance, ubiquity, responsiveness, and cost efficiencies that it offers. Many government and private universities have already migrated to the cloud. The next wave in computing technology--expected to usher in a new era--will be based on cloud computing. Features: * Explores the basic advancements in the field of cloud computing * Offers a practical, self-teaching approach with numerous case studies and lab experiments on installation, evaluation, security, and more * Includes material on ESXi, MS AZURE, Eucalyptus, and more.

3D Printing
  • Language: en
  • Pages: 250

3D Printing

  • Type: Book
  • -
  • Published: 2018-09-30
  • -
  • Publisher: Unknown

This book is designed as an overview of the technology, applications, and design issues associated with the new 3D printing technology. It will be divided into three parts. Part 1 will cover a brief background of the history and evolution of 3D printing, along with their use in industry and personal consumer end. Part 2 will document three different projects from start to finish. This will show a variety of printers and what is needed before a project starts, as well as some of the pitfalls to watch out for when creating 3D prints. Part 3 will be a look ahead to how 3D printing will continue to evolve and how 3D printing is already in our pop-culture. Companion files are included with applications and examples of 3D printing. Features: * Provides an overview of the technology, applications, and design issues associated with the new 3D printing technology * Includes review questions, discussion / essay questions and "Applying What You've Learned" in every chapter * Companion files are included with projects, images, and samples of 3D printing

Network Security and Cryptography
  • Language: en
  • Pages: 731

Network Security and Cryptography

This new edition introduces the basic concepts in computer networks, blockchain, and the latest trends and technologies in cryptography and network security. The book is a definitive guide to the principles and techniques of cryptography and network security, and introduces basic concepts in computer networks such as classical cipher schemes, public key cryptography, authentication schemes, pretty good privacy, and Internet security. It features a new chapter on artificial intelligence security and the latest material on emerging technologies, related to IoT, cloud computing, SCADA, blockchain, smart grid, big data analytics, and more. Primarily intended as a textbook for courses in computer...

Industrial Automation and Robotics
  • Language: en
  • Pages: 662

Industrial Automation and Robotics

This updated edition presents an introduction to the multidisciplinary field of automation and robotics for industrial applications. The book initially covers the important concepts of hydraulics and pneumatics and how they are used for automation in an industrial setting. It then moves to a discussion of circuits and using them in hydraulic, pneumatic, and fluidic design. The latter part of the book deals with electric and electronic controls in automation and final chapters are devoted to robotics, robotic programming, and applications of robotics in industry. New chapters on UAVs (Ch. 19) and AI in Industrial Automation (Ch. 20) are featured. The companion files include numerous video tutorial projects. FEATURES: Begins with introductory concepts on automation, hydraulics, and pneumatics Features new chapters on UAVs (Ch. 19) and AI in Industrial Automation (Ch. 20) Covers sensors, PLC's, microprocessors, transfer devices and feeders, robotic sensors, robotic grippers, and robot programming Companion files have video projects, history of robotics, and figures from the text

C Programming
  • Language: en
  • Pages: 352

C Programming

Unlike many C programming books written by C programmers, this brief, self-teaching introduction was written by an instructor familiar with the needs of students. The book defines key programming terms as it teaches the basics of C programming. It contains numerous real world programming examples showing first the algorithm, immediately followed by the program for the algorithm, and then its output. End of chapter exercises with “hints” help to review and master the material under discussion. An appendix with fifteen “C Lab projects” with their solutions is also included. Features: * Defines key programming terms as it teaches the C programming language * Covers major topics such as arrays and pointers, structures and unions, file handling, and more * Includes numerous real world programming examples showing first the algorithm, followed by the program itself, then the desired output

Control System Design
  • Language: en
  • Pages: 390

Control System Design

This book covers the theory and mathematics needed to understand the concepts in control system design. Chapter 1 deals with compensation network design. Nonlinear control systems, including phase-plane analysis and the Delta method are presented in chapter 2. The analysis and design aspects based on the state variable approach are presented in Chapter 3. The discrete time control systems form the basis for the study of digital control systems in Chapter 4, covering the frequency response, root locus analysis, and stability considerations for discrete-time control systems. The stability analysis based on the Lyapunov method is given in chapter 5. The appendices include two US government articles on industrial control systems (NIST) and the control system design for a solar energy storage system (U.S. Dept. of Energy). Concepts in the text are supported by numerical examples. Features: • Covers the theory and mathematics needed to understand the concepts in control system design • Includes two U.S. government articles on industrial control systems (NIST) and the control system design for a solar energy storage system (U.S. Department of Energy)

Diabetes
  • Language: en

Diabetes

This book covers the classical type 1 and type 2 diabetes, diabetes of childhood, diabetes of pregnancy, modern insulin procedures, and suggested diets through practical examples, FAQs, videos, and illustrations. Diabetes is a chronic disease, affecting over 300 million people worldwide, in which there are high levels of sugar in the blood, often caused by too little insulin, resistance to insulin, or both. This book translates medical language into readable FAQs that can easily be understood by the lay person. It covers the classical type 1 and type 2 diabetes, diabetes of childhood, diabetes of pregnancy, modern insulin procedures, and suggested diets through practical examples, FAQs, videos, and illustrations.

Python
  • Language: en
  • Pages: 600

Python

This book is an introduction to programming concepts that uses Python 3 as the target language. It follows a practical just-in-time presentation – material is given to the student when it is needed. Many examples will be based on games, because Python has become the language of choice for basic game development. Designed as a Year One textbook for introduction to programming classes or for the hobbyist who wants to learn the fundamentals of programming, the text assumes no programming experience. Features: * Introduces programming concepts that use Python 3 * Includes many examples based on video game development * 4-color throughout with game demos on the companion files

Python 3
  • Language: en
  • Pages: 250

Python 3

As part of the best selling Pocket Primer series, this book is an effort to give programmers sufficient knowledge of Python 3 to be able to work on their own projects. In addition to covering all of the basic concepts, the book features a chapter on PyGame, which allows a programmer to handle graphics, mouse and keyboard interaction, and play sounds and videos. The demonstration example for that chapter is a Lunar Lander game. Another feature is the chapter on communication, which makes use of one of Python’s best features: a collection of modules for sending and receiving Email, communicating between computers, and working with Twitter and Web pages. Companion files that accompany this bo...