Norges billigste bøker

Data og IT

Her finner du spennende bøker om Data og IT. Nedenfor er et flott utvalg på over 89.058 bøker om emnet.
Vis mer
Filter
Filter
Sorter etterSorter Populære
  • av Stephen K. Reed
    684 - 1 940

  • av Anna (University of Northern Colorado) Ursyn
    697 - 1 876,-

  • Spar 10%
     
    1 454,-

  • Spar 27%
     
    755,-

    Expressive Networks convenes an urgent conversation on digital media and the social life of contemporary poetry. Tracing how poems circulate through online spaces and how capitalized platforms have come to pattern the reading and writing of poetry, contributors emphasize both the expressivist cast of digital literary culture and the deep-running ambivalence that characterizes aesthetic and critical responses to platformed cultural production. The volume features chapters on Pan- African spoken word programs, Singaporean Facebook groups, decolonial hemispheric networks, and Japanese media-critical poetries as well as platforms such as Twitter/X, Instagram, and Amazon. Though contributors write from a variety of methodological positions and address themselves to a range of archives, they share the primary conviction that the impact of Web 2.0 on literary practice is far-reaching, far from self-evident, and far more variegated and unpredictable than easy summations of social media's influence suggest. Expressive Networks asks after poetry's present and future by examining what poems themselves express about the social make-up of networked platforms. Edited by Matthew Kilbane with contributions from Cameron Awkward-Rich, Micah Bateman, Andrew Campana, Sumita Chakraborty, Scott Challener, C.R. Grimmer, Tess McNulty, Michael Nardone, Seth Perlow, Anna Preus, Susanna Sacks, Carly Schnitzler, Melanie Walsh, and Samuel Caleb Wee.

  •  
    435

    Expressive Networks convenes an urgent conversation on digital media and the social life of contemporary poetry. Tracing how poems circulate through online spaces and how capitalized platforms have come to pattern the reading and writing of poetry, contributors emphasize both the expressivist cast of digital literary culture and the deep-running ambivalence that characterizes aesthetic and critical responses to platformed cultural production. The volume features chapters on Pan- African spoken word programs, Singaporean Facebook groups, decolonial hemispheric networks, and Japanese media-critical poetries as well as platforms such as Twitter/X, Instagram, and Amazon. Though contributors write from a variety of methodological positions and address themselves to a range of archives, they share the primary conviction that the impact of Web 2.0 on literary practice is far-reaching, far from self-evident, and far more variegated and unpredictable than easy summations of social media's influence suggest. Expressive Networks asks after poetry's present and future by examining what poems themselves express about the social make-up of networked platforms. Edited by Matthew Kilbane with contributions from Cameron Awkward-Rich, Micah Bateman, Andrew Campana, Sumita Chakraborty, Scott Challener, C.R. Grimmer, Tess McNulty, Michael Nardone, Seth Perlow, Anna Preus, Susanna Sacks, Carly Schnitzler, Melanie Walsh, and Samuel Caleb Wee.

  • av James A. Hutcherson
    533,-

    DESCRIPTION This book gives you the knowledge to create real-world automation using Salesforce Flows. It starts with a detailed review of business process automation and the fundamentals used to discover, model, analyze, and optimize business processes. You will learn how each step of the process aligns with the information required to create efficient and effective Salesforce Flows.You will then examine how core features included within Salesforce are used to establish and enhance business processes across your instance and applications. You will see how Salesforce features were developed to help improve the collection of data, automate business processes, and enhance outcomes from the start. You will learn the best practices and frameworks used to improve how your business functions continually. With step-by-step instructions, you will learn how to create, test, debug, and improve Salesforce Flows using Flow Builder for several types of flows, including Screen, Record-triggered, and Screenless flow. You will examine how to design subflows that can reduce redundancy within your Salesforce instance. You will also learn when and how to use each flow type in an optimal way. You will examine how the use of advanced features such as AI for Flow, Flow Trigger Explorer, Flow Orchestrator, and Transform features improve your business automation outcomes. KEY FEATURES ● Learn how BPM simplifies creating flows and why hyper-automation and composability are crucial for businesses.● Work with Screen, Screenless, and Triggered flows while troubleshooting and fixing errors effectively.● Understand how AI improves automation and creates smarter workflows.WHAT YOU WILL LEARN● Learn to use Salesforce Flows to automate complex business processes.● Understand the different types of flows and when to use them.● Improve usability, scalability, and security for your applications with flows.● Identify and use best practices when creating new process automation.● Understand BPM fundamentals and how to use them to create better flows.WHO THIS BOOK IS FORThis book is for administrators, developers, business analysts, and architects who want to learn and master Salesforce Flows. It is ideal for those looking to automate complex business processes, improve efficiency, and integrate AI capabilities within their environment.

  • av Ambat Sivaraj
    425

    DESCRIPTION.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and eXtensible Application Markup Language (XAML). Using .NET MAUI, you can develop apps running on Android, iOS, macOS, and Windows from a single shared codebase.This book guides readers through the fundamentals of .NET MAUI cross-platform application development. It begins by exploring the concept of cross-platform development and introduces .NET MAUI, highlighting its evolution from Xamarin.Forms. The book then covers essential topics such as setting up the development environment, learning C# programming fundamentals, and mastering XAML for defining the user interface, including data binding. Through a series of practical projects, including a Color Picker, Tip Calculator, BMI Calculator, Unit Converter, and Weather App, readers gain hands-on experience in applying .NET MAUI concepts to build real-world mobile applications.The readers will gain a solid foundation in developing cross-platform applications using .NET MAUI. They will gain enough knowledge and skills to build simple applications for Windows, macOS, Android, and iOS.WHAT YOU WILL LEARN¿ Explore .NET MAUI, its evolution from Xamarin, supported platforms, and key features of this modern framework.¿ Set up a development environment with Visual Studio IDE and emulators for hands-on app creation.¿ Master C# programming essentials, the core language required for building applications in .NET MAUI.¿ Create engaging user interfaces with XAML.¿ Build five real-world apps, including a Color Picker, Tip Calculator, BMI Calculator, Unit Converter, and Weather App, using .NET MAUI.WHO THIS BOOK IS FORThis book is ideal for aspiring and intermediate developers interested in building cross-platform mobile applications. Prior programming experience, preferably with object-oriented programming concepts, is beneficial but not strictly required.

  • av Manish Kashyap
    515,-

    DESCRIPTION"Digital Image Processing Using Python" offers a comprehensive guide to mastering image processing techniques through practical Python implementations. It equips you with the essential tools and knowledge to manipulate, analyze, and transform digital images using the powerful programming language, Python.This book offers a comprehensive exploration of digital image processing, combining theoretical foundations with practical applications. Starting with fundamental concepts like image representation and pixel neighborhoods, the book teaches Python programming and essential libraries for image manipulation. It covers a wide range of techniques, including spatial and frequency domain filtering, non-linear processing, noise reduction, wavelet transforms, and binary morphology. Advanced topics such as phase-based processing, multi-resolution analysis, and morphological operations are also explored in depth. The book provides practical examples and exercises to reinforce learning and equip readers with the skills needed to effectively process and analyze digital images for various applications.By integrating Python code with visual examples, you will gain practical experience and insights that are directly applicable to your work. This approach ensures that you not only learn theoretical concepts but also understand how to implement them effectively in real-world situations.WHAT YOU WILL LEARN¿ Implement image processing techniques using Python libraries and tools.¿ Understand core concepts like filtering, segmentation, and enhancement.¿ Apply practical Python code to real-world image processing tasks.¿ Develop skills to analyze and manipulate digital images effectively.¿ Create and visualize image processing algorithms with hands-on examples.WHO THIS BOOK IS FORThis book is perfect for undergraduate and master's level students seeking to grasp image processing concepts or professionals working in fields like computer vision, artificial intelligence, or medical imaging.

  • av Aditi Agarwal
    487,-

    DESCRIPTION Mastering Agile for Enterprises is the definitive guide for leaders, managers, and teams ready to embrace Agile and transform their organizations. This comprehensive resource equips you with the tools, strategies, and insights needed to implement Agile frameworks effectively, build high-performing teams, and drive sustainable business transformation across industries.This book provides a practical guide to Agile methodologies, starting with the core Agile mindset and principles. It explains the benefits of Agile, like faster delivery, better collaboration, and customer satisfaction. You will explore various frameworks with real-world examples, learn how to build strong Agile teams, and tackle challenges effectively. The book also highlights Agile's adaptability to remote work and its applications beyond software in areas like marketing, HR, and education. Lastly, it discusses emerging trends and the vital role of leadership in driving successful Agile transformations.By arming yourself with the knowledge and tools presented in this book, you will be well-positioned to use the full functionality of Agile within your organization. This translates to significant benefits, including increased efficiency, improved product quality, and enhanced customer satisfaction. KEY FEATURES ● Learn how Agile fosters innovation, teamwork, and success in any environment.● Gain practical skills to manage projects efficiently and scale effectively.● Build trust, autonomy, and safety to achieve peak performance and continuous improvement.WHAT YOU WILL LEARN● Develop an Agile mindset and implement frameworks like Scrum and SAFe.● Learn practical strategies to empower teams and build an Agile team culture. ● Learn to adapt Agile for remote teams and lead effectively across industries. ● Discover how to apply Agile across various industries, including marketing, human resources, and education.● Stay ahead with trends like AI, hybrid models, and sustainable practices.WHO THIS BOOK IS FORThis book is perfect for leaders, executives, project managers, Agile coaches, and practitioners who aim to enhance agility, innovation, and team performance. It is also for marketing, HR, and education professionals looking to apply Agile beyond software and teams navigating remote or hybrid work for better collaboration and efficiency.

  • av Shahid Shaikh
    490,-

    DESCRIPTIONBlockchain is a revolutionary technology that shook the core of the finance world. However, Blockchain is not just about cryptocurrency.This book focuses on blockchain, its features, and the core technologies used to build the Blockchain network. In the first section, you will learn about blockchain in-depth. You will learn how these currencies work and how you can build your applications using them. This edition focuses on Ethereum as a platform for building decentralized applications (DApps) and smart contract development using Solidity. You will learn about decentralized databases like OrbitDB, BigchainDB, TiesDB, and Bluzelle, and understand their role in building next-generation applications.You will also learn about various databases and how to use them in detail. Lastly, you will understand how the existing DApps work, their architecture, and how they are incorporated into the application for the end-user.KEY FEATURES¿ Explore the engineering mechanism of blockchain, cryptocurrency, and Ethereum.¿ Know-how of peer-to-peer networks, IPFS, and decentralized databases.¿ Explore the workings of DApps and build your own blockchain app.¿ This edition includes consensus algorithms like PoW and PoS, scaling solutions, and interoperability.WHAT YOU WILL LEARN¿ Learn to build your own P2P network.¿ Cutting-edge coverage on how cryptocurrency works.¿ Learn smart techniques to develop your own DApps on the Ethereum platform.¿ Learn to use decentralized databases, including OrbitDB.¿ Implement PoW, PoS, and PBFT to secure blockchain networks and analyze sharding and layer-2 techniques for scalability.WHO THIS BOOK IS FORThis book is for anyone who wants to become a blockchain developer or wants to build an application using blockchain. Full stack developers, software engineers, web programmers, and beginners who are interested in blockchain can find this book a true handy guide to begin their career in blockchain.

  • av Karthikeyan Sabesan
    515,-

    DESCRIPTIONGenerative AI is revolutionizing the way we interact with technology. Imagine creating hyper-realistic images, composing original music pieces, or generating creative text formats, all with the help of AI. This book provides a comprehensive exploration of generative AI and its transformative impact across various industries.This book begins with the basics of AI, explaining ML and design patterns to build a solid foundation. It delves deeply into generative AI and then progresses through machine learning, deep learning, and essential architectures such as CNNs, GANs, Diffusion, RNNs, LSTMs, and Transformers. It covers practical applications, from regression and classification to advanced use cases such as image generation, editing, document search, content summarization, and question answering. Readers will also learn to build prototypes like a Document Q&A bot, research assistant, and prompt playground, while mastering techniques such as continued pre-training, fine-tuning, model merging, retrieval-augmented generation, and agentic AI.By the end of this book, you will transform from a curious beginner to a confident, generative AI user. You will possess the knowledge and skills to explore its capabilities for creative expression, problem-solving, and even business innovation. You will be able to confidently navigate the world of generative AI, turning your ideas into reality.WHAT YOU WILL LEARN¿ Explore concepts of AI, ML, deep learning, and generative AI.¿ Learn about computer vision and generative image AI supported by coding examples.¿ Discover NLP Techniques, Transformer architecture components and generative text AI supported by coding examples.¿ Understand prompt engineering and LLM frameworks while building prototypes.¿ Examine the role of LLM operations throughout the entire LLM lifecycle.¿ Investigate the potential impact of generative AI on enterprises and develop business strategies.WHO THIS BOOK IS FORThis book is ideal for anyone curious about generative AI, regardless of their prior technical expertise. Whether you are a business professional, a student, an artist, or simply someone fascinated by the future of technology, this book will provide you with a clear and accessible understanding of this groundbreaking field.

  •  
    1 591,-

    Digital technologies have rapidly become integral to communities and societies, bringing both significant benefits and serious concerns. Issues such as misinformation, disinformation, online polarization, discrimination, and widening inequalities have prompted a critical and urgent debate: Can digital societies still be effectively governed? This book brings together insights from various disciplines to address the pressing question: "How can we develop and apply principles of (good) governance in digital societies that are organized democracies?" Governing the Digital Societypresents a range of governance approaches, focusing on online platforms, artificial intelligence, and the public values that underpin these technologies. The authors position themselves at the forefront of their disciplines, offering perspectives from law, critical data studies, urban studies, science and technology studies, computational linguistics, and the political economy of media. Expert interviews provide additional insights into ongoing efforts to tackle the challenges of governing digital societies. The book demonstrates that governance is not just a technical or legal process but a complex societal one, embedding norms, values, and morality into our institutions and daily lives.

  • Spar 10%
    av Denise Koessler Gosnell
    267,-

    Silicon Valley is not the glossy utopia our promising youth has been sold; it's a modern-day Colosseum where overclocked misfits battle for their shot at unicorn status and glory. Forget the embroidered zip hoodies and free kombucha fantasies--in Let Go, two renegade insiders cut through the buzzwords and bullsh*t. They show that your dreams of changing the world are possible, but success has a high price and the person you were before may not like the person you become. This book dishes out hard-earned strategies to help you not just survive but thrive in a world that chews people up and spits them out in the name of "innovation."Inside these pages, you'll meet brilliant oddballs racing to launch the next big product, engineers treating the next line of code as their personal Everest, and leaders juggling corporate politics while one breath away from the company's last gasp. Along the way, the authors deliver sharp, painfully relatable anecdotes and practical strategies that show you how to: Tame your ego to navigate corporate politics like a proEmbrace the misfits and survive toxic colleaguesMoneyball the market to build products people wantGet money or get outPacked with insights, humor, and hard-won hope, this essential guide is for anyone daring to dream big in the tech world--and still wanting a life left to enjoy.

  • av Huei-Huang Lee
    1 034,-

    Finite Element Simulations with ANSYS Workbench 2024 is a comprehensive and easy to understand workbook. Printed in full color, it utilizes rich graphics and step-by-step instructions to guide you through learning how to perform finite element simulations using ANSYS Workbench.

  •  
    1 940

    The proceedings of the first International Conference on Smart Computing and Communication for Sustainable Convergence (ISCCSC 2024) present a rich repository of cutting-edge research on smart computing, artificial intelligence and machine learning.

  •  
    1 487,-

    The book explores the integration of Artificial Intelligence (AI) with the Internet of Things (IoT) to address security challenges in smart environments.

  • av Theresa (University of Tubingen Krampe
    1 954,-

  • av Amjad (Jonkoping University Almusaed
    1 876,-

    This book combines Construction 6.0 with AEC principles for designing sustainable, health-focused Martian habitats. It unveils innovative architectural designs ideal for Mars, utilizing 3D printing, autonomous robotics, and regolith, alongside renewable energy and life support systems.

  • av Ravi (President Das
    710,-

    The world of Cybersecurity today is becoming increasingly complex. There are many new Threat Variants that are coming out, but many of them are just tweaked versions of some of the oldest ones, such as Phishing and Social Engineering.

  • av William (Consultant Hohl
    895,-

    ARM Assembly Language: Fundamentals and Techniques, Third Edition explains in clear terms how Arm processors are programmed at the most fundamental level. It moves entirely into the Cortex-M space, using the Arm v8-M instruction set to illustrate how assembly code for the most modern Arm processors is written.

  • av Walt Powell
    697 - 1 616,-

  • av Tom (Rochester Institute of Technology Gasek
    697 - 1 681,-

  • av Kaushik (BIT Mesra Kumar
    1 487,-

    The book is a comprehensive guide which covers every stage of the research journey. It also explores intellectual property rights, the patenting process, and licensing, offering practical strategies for protecting and commercializing innovations.

  • av Mehdi (University of San Diego) Ghayoumi
    1 357,-

    This book bridges the gap between theoretical mathematics and practical applications in AI. Whether you're aiming to develop practical skills for AI projects, advance to emerging trends in deep learning, or lay a strong foundation for future studies, this book serves as an indispensable resource for achieving proficiency in the field.

  • av Jeremy Harris Lipschultz
    632 - 1 940

  • av H. Whitt Kilburn
    762 - 1 811,-

  • av Charlotte Blease
    263,-

    A provocative account that looks at why human doctors are failing their patients-and how AI is better placed to save lives   Hundreds of thousands of people die every year, not from a plane crash or a shooting incident, but from misdiagnosis at the hands of those we most trust with our health: doctors. Today doctors are facing unprecedented levels of stress, with rising patient numbers and a constant evolution of medical knowledge. But at the same time, they are prone to racial, class, and social biases that affect the care patients receive. How can we improve patient experience and alleviate the burdens of doctors at the same time?   In this groundbreaking study, Charlotte Blease reveals how AI could emerge as the most reliable physician in history. Drawing on firsthand interviews with leading authorities in AI, doctors, and patients themselves, Blease shows how technology is already changing things for the better. From diagnosis and second opinions to treatment and aftercare, AI has the potential to revolutionise healthcare-if we give it a chance.

  • av Peter Salomonsen
    425

    DESCRIPTIONWebAssembly is a groundbreaking technology that has transformed the way we build and deploy web applications. It enables lightning-fast performance, portability across platforms, and seamless integration with existing web technologies. This comprehensive guide will lead you through the journey of mastering WebAssembly, from its fundamentals to advanced applications.This book introduces WebAssembly basics, its purpose, and real-world use cases in web, server, and desktop apps. Featuring examples in languages like AssemblyScript, C/C++, and Rust, it covers converting legacy codebases to WebAssembly for browser compatibility. It showcases advanced use cases like WebAssembly-based music tools, Git integration, and smart contracts. The book concludes with WebAssembly's role in cloud-native Kubernetes, signaling a new era in container orchestration. Many of the examples build on the author's experience with WebAssembly Music, git in WebAssembly, and NEAR protocol smart contracts. These examples serve as real-world use cases, more than just a basic introduction to the technology.By the end of this book, you will have gained the knowledge and skills to confidently build, deploy, and optimize high-performance WebAssembly applications across a wide range of platforms and use cases.WHAT YOU WILL LEARN¿ Understand the basics, purpose, and opportunities it unlocks.¿ WebAssembly code fundamentals with low-level binary code through the WebAssembly Text Format.¿ Discover how to compile languages like AssemblyScript, C/C++, and Rust into WebAssembly.¿ Explore porting older C/C++ codebases into WebAssembly for modern applications.¿ Learn about WebAssembly for sound, music, smart contracts, and Kubernetes container orchestration.WHO THIS BOOK IS FORThe target audience for this book is developers interested in learning about WebAssembly. The reader should have experience in programming, and knowing about programming languages such as C/C++ or Rust helps in understanding the content.

  •  
    1 383,-

    The modern music industry depends critically on computers. The development of conventional digital computing technology for music has been progressing in tandem with the evolution of computers since the 1950s. Therefore, future developments in quantum computing are most likely to impact the way in which musicians will create, perform, and conduct research.Classical computers manipulate information represented in terms of binary digits, each of, which can be equal to 1 (on) or 0 (off). They work with microprocessors made up of billions of tiny switches that are activated by electric signals. In contrast, a quantum computer deals with information in terms of quantum bits (qubits), which can operate at the subatomic level. In other words, they directly work in the realm of quantum physics. Since they can run algorithms that are non-tractable to run on digital computers, quantum computers are surfacing as a promising disruptive technology.Advances in Quantum Computer Music collates a comprehensive collection of chapters by pioneers of emerging interdisciplinary research at the crossroads of quantum computing and music. Together, these pioneers hope to anticipate and prototype the unprecedented new uses for this technology that are bound to emerge from their cutting-edge research.

Gjør som tusenvis av andre bokelskere

Abonner på vårt nyhetsbrev og få rabatter og inspirasjon til din neste leseopplevelse.