4.527 resultater (0,40986 sekunder)

Mærke

Butik

Pris (EUR)

Nulstil filter

Produkter
Fra
Butikker

Who Raises the Sun? - T. P. Theyson - Bog - Moon Dust Press - Plusbog.dk

Beginning Machine Learning in iOS - Mohit Thakkar - Bog - APress - Plusbog.dk

MATLAB Machine Learning Recipes - Michael Paluszek - Bog - APress - Plusbog.dk

Machine Learners - Adrian (professor Mackenzie - Bog - MIT Press Ltd - Plusbog.dk

Machine Learners - Adrian (professor Mackenzie - Bog - MIT Press Ltd - Plusbog.dk

If machine learning transforms the nature of knowledge, does it also transform the practice of critical thought? Machine learning—programming computers to learn from data—has spread across scientific disciplines, media, entertainment, and government. Medical research, autonomous vehicles, credit transaction processing, computer gaming, recommendation systems, finance, surveillance, and robotics use machine learning. Machine learning devices (sometimes understood as scientific models, sometimes as operational algorithms) anchor the field of data science. They have also become mundane mechanisms deeply embedded in a variety of systems and gadgets. In contexts from the everyday to the esoteric, machine learning is said to transform the nature of knowledge. In this book, Adrian Mackenzie investigates whether machine learning also transforms the practice of critical thinking. Mackenzie focuses on machine learners—either humans and machines or human-machine relations—situated among settings, data, and devices. The settings range from fMRI to Facebook; the data anything from cat images to DNA sequences; the devices include neural networks, support vector machines, and decision trees. He examines specific learning algorithms—writing code and writing about code—and develops an archaeology of operations that, following Foucault, views machine learning as a form of knowledge production and a strategy of power. Exploring layers of abstraction, data infrastructures, coding practices, diagrams, mathematical formalisms, and the social organization of machine learning, Mackenzie traces the mostly invisible architecture of one of the central zones of contemporary technological cultures. Mackenzie''s account of machine learning locates places in which a sense of agency can take root. His archaeology of the operational formation of machine learning does not unearth the footprint of a strategic monolith but reveals the local tributaries of force that feed into the generalization and plurality of the field.

DKK 333.00
1

Machine Learning Systems - Jeff Smith - Bog - Manning Publications - Plusbog.dk

Machine Learning Systems - Jeff Smith - Bog - Manning Publications - Plusbog.dk

Summary Machine Learning Systems: Designs that scale is an example-rich guide that teaches you how to implement reactive design solutions in your machine learning systems to make them as reliable as a well-built web app. Foreword by Sean Owen, Director of Data Science, Cloudera Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology If you’re building machine learning models to be used on a small scale, you don't need this book. But if you're a developer building a production-grade ML application that needs quick response times, reliability, and good user experience, this is the book for you. It collects principles and practices of machine learning systems that are dramatically easier to run and maintain, and that are reliably better for users. About the Book Machine Learning Systems: Designs that scale teaches you to design and implement production-ready ML systems. You'll learn the principles of reactive design as you build pipelines with Spark, create highly scalable services with Akka, and use powerful machine learning libraries like MLib on massive datasets. The examples use the Scala language, but the same ideas and tools work in Java, as well. What's Inside - - Working with Spark, MLlib, and Akka - - Reactive design patterns - - Monitoring and maintaining a large-scale system - - Futures, actors, and supervision - About the Reader Readers need intermediate skills in Java or Scala. No prior machine learning experience is assumed. About the Author Jeff Smith builds powerful machine learning systems. For the past decade, he has been working on building data science applications, teams, and companies as part of various teams in New York, San Francisco, and Hong Kong. He blogs (https: //medium.com/@jeffksmithjr), tweets (@jeffksmithjr), and speaks (www.jeffsmith.tech/speaking) about various aspects of building real-world machine learning systems. Table of Contents PART 1 - FUNDAMENTALS OF REACTIVE MACHINE LEARNING 1) 1) Learning reactive machine learning 1) 1) Using reactive tools 1) PART 2 - BUILDING A REACTIVE MACHINE LEARNING SYSTEM 1) 1) Collecting data 1) 1) Generating features 1) 1) Learning models 1) 1) Evaluating models 1) 1) Publishing models 1) 1) Responding 1) PART 3 - OPERATING A MACHINE LEARNING SYSTEM 1) 1) Delivering 1) 1) Evolving intelligence 1)

DKK 370.00
1

Python Machine Learning - Wei Meng Lee - Bog - John Wiley & Sons Inc - Plusbog.dk

JESPER JUST – THE GARDEN IN THE MACHINE - Jesper Just - Bog - Roulette Russe - Plusbog.dk

Introducing Machine Learning - Francesco Esposito - Bog - Pearson Education (US) - Plusbog.dk

Introducing Machine Learning - Francesco Esposito - Bog - Pearson Education (US) - Plusbog.dk

Master machine learning concepts and develop real-world solutions Machine learning offers immense opportunities, and Introducing Machine Learning delivers practical knowledge to make the most of them. Dino and Francesco Esposito start with a quick overview of the foundations of artificial intelligence and the basic steps of any machine learning project. Next, they introduce Microsoft’s powerful ML.NET library, including capabilities for data processing, training, and evaluation. They present families of algorithms that can be trained to solve real-life problems, as well as deep learning techniques utilizing neural networks. The authors conclude by introducing valuable runtime services available through the Azure cloud platform and consider the long-term business vision for machine learning. · 14-time Microsoft MVP Dino Esposito and Francesco Esposito help you · Explore what’s known about how humans learn and how intelligent software is built · Discover which problems machine learning can address · Understand the machine learning pipeline: the steps leading to a deliverable model · Use AutoML to automatically select the best pipeline for any problem and dataset · Master ML.NET, implement its pipeline, and apply its tasks and algorithms · Explore the mathematical foundations of machine learning · Make predictions, improve decision-making, and apply probabilistic methods · Group data via classification and clustering · Learn the fundamentals of deep learning, including neural network design · Leverage AI cloud services to build better real-world solutions faster About This Book · For professionals who want to build machine learning applications: both developers who need data science skills and data scientists who need relevant programming skills · Includes examples of machine learning coding scenarios built using the ML.NET library

DKK 278.00
1

Discovering Machine Knitting - Kandy Diamond - Bog - The Crowood Press Ltd - Plusbog.dk

Machine Learning with TensorFlow - Nishant Shukla - Bog - Manning Publications - Plusbog.dk

Machine Learning with TensorFlow - Nishant Shukla - Bog - Manning Publications - Plusbog.dk

DESCRIPTION Being able to make near-real-time decisions is becoming increasingly crucial. To succeed, we need machine learning systems that can turn massive amounts of data into valuable insights. But when you''re just starting out in the data science field, how do you get started creating machine learning applications? The answer is TensorFlow, a new open source machine learning library from Google. The TensorFlow library can take your high level designs and turn them into the low level mathematical operations required by machine learning algorithms. Machine Learning with TensorFlow teaches readers about machine learning algorithms and how to implement solutions with TensorFlow. It starts with an overview of machine learning concepts and moves on to the essentials needed to begin using TensorFlow. Each chapter zooms into a prominent example of machine learning. Readers can cover them all to master the basics or skip around to cater to their needs. By the end of this book, readers will be able to solve classification, clustering, regression, and prediction problems in the real world. KEY FEATURES • Lots of diagrams, code examples, and exercises • Solves real-world problems with TensorFlow • Uses well-studied neural network architectures • Presents code that can be used for the readers’ own applications AUDIENCE This book is for programmers who have some experience with Python and linear algebra concepts like vectors and matrices. No experience with machine learning is necessary. ABOUT THE TECHNOLOGY Google open-sourced their machine learning framework called TensorFlow in late 2015 under the Apache 2.0 license. Before that, it was used proprietarily by Google in its speech recognition, Search, Photos, and Gmail, among other applications. TensorFlow is one the most popular machine learning libraries.

DKK 349.00
1

The Omen Machine - Terry Goodkind - Bog - HarperCollins Publishers - Plusbog.dk

Machine Embroidered Art - Alison Holt - Bog - Search Press Ltd - Plusbog.dk

The Calf - Leif Høghaug - Bog - FUM D'ESTAMPA PRESS - Plusbog.dk

Machine Learning for Managers - Paul (university Of Auckland Geertsema - Bog - Taylor & Francis Ltd - Plusbog.dk

Human and Machine Learning - - Bog - Springer International Publishing AG - Plusbog.dk

Human and Machine Learning - - Bog - Springer International Publishing AG - Plusbog.dk

With an evolutionary advancement of Machine Learning (ML) algorithms, a rapid increase of data volumes and a significant improvement of computation powers, machine learning becomes hot in different applications. However, because of the nature of "black-box" in ML methods, ML still needs to be interpreted to link human and machine learning for transparency and user acceptance of delivered solutions. This edited book addresses such links from the perspectives of visualisation, explanation, trustworthiness and transparency. The book establishes the link between human and machine learning by exploring transparency in machine learning, visual explanation of ML processes, algorithmic explanation of ML models, human cognitive responses in ML-based decision making, human evaluation of machine learning and domain knowledge in transparent ML applications. This is the first book of its kind to systematically understand the current active research activities and outcomes related to human and machine learning. The book will not only inspire researchers to passionately develop new algorithms incorporating human for human-centred ML algorithms, resulting in the overall advancement of ML, but also help ML practitioners proactively use ML outputs for informative and trustworthy decision making. This book is intended for researchers and practitioners involved with machine learning and its applications. The book will especially benefit researchers in areas like artificial intelligence, decision support systems and human-computer interaction.

DKK 158.00
1