Unisciti a noi in un viaggio nel mondo dei libri!
Aggiungi questo libro allo scaffale
Grey
Scrivi un nuovo commento Default profile 50px
Grey
Iscriviti per leggere l'intero libro o leggi le prime pagine gratuitamente!
All characters reduced
Mastering TensorFlow - From Basics to Expert Proficiency - cover

Mastering TensorFlow - From Basics to Expert Proficiency

William Smith

Casa editrice: HiTeX Press

  • 0
  • 0
  • 0

Sinossi

"Mastering TensorFlow: From Basics to Expert Proficiency" is an authoritative guide designed to provide readers with a comprehensive understanding of TensorFlow, the leading open-source machine learning framework by Google. This book meticulously covers all critical aspects of TensorFlow, from its foundational architecture and core concepts to advanced model training and deployment techniques. Each chapter is structured to build upon the previous ones, ensuring a smooth and logical progression. Readers will become proficient in preprocessing data, constructing sophisticated neural networks, including Convolutional and Recurrent Neural Networks, and fine-tuning their models for optimal performance.The book delves into specialized topics such as natural language processing, custom model creation, and distributed training strategies, providing practical examples and hands-on exercises throughout. It also addresses real-world deployment scenarios, including mobile and web applications, ensuring that readers are well-equipped to bring their TensorFlow models into production environments securely and efficiently. Whether you are a beginner or an experienced machine learning practitioner, "Mastering TensorFlow" offers valuable insights and practical knowledge to help you harness the full potential of TensorFlow in your projects.
Disponibile da: 11/08/2024.
Lunghezza di stampa: 340 pagine.

Altri libri che potrebbero interessarti

  • Practical Ansible Automation Handbook - cover

    Practical Ansible Automation...

    Luca Berton

    • 0
    • 0
    • 0
    Unleash the Power of Ansible to Automate Workflows, Streamline Operations, and Revolutionize Infrastructure Management
    
    KEY FEATURES 
    - Automate tasks with Ansible code for error-free, high-performance results.
    - Master Ansible language essentials, architecture, and ad hoc commands.
    - Explore Ansible’s versatile capabilities to gain expertise in Linux and Windows administration
    - Achieve efficient configuration management, deployment, and orchestration.
    - Unlock advanced Ansible Automation Platform and Morpheus features.
    
    DESCRIPTION
    Tired of repetitive and time-consuming IT tasks? Unlock the true potential of automation with "Practical Ansible Automation Handbook." This comprehensive guide, authored by Ansible expert Luca Berton, will help you master the art of automation. 
    
    Starting with the basics, the book introduces Ansible's workflow, architecture, and environment setup. Through step-by-step instructions and real-world examples, you'll gain proficiency in executing core tasks such as provisioning, configuration management, application deployment, automation, and orchestration. The book covers automating administrative tasks in Linux and Windows, advanced topics like Ansible Automation Platform and Morpheus, and leveraging cloud computing with Amazon Web Services and Kubernetes container orchestration.
    
    Practicality and real-world scenarios set this book apart. It addresses common roadblocks, provides best practices, and helps you develop a beginner-friendly playbook that minimizes errors and maximizes performance. With Ansible's commercial viability evident in the market, learning it positions you at the forefront of automation expertise. Whether you're a system administrator, network administrator, developer, or manager, this book empowers you to automate everything with Ansible. Embrace the power of automation, revolutionize your IT operations, and unleash new levels of efficiency and productivity in your organization.
    
    WHAT WILL YOU LEARN 
    - Set up and configure Ansible environments to automate various tasks. 
    - Execute automation tasks, manage configurations, and deploy applications. 
    - Leverage Ansible Automation Platform and Morpheus for performance optimization of complex workflows. 
    - Design efficient playbooks to streamline operations and troubleshoot using the best practices.
    - Efficiently automate routine tasks to achieve Enterprise-level scalability 
    
    WHO IS THIS BOOK FOR?
    This book is targeted towards beginners and developers involved in IT operations and who wish to extract the best from Ansible for task automation. It caters to system administrators, network administrators, developers, and managers in IT operations. No prior Ansible knowledge is needed as it covers basics and advances gradually. Familiarity with Linux and system administration is beneficial. By the end, readers will have a solid foundation and be ready to implement automation solutions.
    
    TABLE OF CONTENTS 
    Chapter 1: Getting Started
    Chapter 2: Ansible Language Core
    Chapter 3: Ansible Language Extended
    Chapter 4: Ansible For Linux
    Chapter 5: Ansible For Windows
    Chapter 6: Ansible Troubleshooting 
    Chapter 7: Ansible Enterprise
    Chapter 8: Ansible Advanced
    Mostra libro
  • Preparándome para Mi Cirugía - Preparando a los Niños para la Anestesia - cover

    Preparándome para Mi Cirugía -...

    Fei Zheng-Ward

    • 0
    • 0
    • 0
    Ir al hospital para una cirugía puede ser una gran aventura, pero también puede resultar bastante intimidante, especialmente para los niños.¡Preparándome para Mi Cirugía está aquí para ayudar! 
    Este libro es como una guía amigable, que te lleva de la mano y te muestra exactamente lo que puedes esperar, desde el momento en que ingresas al hospital hasta el momento feliz en que todo termina. 
    ¿Alguna vez te has preguntado cómo es una bata de hospital o cómo se siente un tensiómetro? ¿Quieres saber por qué los médicos necesitan examinar tu corazón y tus pulmones, o para qué sirve ese pequeño clip gracioso en tu dedo? Tenemos todas las respuestas aquí, además de un divertido juego de "espío en el hospital" que convierte todo en una especie de aventura. 
    Si eres un explorador valiente o te sientes un poco nervioso, este libro es para ti. Está repleto de información, apoyo y pequeños momentos de diversión que te ayudarán a sentirte preparado para la cirugía. Entonces, respira hondo, ponte tu capa de superhéroe (¡al revés, por supuesto!) y preparémonos juntos para la cirugía. 
    ¡Tu aventura te espera!
    Mostra libro
  • Penetration Testing of Computer Networks Using Burpsuite and Various Penetration Testing Tools - cover

    Penetration Testing of Computer...

    Dr. Hidaia Mahmood Alassouli

    • 0
    • 0
    • 0
    Burp Suite is an integrated platform/graphical tool for performing security testing of web applications. Burp suite is a java application that can be used to secure or crack web applications. The suite consists of different tools, like a proxy server, a web spider an intruder and a so-called repeater, with which requests can be automated. You can use Burp's automated and manual tools to obtain detailed information about your target applications.
    Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is damn vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, help web developers better understand the processes of securing web applications and aid teachers/students to teach/learn web application security in a class room environment.
    In this report I am using a combination of Burp tools to detect and exploit vulnerabilities in Damn Vulnerable Web App (DVWA) with low security. By default, Burp Scanner scans all requests and responses that pass through the proxy. Burp lists any issues that it identifies under Issue activity on the Dashboard. You can also use Burp Scanner to actively audit for vulnerabilities. Scanner sends additional requests and analyzes the application's traffic and behavior to identify issues.
    Various examples are outlined in this report for different types of vulnerabilities such as: SQL injection, Cross Site Request Forgery (CSRF), Cross-site scripting, File upload, Local and Remote File Inclusion. I tested various types of penetration testing tools in order to exploit different types of vulnerabilities. The report consists from the following parts:
    1. Installing and Configuring BurpSuite
    2. BurpSuite Intruder.
    3. Installing XMAPP and DVWA App in Windows System.
    4. Installing PHP, MySQL, Apache2, Python and DVWA App in Kali Linux.
    5. Scanning Kali-Linux and Windows Using .
    6. Understanding Netcat, Reverse Shells and Bind Shells.
    7. Adding Burps Certificate to Browser.
    8. Setting up Target Scope in BurpSuite.
    9. Scanning Using BurpSuite.
    10. Scan results for SQL Injection Vulnerability with BurpSuite and Using SQLMAP to Exploit the SQL injection.
    11. Scan Results for Operating System Command Injection Vulnerability with BurpSuite and Using Commix to Exploit the OS Command Injection.
    12. Scan Results for Cross Side Scripting (XSS) Vulnerability with BurpSuite, Using Xserve to exploit XSS Injection and Stealing Web Login Session Cookies through the XSS Injection.
    13. Exploiting File Upload Vulnerability.
    14: Exploiting Cross Site Request Forgery (CSRF) Vulnerability.
    15. Exploiting File Inclusion Vulnerability.
    16. References.
    Mostra libro
  • Firing the Cloud - How Humanity Survived and Accelerated - cover

    Firing the Cloud - How Humanity...

    Ylia Callan

    • 0
    • 0
    • 0
    This audiobook is narrated by an AI Voice.   
    Firing the Cloud: How Humanity Survived and Accelerated is a sweeping, provocative journey through 15,000 years of human history tracing how we evolved from small, fire-lit bands of hunter-gatherers to a globally networked civilisation living inside a digital cloud. 
    The book explores the great transitions that shaped us: the Agricultural Revolution’s trade of autonomy for stability, the Industrial Age’s relentless acceleration and the Technological Era’s shift from reality to virtuality. Each chapter weaves anthropology, history, and systems thinking to reveal what we gained and what we lost at every turn. 
    Thoughtful, urgent and ultimately hopeful, this audiobook challenges listeners to become memory-keepers of the human story and to shape a future that is not only faster, but wiser.
    Mostra libro
  • Handprints on Hubble - An Astronaut's Story of Invention - cover

    Handprints on Hubble - An...

    Anonimo

    • 0
    • 0
    • 0
    The first American woman to walk in space recounts her experience as part of the team that launched, rescued, repaired, and maintained the Hubble Space Telescope. 
      
    The Hubble Space Telescope has revolutionized our understanding of the universe. It has, among many other achievements, revealed thousands of galaxies in what seemed to be empty patches of sky; transformed our knowledge of black holes; found dwarf planets with moons orbiting other stars; and measured precisely how fast the universe is expanding. In Handprints on Hubble, retired astronaut Kathryn Sullivan describes her work on the NASA team that made all of this possible. Sullivan, the first American woman to walk in space, recounts how she and other astronauts, engineers, and scientists launched, rescued, repaired, and maintained Hubble, the most productive observatory ever built. 
      
    Along the way, Sullivan chronicles her early life as a “Sputnik Baby,” her path to NASA through oceanography, and her initiation into the space program as one of “thirty-five new guys.” (She was also one of the first six women to join NASA's storied astronaut corps.) She describes in vivid detail what liftoff feels like inside a spacecraft (it's like “being in an earthquake and a fighter jet at the same time”), shows us the view from a spacewalk, and recounts the temporary grounding of the shuttle program after the Challenger disaster. 
      
    Sullivan explains that “maintainability” was designed into Hubble, and she describes the work of inventing the tools and processes that made on-orbit maintenance possible. Because in-flight repair and upgrade was part of the plan, NASA was able to fix a serious defect in Hubble's mirrors—leaving literal and metaphorical “handprints on Hubble.” 
      
    "Dr. Sullivan starts out headed for the bottom of the sea. Soon, she flies us 200 miles above the sky, using her head, heart, and hands to solve problem after problem—and help us take in views that are out of this world. She does it all with her veneer of astronaut cool, of course. What an adventure—no wonder she loves it."—Bill Nye, CEO, The Planetary Society
    Mostra libro
  • The Immune System - A Very Short Introduction – Second Edition - cover

    The Immune System - A Very Short...

    Paul Klenerman

    • 0
    • 0
    • 0
    The immune system is central to human health. Growing understanding of the immune system, and especially the creation of immune memory (which results in long lasting protection), have led to major breakthroughs in medicine and the design of vaccines.In this Very Short Introduction, Paul Klenerman describes the immune system, and how it works in health and disease. He considers how the immune system evolved, the basic rules that govern its behavior, and the major health threats where it is important. Paul Klenerman also explains how things can go wrong when there is too little or too much immunity. The book also addresses what we learned about the immune system from the COVID-19 pandemic and how that has influenced thinking about future pandemics.
    Mostra libro