Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Development 783
- Application software 686
- Engineering & Applied Sciences 645
- Computer networks 426
- Computer Science 414
- Management 402
- Python (Computer program language) 393
- Examinations 380
- Machine learning 374
- Artificial intelligence 349
- Data processing 348
- Cloud computing 299
- Certification 294
- Computer programs 276
- Computer security 276
- Security measures 263
- Computer programming 254
- Electronic data processing personnel 250
- Computer software 242
- Web site development 234
- Design 216
- Electrical & Computer Engineering 215
- Java (Computer program language) 207
- Database management 190
- Telecommunications 187
- Operating systems (Computers) 178
- Web sites 175
- Programming 169
- Microsoft .NET Framework 165
- Information technology 164
-
6441Publicado 2024“…With practical examples and detailed explanations, this cookbook helps developers solve real-world problems, optimize their code, and get up to date with the latest Python features. …”
Libro electrónico -
6442Publicado 2024“…The final part covers frontend development using Svelte, guiding you through UI design, state management, and performance optimization. Each chapter has real-world examples and comparisons to other technologies, providing you with a comprehensive understanding of full-stack development. …”
Libro electrónico -
6443por Aravilli, Srinivas Rao“…This book delves into data privacy, machine learning privacy threats, and real-world cases of privacy-preserving machine learning, as well as open-source frameworks for implementation. …”
Publicado 2023
Libro electrónico -
6444Publicado 2024“…Additionally, each chapter includes a real-world incident that students are asked to analyze in terms of specific chapter information and skills related to civility.Communication in a Civil Society is an ideal textbook for Introduction to Communication, Interpersonal Communication, and Public Speaking courses. -- Editor…”
Libro electrónico -
6445por Cabestany, JoanTabla de Contenidos: “…Front Cover -- Half Title Page -- RIVER PUBLISHERS SERIES IN BIOMEDICAL ENGINEERING -- Title Page - Parkinson's Disease Management through ICT: The REMPARK Approach -- Copyright Page -- Contents -- Preface -- List of Contributors -- List of Figures -- List of Tables -- List of Abbreviations -- Chapter 1 - Parkinson's Disease Management: Trends and Challenges -- 1.1 Introduction -- 1.2 Impact and Strategies of PD at Different Stages -- 1.2.1 Patients in Early Stages -- 1.2.2 Moderately Affected Patients -- 1.2.3 Severely Affected Patients -- 1.3 QoL in PD -- 1.4 State of Art of Current Trends in PD Management -- 1.5 Needs and Challenges for Optimal PD Management -- 1.6 Conclusion -- References -- Chapter 2 - Objective Measurement of Symptoms in PD -- 2.1 Advancing Parkinson's Disease: Motor and Non-Motor Fluctuations -- 2.1.1 Motor Fluctuations -- 2.1.2 Non-Motor Fluctuations -- 2.2 Challenges in Documenting "Real-World" Fluctuating PD Symptoms -- 2.3 Emerging Technologies to Monitor Symptom Fluctuations -- 2.4 Challenges in the Use of Inertial Sensor Technology in Monitoring PD Symptoms -- 2.5 Conclusion -- References -- Chapter 3 - The REMPARK System -- 3.1 Introduction -- 3.2 REMPARK System Overview -- 3.2.1 The Immediate Level -- 3.2.2 The Mid-Term Level -- 3.3 Definition of the REMPARK System Main Characteristics -- 3.4 Subsystems Specification -- 3.4.1 Sensor Module -- 3.4.2 Auditory Cueing Subsystem -- 3.4.2.1 Gait guidance ACS functional description -- 3.4.2.2 Need of an adaptive ACS -- 3.4.3 Drug Delivery Pump Considerations -- 3.4.4 The smartphone Technical Requirements -- 3.4.5 The REMPARK Platform Architecture and Functionality -- 3.4.5.1 Important functional parts -- 3.4.5.1.1 Rule Engine -- 3.4.5.1.2 Disease Management System -- 3.4.5.2 Platform technical constraints -- 3.5 Conclusion -- References…”
Publicado 2022
Libro electrónico -
6446por Shalloway, AlanTabla de Contenidos: “…Interfaces -- The Principle of Healthy Skepticism -- Summary -- Review Questions -- Chapter 15 Commonality and Variability Analysis -- Overview -- Commonality and Variability Analysis and Application Design -- Solving the CAD/CAM Problem with CVA -- Summary -- Review Questions -- Chapter 16 The Analysis Matrix -- Overview -- In the Real World: Variations -- The International E-Commerce System Case Study: Handling Variation -- Field Notes -- Summary -- Review Questions -- Chapter 17 The Decorator Pattern -- Overview -- A Little More Detail -- The Decorator Pattern -- Applying the Decorator Pattern to the Case Study -- Another Example: Input/Output -- Field Notes: Using the Decorator Pattern -- The Essence of the Decorator Pattern -- Summary -- Review Questions -- PART VI: Other Values of Patterns -- Chapter 18 The Observer Pattern -- Overview -- Categories of Patterns -- More Requirements for the International E-Commerce Case Study -- The Observer Pattern -- Applying the Observer to the Case Study -- Field Notes: Using the Observer Pattern -- Summary -- Review Questions -- Chapter 19 The Template Method Pattern -- Overview -- More Requirements for the International E-Commerce Case Study -- The Template Method Pattern…”
Publicado 2004
Libro electrónico -
6447Publicado 2009Tabla de Contenidos: “…Tuning the Database -- Identifying Performance Obstacles -- Using Built-in Tuning Tools -- LESSON 17: Database Security -- Security's Role in Database Administration -- Popular Database Products and Security -- Oracle Express and MySQL Security -- LESSON 18: Exploring the Data Dictionary (System Catalog) -- An Introduction to the Data Dictionary -- Identifying Data Dictionary Users -- Exploring the Contents of the Data Dictionary -- A Look Inside Oracle's Data Dictionary -- A Look Inside MySQL's Data Dictionary -- PART V: More SQL Objects -- LESSON 19: Temporary Tables, Stored Procedures, Triggers, and Cursors -- Creating Temporary Tables -- Using Cursors -- Creating and Using Stored Procedures -- Designing and Using Triggers -- Using Embedded SQL -- LESSON 20: New Objects in the Latest Standard -- Exploring the CREATE ROLE Statement -- Creating Triggers -- Using the CREATE TYPE Statement -- Regular Expressions -- Working with BLOB Data Types -- A Short XML Example -- PART VI: Advanced SQL Programming -- LESSON 21: Using SQL to Generate SQL Statements -- Understanding the Power of SQL Statement Generation -- Miscellaneous SQL*Plus Commands -- Counting the Rows in All Tables -- Granting System Privileges to Multiple Users -- Granting Privileges on Your Tables to Another User -- Disabling Table Constraints to Load Data -- Creating Numerous Synonyms in a Single Bound -- Creating Views on Your Tables -- Truncating All Tables in a Schema -- Using SQL to Generate Shell Scripts -- Applying SQL Generation and Other Concepts to the Real World -- LESSON 22: Creating Complex SQL Queries -- CREATE TABLE statements -- Examples of Complex Queries -- Tips for Building Complex Queries -- LESSON 23: Debugging Your SQL Statements -- Exploring Common SQL Errors -- Exploring Common Logical Mistakes -- Preventing Problems with Your Data…”
Libro electrónico -
6448Publicado 2018Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: Getting Started with Python Machine Learning -- Machine learning and Python - a dream team -- What the book will teach you - and what it will not -- How to best read this book -- What to do when you are stuck -- Getting started -- Introduction to NumPy, SciPy, Matplotlib, and TensorFlow -- Installing Python -- Chewing data efficiently with NumPy and intelligently with SciPy -- Learning NumPy -- Indexing -- Handling nonexistent values -- Comparing the runtime -- Learning SciPy -- Fundamentals of machine learning -- Asking a question -- Getting answers -- Our first (tiny) application of machine learning -- Reading in the data -- Preprocessing and cleaning the data -- Choosing the right model and learning algorithm -- Before we build our first model -- Starting with a simple straight line -- Toward more complex models -- Stepping back to go forward - another look at our data -- Training and testing -- Answering our initial question -- Summary -- Chapter 2: Classifying with Real-World Examples -- The Iris dataset -- Visualization is a good first step -- Classifying with scikit-learn -- Building our first classification model -- Evaluation - holding out data and cross-validation -- How to measure and compare classifiers -- A more complex dataset and the nearest-neighbor classifier -- Learning about the seeds dataset -- Features and feature engineering -- Nearest neighbor classification -- Looking at the decision boundaries -- Which classifier to use -- Summary -- Chapter 3: Regression -- Predicting house prices with regression -- Multidimensional regression -- Cross-validation for regression -- Penalized or regularized regression -- L1 and L2 penalties -- Using Lasso or ElasticNet in scikit-learn -- Visualizing the Lasso path…”
Libro electrónico -
6449Publicado 2022Tabla de Contenidos: “…Intro -- Table of Contents -- Title Page -- Copyright -- Preface -- 1 Comprehensive and Self-Contained Introduction to Deep Reinforcement Learning -- 1.1 Introduction -- 1.2 Comprehensive Study -- 1.3 Deep Reinforcement Learning: Value-Based and Policy-Based Learning -- 1.4 Applications and Challenges of Applying Reinforcement Learning to Real-World -- 1.5 Conclusion -- References -- 2 Impact of AI in 5G Wireless Technologies and Communication Systems -- 2.1 Introduction -- 2.2 Integrated Services of AI in 5G and 5G in AI -- 2.3 Artificial Intelligence and 5G in the Industrial Space -- 2.4 Future Research and Challenges of Artificial Intelligence in Mobile Networks -- 2.5 Conclusion -- References -- 3 Artificial Intelligence Revolution in Logistics and Supply Chain Management -- 3.1 Introduction -- 3.2 Theory-AI in Logistics and Supply Chain Market -- 3.3 Factors to Propel Business Into the Future Harnessing Automation -- 3.4 Conclusion -- References -- 4 An Empirical Study of Crop Yield Prediction Using Reinforcement Learning -- 4.1 Introduction -- 4.2 An Overview of Reinforcement Learning in Agriculture -- 4.3 Reinforcement Learning Startups for Crop Prediction -- 4.4 Conclusion -- References -- 5 Cost Optimization for Inventory Management in Blockchain and Cloud -- 5.1 Introduction -- 5.2 Blockchain: The Future of Inventory Management -- 5.3 Cost Optimization for Blockchain Inventory Management in Cloud -- 5.4 Cost Reduction Strategies in Blockchain Inventory Management in Cloud -- 5.5 Conclusion -- References -- 6 Review of Deep Learning Architectures Used for Identification and Classification of Plant Leaf Diseases -- 6.1 Introduction -- 6.2 Literature Review -- 6.3 Proposed Idea -- 6.4 Reference Gap -- 6.5 Conclusion -- References -- 7 Generating Art and Music Using Deep Neural Networks -- 7.1 Introduction -- 7.2 Related Works…”
Libro electrónico -
6450Publicado 2022Tabla de Contenidos: “…Cover -- Title Page -- Copyright Page -- Contents -- Acknowledgments -- Introduction -- Chapter 1 Basic Concepts -- 1.1 Addition, Subtraction, Multiplication, Division -- Exercises -- Questions to Think About -- 1.2 Order of Operations -- Exercises -- Questions to Think About -- 1.3 Sets and Properties of Numbers -- Exercises -- Questions to Think About -- Chapter 1 Test -- Chapter 1 Solutions -- Chapter 1 Test Solutions -- Chapter 2 Fractions -- 2.1 Basic Operations -- Exercises -- Questions to Think About -- 2.2 Simplifying Fractions -- Exercises -- Questions to Think About -- Chapter 2 Test -- Chapter 2 Solutions -- Chapter 2 Test Solutions -- Chapter 3 Linear Equations -- 3.1 Solving One‐Step Equations -- Exercises -- Questions to Think About -- 3.2 Solving Two‐Step Equations -- Exercises -- 3.3 Translating Between Words and Symbols -- Exercises -- Questions to Think About -- 3.4 Solving Word Problems -- Exercises -- 3.5 Equations with Like Terms -- Exercises -- Questions to Think About -- 3.6 Equations with Variables on Both Sides -- Exercises -- Questions to Think About -- 3.7 Equations with Parentheses -- Exercises -- Questions to Think About -- 3.8 Using Tables to Solve Word Problems Involving Values -- Exercises -- 3.9 Transforming Formulas -- Exercises -- Chapter 3 Test -- Chapter 3 Solutions -- Chapter 3 Test Solutions -- Chapter 4 Ratios and Proportions -- 4.1 Expressing Ratios in Simplest Form -- Exercises -- 4.2 Using Ratios in the Real World -- Exercises -- 4.3 Proportions and Equations with Fractions -- Exercises -- Questions to Think About -- 4.4 Converting Units -- Exercises -- 4.5 Percents -- Exercises -- Chapter 4 Test -- Chapter 4 Solutions -- Chapter 4 Test Solutions -- Chapter 5 Linear Inequalities -- 5.1 Basic Principles of Solving Inequalities -- Exercises -- 5.2 Representing Inequalities -- Exercises…”
Libro electrónico -
6451Publicado 2010Tabla de Contenidos: “…-- The Three Centricities -- What Customer Centricity Is Not -- "The Customer" Does Not Exist -- Customer Segmentation: The Truck Stop -- The Airline Passenger -- From Differentiation to Valuation -- CLV in the Real World -- Customer-Centric Business Valuation -- Conclusion -- Author Biography -- Chapter 6 Emptor Cognita: Competitive Advantage through Buyer Learning -- Buyer Learning -- Market Pioneering -- Brand Differentiation -- Brand Status -- Conclusion -- Author Biography -- Chapter 7 Defensive Market Strategy -- Defining Defensive Strategy…”
Libro electrónico -
6452Publicado 2023Tabla de Contenidos: “…-- Understanding other properties of sound -- Exploring Unity's audio system -- Preparing the VR drum scene and adding sound effects -- Setting up and preparing your VR drum scene -- Creating and importing 3D models for your VR drum scene -- Adding sound effects to your VR drum scene -- Understanding particle behavior and Unity's particle system -- Understanding the behavior of particles in the real world -- Exploring Unity's Particle System -- Adding particles to VR scenes with varying properties -- Initializing a Particle System in your VR drum scene -- Modifying the properties of the Particle System in your VR drum scene -- Scripting fog appearance on collision for your VR drum scene -- Summary…”
Libro electrónico -
6453Publicado 2024Tabla de Contenidos: “…-- The OTel project -- OTel -- Summary -- Chapter 12: Distributing Your Apps -- Technical requirements -- Go Modules -- The routine using modules -- CI -- Caching -- Static analysis -- Releasing your application -- Summary -- Part 5: Going Beyond -- Chapter 13: Capstone Project - Distributed Cache -- Technical requirements -- Understanding distributed caching -- System requirements -- Requirements -- Design and trade-offs -- Creating the project -- Thread safety -- Choosing the right approach -- Adding thread safety -- The interface -- TCP -- HTTP -- Others -- Eviction policies -- Sharding -- Summary -- Chapter 14: Effective Coding Practices -- Technical requirements -- Reusing resources -- Using sync.Pool in a network server -- Using sync.Pool for JSON marshaling -- Executing tasks once -- singleflight -- Effective memory mapping -- API usage -- Advanced usage with protection and mapping flags -- Avoiding common performance pitfalls -- Leaking with time.After -- Defer in for loops -- Maps management -- Resource management -- Handling HTTP bodies -- Channel mismanagement -- Summary -- Chapter 15: Stay Sharp with System Programming -- Real-world applications -- Dropbox's leap of faith…”
Libro electrónico -
6454por Frisch, AEleen“…Essential System Administration provides a clear, concise, practical guide to the real-world issues that anyone responsible for a Unix system faces daily. …”
Publicado 2002
Libro electrónico -
6455Publicado 2015“…Contributions from a global team of renowned industry experts provide real-world examples for each market, along with tools for analyz…”
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
6456“…The book provides an application-based approach using real-world examples to illustrate the application of sensor technologies in a practical and experiential manner. …”
Libro electrónico -
6457Publicado 2019“…Microeconomics emphasises real-world applications, the development of critical thinking skills, diagrams renowned for pedagogy and clarity, and path-breaking technology. …”
Libro electrónico -
6458Publicado 2019“…The text emphasizes real-world applications, the development of critical-thinking skills, diagrams renowned for their pedagogy and clarity, and path-breaking technology. …”
Libro electrónico -
6459Publicado 2015“…This how-to guide gives you thorough understanding of the unique challenges facing critical infrastructures, new guidelines and security measures for critical infrastructure protection, knowledge of new and evolving security tools, and pointers on SCADA protocols and security implementation. All-new real-world examples of attacks against control systems, and more diagrams of systems Expanded coverage of protocols such as 61850, Ethernet/IP, CIP, ISA-99, and the evolution to IEC62443 Expanded coverage of Smart Grid security New coverage of signature-based detection, exploit-based vs. vulnerability-based detection, and signature reverse engineering…”
Libro electrónico -
6460Publicado 2018Tabla de Contenidos:Libro electrónico