Browse Results

Showing 33,426 through 33,450 of 53,657 results

Mathematik kompakt

by Rainer Schwenkert Yvonne Stry

Das kompakte einbändige Werk bietet eine aktuelle Stoffauswahl mit Themen wie Wahrscheinlichkeitsrechnung und Statistik, dafür wird auf überflüssige Beweise verzichtet. Die Autoren präsentieren den gesamten Stoff in einem anschaulichen, aufgelockerten Stil - mit Zusammenfassungen und Verständnistests zu jedem Kapitel, Randnotizen für die schnelle Orientierung, Beispielen und Anwendungen sowie zahlreichen Übungsaufgaben mit Lösungen. Ergänzendes Material wie Folien und kommentierte Lösungen stehen im Internet zum Download bereit.

Mathematische Grundlagen des überwachten maschinellen Lernens: Optimierungstheoretische Methoden

by Konrad Engel

Dieses Buch behandelt die gängigsten Methoden zur Klassifikation von digitalisierten Objekten. Jedem Objekt ist ein Punkt im Euklidischen Raum passender Dimension zugeordnet. Das Lernen basiert auf einer Menge von Punkten, für die die zugehörige Klasse bekannt ist. Eine Reduktion der Dimension sowie elementare und anspruchsvollere Methoden zur Ermittlung schnell berechenbarer Funktionen, mit denen man aus einem Punkt die zugehörige Klasse mit einer möglichst geringen Fehlerrate ableiten kann, werden hergeleitet und in einer einheitlichen Herangehensweise begründet. Die recht elementaren Beweise werden im Wesentlichen mit Mitteln der Linearen Algebra geführt, nur für die neuronalen Netze wird etwas Analysis benötigt.Die Produktfamilie WissensExpress bietet Ihnen Lehr- und Lernbücher in kompakter Form. Die Bücher liefern schnell und verständlich fundiertes Wissen.

Mathematische Methoden der Bioinformatik - Eine Einführung

by Werner Timischl

Große Datenmengen lassen sich ohne den Einsatz von einschlägigen Softwareprodukten kaum bearbeiten. Mit den bereitgestellten Algorithmen können Daten statistisch ausgewertet und Optimierungsaufgaben oder kombinatorische Problemstellungen gelöst werden. Auch wenn dies zumeist im „Black Box“-Verfahren geschieht, ist es doch hilfreich, etwa bei der Auswahl der Algorithmen oder bei der Einschätzung der erforderlichen Zeit-Ressourcen, die hinter den Algorithmen steckenden mathematischen Ideen zu kennen. Das Buch lädt Biologen und Mediziner ein, sich mit den mathematischen Grundlagen von ausgewählten Algorithmen der Bioinformatik vertraut zu machen. Es ist eine Einführung mit vielen durchgerechneten Beispielen und zahlreichen Aufgaben mit ausführlichen Lösungen zum Einüben der mathematischen Inhalte. Inhaltliche Schwerpunkte sind Matrizen, lineare Gleichungssysteme, Rekursionen, Abzähltechniken, diskrete dynamische Optimierung, Markov-Ketten, Hidden Markov-Modelle und distanzbasierte Klassifikationsverfahren.

Matheuristics: Algorithms and Implementations (EURO Advanced Tutorials on Operational Research)

by Vittorio Maniezzo Marco Antonio Boschetti Thomas Stützle

This book is the first comprehensive tutorial on matheuristics. Matheuristics are based on mathematical extensions of previously known heuristics, mainly metaheuristics, and on original, area-specific approaches. This tutorial provides a detailed discussion of both contributions, presenting the pseudocodes of over 40 algorithms, abundant literature references, and for each case a step-by-step description of a sample run on a common Generalized Assignment Problem example. C++ source codes of all algorithms are available in an associated SW repository.

Mathletics: How Gamblers, Managers, and Fans Use Mathematics in Sports, Second Edition

by Wayne L. Winston Konstantinos Pelechrinis Scott Nestler

How to use math to improve performance and predict outcomes in professional sportsMathletics reveals the mathematical methods top coaches and managers use to evaluate players and improve team performance, and gives math enthusiasts the practical skills they need to enhance their understanding and enjoyment of their favorite sports—and maybe even gain the outside edge to winning bets. This second edition features new data, new players and teams, and new chapters on soccer, e-sports, golf, volleyball, gambling Calcuttas, analysis of camera data, Bayesian inference, ridge regression, and other statistical techniques. After reading Mathletics, you will understand why baseball teams should almost never bunt; why football overtime systems are unfair; why points, rebounds, and assists aren’t enough to determine who’s the NBA’s best player; and more.

MATLAB and Simulink Crash Course for Engineers

by Eklas Hossain

MATLAB and Simulink Crash Course for Engineers is a reader-friendly introductory guide to the features, functions, and applications of MATLAB and Simulink. The book provides readers with real-world examples, exercises, and applications, and offers highly illustrated, step-by-step demonstrations of techniques for the modelling and simulation of complex systems. MATLAB coverage includes vectors and matrices, programs and functions, complex numbers, visualization, solving equations, numerical methods, optimization problems, and graphical user interfaces. The Simulink coverage includes commonly used Simulink blocks, control system simulation, electrical circuit analysis, electric power systems, power electronics, and renewable energy technology. This powerful tutorial is a great resource for students, engineers, and other busy technical professionals who need to quickly acquire a solid understanding of MATLAB and Simulink.

MATLAB and Simulink in Action: Programming, Scientific Computing and Simulation

by Dingyü Xue Feng Pan

The textbook is intended for teaching MATLAB language and its applications. The book is composed of three parts: MATLAB programming, scientific computing with MATLAB, and system simulation with Simulink. Since MATLAB is widely used in all fields of science and engineering, a good introduction to the language can not only help students learn how to use it to solve practical problems, but also provide them with the skills to use MATLAB independently in their later courses and research. The three parts of the book are well-balanced and tailored to the needs of engineering students, and the mathematical problems commonly encountered in engineering can be easily solved using MATLAB. This textbook is suitable for undergraduate and graduate students majoring in science and engineering.

MATLAB Deep Learning

by Phil Kim

This book consists of six chapters, which can be grouped into three subjects. The first subject is Machine Learning and takes place in Chapter 1. Deep Learning stems from Machine Learning. This implies that if you want to understand the essence of Deep Learning, you have to know the philosophy behind Machine Learning to some extent. Chapter 1 starts with the relationship between Machine Learning and Deep Learning, followed by problem solving strategies and fundamental limitations of Machine Learning. The detailed techniques are not introduced yet. Instead, fundamental concepts that applies to both the neural network and Deep Learning will be covered. The second subject is artificial neural network. Chapters 2-4 focuses on this subject. As Deep Learning is a type of Machine Learning that employs a neural network, the neural network is inseparable from Deep Learning. Chapter 2 starts with the fundamentals of the neural network: principles of its operation, architecture, and learning rules. It also provides the reason that the simple single-layer architecture evolved to the complex multi-layer architecture. Chapter 3 presents the backpropagation algorithm, which is an important and representative learning rule of the neural network and also employed in Deep Learning. This chapter explains how cost functions and learning rules are related and which cost functions are widely employed in Deep Learning. Chapter 4 introduces how to apply the neural network to classification problems. We have allocated a separate section for classification because it is currently the most prevailing application of Machine Learning. For example, image recognition, one of the primary applications of Deep Learning, is a classification problem. The third topic is Deep Learning. It is the main topic of this book as well. Deep Learning is covered in Chapters 5 and 6. Chapter 5 introduces the drivers that enables Deep Learning to yield excellent performance. For a better understanding, it starts with the history of barriers and solutions of Deep Learning. Chapter 6 covers the convolution neural network, which is representative of Deep Learning techniques. The convolution neural network is second-to-none in terms of image recognition. This chapter starts with an introduction of the basic concept and architecture of the convolution neural network as it compares with the previous image recognition algorithms. It is followed by an explanation of the roles and operations of the convolution layer and pooling layer, which act as essential components of the convolution neural network. The chapter concludes with an example of digit image recognition using the convolution neural network and investigates the evolution of the image throughout the layers.

MATLAB for Brain and Cognitive Scientists

by Mike X Cohen

An introduction to a popular programming language for neuroscience research, taking the reader from beginning to intermediate and advanced levels of MATLAB programming.MATLAB is one of the most popular programming languages for neuroscience and psychology research. Its balance of usability, visualization, and widespread use makes it one of the most powerful tools in a scientist's toolbox. In this book, Mike Cohen teaches brain scientists how to program in MATLAB, with a focus on applications most commonly used in neuroscience and psychology. Although most MATLAB tutorials will abandon users at the beginner's level, leaving them to sink or swim, MATLAB for Brain and Cognitive Scientists takes readers from beginning to intermediate and advanced levels of MATLAB programming, helping them gain real expertise in applications that they will use in their work.The book offers a mix of instructive text and rigorous explanations of MATLAB code along with programming tips and tricks. The goal is to teach the reader how to program data analyses in neuroscience and psychology. Readers will learn not only how to but also how not to program, with examples of bad code that they are invited to correct or improve. Chapters end with exercises that test and develop the skills taught in each chapter. Interviews with neuroscientists and cognitive scientists who have made significant contributions their field using MATLAB appear throughout the book. MATLAB for Brain and Cognitive Scientists is an essential resource for both students and instructors, in the classroom or for independent study.

MATLAB For Dummies

by John Paul Mueller Jim Sizemore

Go from total MATLAB newbie to plotting graphs and solving equations in a flash! MATLAB is one of the most powerful and commonly used tools in the STEM field. But did you know it doesn’t take an advanced degree or a ton of computer experience to learn it? MATLAB For Dummies is the roadmap you’ve been looking for to simplify and explain this feature-filled tool. This handy reference walks you through every step of the way as you learn the MATLAB language and environment inside-and-out. Starting with straightforward basics before moving on to more advanced material like Live Functions and Live Scripts, this easy-to-read guide shows you how to make your way around MATLAB with screenshots and newly updated procedures. It includes: A comprehensive introduction to installing MATLAB, using its interface, and creating and saving your first file Fully updated to include the 2020 and 2021 updates to MATLAB, with all-new screenshots and up-to-date procedures Enhanced debugging procedures and use of the Symbolic Math Toolbox Brand new instruction on working with Live Scripts and Live Functions, designing classes, creating apps, and building projects Intuitive walkthroughs for MATLAB’s advanced features, including importing and exporting data and publishing your work Perfect for STEM students and new professionals ready to master one of the most powerful tools in the fields of engineering, mathematics, and computing, MATLAB For Dummies is the simplest way to go from complete newbie to power user faster than you would have thought possible.

MATLAB for Engineering and the Life Sciences (Synthesis Lectures on Engineering, Science, and Technology)

by Joe Tranquillo

This book is a self-guided tour of MATLAB for engineers and life scientists. It introduces the most commonly used programming techniques through biologically inspired examples. Although the text is written for undergraduates, graduate students and academics, as well as those in industry, will find value in learning MATLAB. The book takes the emphasis off of learning syntax so that the reader can focus more on algorithmic thinking. Although it is not assumed that the reader has taken differential equations or a linear algebra class, there are short introductions to many of these concepts. Following a short history of computing, the MATLAB environment is introduced. Next, vectors and matrices are discussed, followed by matrix-vector operations. The core programming elements of MATLAB are introduced in three successive chapters on scripts, loops, and conditional logic. The last three chapters outline how to manage the input and output of data, create professional quality graphics and find and use MATLAB toolboxes. Throughout, biomedical and life science examples are used to illustrate MATLAB's capabilities.

MATLAB for Psychologists

by Alessandro Soranzo Mauro Borgo Massimo Grassi

The matrix laboratory interactive computing environment--MATLAB--has brought creativity to research in diverse disciplines, particularly in designing and programming experiments. More commonly used in mathematics and the sciences, it also lends itself to a variety of applications across the field of psychology. For the novice looking to use it in experimental psychology research, though, becoming familiar with MATLAB can be a daunting task. MATLAB for Psychologists expertly guides readers through the component steps, skills, and operations of the software, with plentiful graphics and examples to match the reader's comfort level. Using an extended illustration, this concise volume explains the program's usefulness at any point in an experiment, without the limits imposed by other types of software. And the authors demonstrate the responsiveness of MATLAB to the individual's research needs, whether the task is programming experiments, creating sensory stimuli, running simulations, or calculating statistics for data analysis. Key features of the coverage: Thinking in a matrix way.Handling and plotting data.Guidelines for improved programming, sound, and imaging.Statistical analysis and signal detection theory indexes.The Graphical User Interface.The Psychophysics Toolbox.MATLAB for Psychologists serves a wide audience of advanced undergraduate and graduate level psychology students, professors, and researchers as well as lab technicians involved in programming psychology experiments.

Matlab für Dummies (Für Dummies)

by Jim Sizemore

Ob Naturwissenschaftler, Mathematiker, Ingenieur oder Datenwissenschaftler - mit MATLAB haben Sie ein mächtiges Tool in der Hand, das Ihnen die Arbeit mit Ihren Daten erleichtert. Aber wie das mit manch mächtigen Dingen so ist - es ist auch ganz schön kompliziert. Aber keine Sorge! Jim Sizemore führt Sie in diesem Buch Schritt für Schritt an das Programm heran - von der Installation und den ersten Skripten bis hin zu aufwändigen Berechnungen, der Erstellung von Grafiken und effizienter Fehlerbehebung. Sie werden begeistert sein, was Sie mit MATLAB alles anstellen können.

Matlab für Dummies (Für Dummies)

by Jim Sizemore John Paul Mueller

MATLAB® So lernen Sie MATLAB ideal zu nutzen Ob Naturwissenschaftler, Mathematiker, Ingenieur oder Datenwissenschaftler - mit MATLAB haben Sie ein mächtiges Tool in der Hand, das Ihnen die Arbeit mit Ihren Daten erleichtert. Aber wie das mit manch mächtigen Dingen so ist - es ist auch ganz schön kompliziert. Aber keine Sorge! Die Autoren führen Sie in diesem Buch Schritt für Schritt an das Programm heran - von der Installation und den ersten Skripten bis hin zu aufwändigen Berechnungen, der Erstellung von Grafiken und effizienter Fehlerbehebung. Sie werden begeistert sein, was Sie mit MATLAB alles anstellen können. Sie erfahren Was es mit dem MATLAB-Dateisystem auf sich hat Wie Sie mathematische Operationen mit Vektoren und Matrizen durchführen Wie Sie Funktionen und Skripte erstellen Wie Sie importieren, exportieren und publizieren.

MATLAB Graphics and Data Visualization Cookbook

by Swapnonil Banerjee Nivedita Majumdar

"MATLAB Graphics and Data Visualization Cookbook" will serve as your handbook in recipe format with ample screenshots. Each independent recipe will help you in achieving target-oriented solutions to your problems with concise explanation. For those who are already using MATLAB for their computational needs but need to also harness its powerful visualization capabilities.

MATLAB Machine Learning

by Michael Paluszek Stephanie Thomas

This book is a comprehensive guide to machine learning with worked examples in MATLAB. It starts with an overview of the history of Artificial Intelligence and automatic control and how the field of machine learning grew from these. It provides descriptions of all major areas in machine learning. The book reviews commercially available packages for machine learning and shows how they fit into the field. The book then shows how MATLAB can be used to solve machine learning problems and how MATLAB graphics can enhance the programmer's understanding of the results and help users of their software grasp the results. Machine Learning can be very mathematical. The mathematics for each area is introduced in a clear and concise form so that even casual readers can understand the math. Readers from all areas of engineering will see connections to what they know and will learn new technology. The book then provides complete solutions in MATLAB for several important problems in machine learning including face identification, autonomous driving, and data classification. Full source code is provided for all of the examples and applications in the book. What you'll learn: An overview of the field of machine learning Commercial and open source packages in MATLAB How to use MATLAB for programming and building machine learning applications MATLAB graphics for machine learning Practical real world examples in MATLAB for major applications of machine learning in big data Who is this book for: The primary audiences are engineers and engineering students wanting a comprehensive and practical introduction to machine learning.

MATLAB Machine Learning Recipes: A Problem-Solution Approach

by Michael Paluszek Stephanie Thomas

Harness the power of MATLAB to resolve a wide range of machine learning challenges. This book provides a series of examples of technologies critical to machine learning. Each example solves a real-world problem. All code in MATLAB Machine Learning Recipes: A Problem-Solution Approach is executable. The toolbox that the code uses provides a complete set of functions needed to implement all aspects of machine learning. Authors Michael Paluszek and Stephanie Thomas show how all of these technologies allow the reader to build sophisticated applications to solve problems with pattern recognition, autonomous driving, expert systems, and much more.What you'll learn:How to write code for machine learning, adaptive control and estimation using MATLABHow these three areas complement each otherHow these three areas are needed for robust machine learning applicationsHow to use MATLAB graphics and visualization tools for machine learningHow to code real world examples in MATLAB for major applications of machine learning in big data Who is this book for: The primary audiences are engineers, data scientists and students wanting a comprehensive and code cookbook rich in examples on machine learning using MATLAB.

MATLAB Machine Learning Recipes: A Problem-Solution Approach

by Michael Paluszek Stephanie Thomas

Harness the power of MATLAB to resolve a wide range of machine learning challenges. This new and updated third edition provides examples of technologies critical to machine learning. Each example solves a real-world problem, and all code provided is executable. You can easily look up a particular problem and follow the steps in the solution.This book has something for everyone interested in machine learning. It also has material that will allow those with an interest in other technology areas to see how machine learning and MATLAB can help them solve problems in their areas of expertise. The chapter on data representation and MATLAB graphics includes new data types and additional graphics. Chapters on fuzzy logic, simple neural nets, and autonomous driving have new examples added. And there is a new chapter on spacecraft attitude determination using neural nets. Authors Michael Paluszek and Stephanie Thomas show how all of these technologies allow you to build sophisticated applications to solve problems with pattern recognition, autonomous driving, expert systems, and much more.What You Will LearnWrite code for machine learning, adaptive control, and estimation using MATLABUse MATLAB graphics and visualization tools for machine learningBecome familiar with neural netsBuild expert systemsUnderstand adaptive controlGain knowledge of Kalman FiltersWho This Book Is ForSoftware engineers, control engineers, university faculty, undergraduate and graduate students, hobbyists.

MATLAB® meets MicroPython: Mit MATLAB® Mikrocontroller nutzen (essentials)

by Armin Rohnen

Dieses essential behandelt die Verknüpfung von MicroPython betriebenen Mikrocontroller mit MATLAB®. Anhand eines Praxisbeispiels werden die Aspekte der Planung, der elektronischen Umsetzung, der Programmierung in MicroPython, die Programmierung in MATLAB® und die Erstellung einer graphischen Oberfläche handelt.

MATLAB Programming with Applications for Engineers

by Stephen J. Chapman

This textbook seeks to simultaneously teach MATLAB as a technical programming language while introducing the student to many of the practical functions that make solving problems in MATLAB so much easier than in other languages. It provides a complete introduction to the fundamentals of good procedural programming and aids students in developing good design habits that will serve them well in any other language that they may pick up later.

MATLAB Recipes: A Problem-Solution Approach

by Michael Paluszek Stephanie Thomas

Learn from state-of-the-art examples in robotics, motors, detection filters, chemical processes, aircraft, and spacecraft. With this book you will review contemporary MATLAB coding including the latest MATLAB language features and use MATLAB as a software development environment including code organization, GUI development, and algorithm design and testing. Features now covered include the new graph and digraph classes for charts and networks; interactive documents that combine text, code, and output; a new development environment for building apps; locally defined functions in scripts; automatic expansion of dimensions; tall arrays for big data; the new string type; new functions to encode/decode JSON; handling non-English languages; the new class architecture; the Mocking framework; an engine API for Java; the cloud-based MATLAB desktop; the memoize function; and heatmap charts. MATLAB Recipes: A Problem-Solution Approach, Second Edition provides practical, hands-on code snippets and guidance for using MATLAB to build a body of code you can turn to time and again for solving technical problems in your work. Develop algorithms, test them, visualize the results, and pass the code along to others to create a functional code base for your firm. What You Will Learn Get up to date with the latest MATLAB up to and including MATLAB 2020bCode in MATLAB Write applications in MATLAB Build your own toolbox of MATLAB code to increase your efficiency and effectiveness Who This Book Is For Engineers, data scientists, and students wanting a book rich in examples using MATLAB.

MATLAB Recipes

by Stephanie Thomas Michael Paluszek

Learn from state-of-the-art examples in robotics, motors, detection filters, chemical processes, aircraft, and spacecraft. MATLAB Recipes: A Problem-Solution Approach is a practical reference for industry engineers using MATLAB to solve everyday problems. With this book you will review contemporary MATLAB coding including the latest language features and use MATLAB as a software development environment including code organization, GUI development, and algorithm design and testing. This book provides practical guidance for using MATLAB to build a body of code you can turn to time and again for solving technical problems in your line of work. Develop algorithms, test them, visualize the results, and pass the code along to others to create a functional code base for your firm. What you'll learn Learn how to build industrial-strength toolboxes Move beyond a folder of scripts and create well-organized, reusable MATLAB code modules Leverage MATLAB as an IDE and not just a programming language Build a functional code base for your company or department Create your own GUIs for repeatable workflows Who this book is for This book is written for engineers and scientists who use MATLAB on a regular basis and who want to take their coding to a higher level, i. e. people who want to make commercial-quality MATLAB toolboxes. This book may be used by students who are required to use MATLAB for their courses and projects as well as professionals who use MATLAB to solve problems on the job. Table of Contents Part I: Coding in MATLAB 1. Coding Basics 2. MATLAB Style 3. Visualization 4. Interactive Graphics 5. Testing and Debugging Part II: Applications 6. The Double Integrator 7. Robotics 8. Electrical Motor 9. Fault Detection 10. Chemical Processes 11. Aircraft 12. Spacecraft

MATLAB® Recipes for Earth Sciences: Matlab® And Design Recipes For Earth Sciences (Springer Textbooks in Earth Sciences, Geography and Environment)

by Martin H. Trauth

MATLAB® is used in a wide range of geoscientific applications, e.g. for image processing in remote sensing, for creating and processing digital elevation models, and for analyzing time series. This book introduces readers to MATLAB-based data analysis methods used in the geosciences, including basic statistics for univariate, bivariate and multivariate datasets, time-series analysis, signal processing, the analysis of spatial and directional data, and image analysis. The revised and updated Fifth Edition includes seven new sections, and the majority of the chapters have been rewritten and significantly expanded. New sections include error analysis, the problem of classical linear regression of log-transformed data, aligning stratigraphic sequences, the Normalized Difference Vegetation Index, Aitchison’s log-ratio transformation, graphical representation of spherical data, and statistics of spherical data. The book also includes numerous examples demonstrating how MATLAB can be used on datasets from the earth sciences. The supplementary electronic material (available online through SpringerLink) contains recipes that include all the MATLAB commands featured in the book and the sample data.

MATLAB®-Rezepte für die Geowissenschaften

by Martin H. Trauth

Trauth, Martin H.MATLAB® - Rezepte für Geowissenschaften, 1. deutschsprachige Auflage, basierend auf der korrigierten 5. englischsprachigen AuflageMATLAB® wird in einer Vielzahl von geowissenschaftlichen Anwendungen eingesetzt, z.B. zur Bildverarbeitung in der Fernerkundung, zur Erzeugung und Verarbeitung digitaler Höhenmodelle und zur Analyse von Zeitreihen. Dieses Buch führt in Methoden der Datenanalyse in den Geowissenschaften mit MATLAB ein, wie z.B. grundlegende Statistik für univariate, bivariate und multivariate Datensätze, Zeitreihenanalyse, Signalverarbeitung, die Analyse räumlicher und gerichteter Daten und Bildanalyse. Der Text enthält zahlreiche Beispiele, die zeigen, wie MATLAB auf Datensätze aus den Geowissenschaften angewendet werden kann. Das ergänzende elektronische Material des Buches (online verfügbar über Springer Link) enthält Rezepte, die alle im Buch vorgestellten MATLAB-Befehle und die Beispieldaten enthalten. Das Buch soll Student:innen, Doktorand:innen, Postdoktorand:innen und Fachleuten helfen, schnelle Lösungen für gängige Datenanalyseprobleme in den Geowissenschaften zu finden.SystemanforderungenBenutzer:innen dieses Buches benötigen die MATLAB®-Software, die für Windows, macOS und Linux verfügbar ist. Die M-Files und Beispieldaten, die online über Springer Link verfügbar sind, sollten auf allen Plattformen laufen, ohne dass eine Modifikation erforderlich ist. Für diese Ausgabe haben wir MATLAB Version 9.11 (Release 2021b), die Bioinformatics Toolbox Version 4.15.2, die Image Processing Toolbox Version 11.4, die Mapping Toolbox Version 5.2, die Signal Processing Toolbox Version 8.7, Simulink 3D Animation Version 9.3, die Statistics and Machine Learning Toolbox Version 12.2 und die Wavelet Toolbox Version 6.0 verwendet.

Matplotlib 3.0 Cookbook: Over 150 recipes to create highly detailed interactive visualizations using Python

by Srinivasa Rao Poladi

Build attractive, insightful, and powerful visualizations to gain quality insights from your dataKey FeaturesMaster Matplotlib for data visualizationCustomize basic plots to make and deploy figures in cloud environmentsExplore recipes to design various data visualizations from simple bar charts to advanced 3D plotsBook DescriptionMatplotlib provides a large library of customizable plots, along with a comprehensive set of backends. Matplotlib 3.0 Cookbook is your hands-on guide to exploring the world of Matplotlib, and covers the most effective plotting packages for Python 3.7. With the help of this cookbook, you'll be able to tackle any problem you might come across while designing attractive, insightful data visualizations. With the help of over 150 recipes, you'll learn how to develop plots related to business intelligence, data science, and engineering disciplines with highly detailed visualizations. Once you've familiarized yourself with the fundamentals, you'll move on to developing professional dashboards with a wide variety of graphs and sophisticated grid layouts in 2D and 3D. You'll annotate and add rich text to the plots, enabling the creation of a business storyline. In addition to this, you'll learn how to save figures and animations in various formats for downstream deployment, followed by extending the functionality offered by various internal and third-party toolkits, such as axisartist, axes_grid, Cartopy, and Seaborn. By the end of this book, you'll be able to create high-quality customized plots and deploy them on the web and on supported GUI applications such as Tkinter, Qt 5, and wxPython by implementing real-world use cases and examples.What you will learnDevelop simple to advanced data visualizations in Matplotlib Use the pyplot API to quickly develop and deploy different plots Use object-oriented APIs for maximum flexibility with the customization of figuresDevelop interactive plots with animation and widgets Use maps for geographical plotting Enrich your visualizations using embedded texts and mathematical expressionsEmbed Matplotlib plots into other GUIs used for developing applicationsUse toolkits such as axisartist, axes_grid1, and cartopy to extend the base functionality of MatplotlibWho this book is forThe Matplotlib 3.0 Cookbook is for you if you are a data analyst, data scientist, or Python developer looking for quick recipes for a multitude of visualizations. This book is also for those who want to build variations of interactive visualizations.

Refine Search

Showing 33,426 through 33,450 of 53,657 results