Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- TFC 5,514
- PFC 2,816
- TFM 2,694
- TFG 1,829
- Empreses 1,700
- Gestió de projectes 1,333
- Arquitectura 1,205
- Direcció i administració 1,202
- Treball 1,047
- Planificació estratègica 998
- Planificació 950
- Sistemes d'informació per a la gestió 805
- PFG 771
- TFMP 735
- Arquitectura domèstica 679
- Innovacions tecnològiques 555
- Història 549
- Habitatges 517
- Edificis 510
- Ensenyament 510
- Treball social 510
- Comerç electrònic 500
- Dret del treball 477
- Treball en equip 471
- Indústria i comerç 467
- Pàgines web 434
- Xarxes d'ordinadors 376
- Disseny 362
- Màrqueting digital 355
- Màrqueting 340
-
37961Publicado 2023Tabla de Contenidos: “…Cover -- Title Page -- Copyright Page -- Contents -- Preface -- Part I: Demystifying Smart Healthcare -- Chapter 1 Deep Learning Techniques Using Transfer Learning for Classification of Alzheimer's Disease -- 1.1 Introduction -- 1.2 Transfer Learning Techniques -- 1.3 AD Classification Using Conventional Training Methods -- 1.4 AD Classification Using Transfer Learning -- 1.5 Conclusion -- References -- Chapter 2 Medical Image Analysis of Lung Cancer CT Scans Using Deep Learning with Swarm Optimization Techniques -- 2.1 Introduction -- 2.2 The Major Contributions of the Proposed Model -- 2.3 Related Works -- 2.4 Problem Statement -- 2.5 Proposed Model -- 2.5.1 Swarm Optimization in Lung Cancer Medical Image Analysis -- 2.5.2 Deep Learning with PSO -- 2.5.3 Proposed CNN Architectures -- 2.6 Dataset Description -- 2.7 Results and Discussions -- 2.7.1 Parameters for Performance Evaluation -- 2.8 Conclusion -- References -- Chapter 3 Liver Cancer Classification With Using Gray-Level Co-Occurrence Matrix Using Deep Learning Techniques -- 3.1 Introduction -- 3.1.1 Liver Roles in Human Body -- 3.1.2 Liver Diseases -- 3.1.3 Types of Liver Tumors -- 3.1.3.1 Benign Tumors -- 3.1.3.2 Malignant Tumors -- 3.1.4 Characteristics of a Medical Imaging Procedure -- 3.1.5 Problems Related to Liver Cancer Classification -- 3.1.6 Purpose of the Systematic Study -- 3.2 Related Works -- 3.3 Proposed Methodology -- 3.3.1 Gaussian Mixture Model -- 3.3.2 Dataset Description -- 3.3.3 Performance Metrics -- 3.3.3.1 Accuracy Measures -- 3.3.3.2 Key Findings -- 3.3.3.3 Key Issues Addressed -- 3.4 Conclusion -- References -- Chapter 4 Transforming the Technologies for Resilient and Digital Future During COVID-19 Pandemic -- 4.1 Introduction -- 4.2 Digital Technologies Used -- 4.2.1 Artificial Intelligence -- 4.2.2 Internet of Things -- 4.2.3 Telehealth/Telemedicine…”
Libro electrónico -
37962Publicado 2023Tabla de Contenidos: “…Intro -- Remerciements -- Éditorial : Rétablir la croissance -- 1 Évaluation générale de la situation macroéconomique -- Introduction -- Développements récents -- La croissance mondiale s'est avérée résiliente, mais des signes de ralentissement se manifestent -- L'inflation globale a diminué, mais l'inflation sous-jacente se révèle persistante -- La croissance des échanges est faible et l'ouverture aux échanges a régressé -- Les conditions financières sont devenues plus restrictives -- Projections -- Les projections font apparaître un léger ralentissement économique et une décélération continue de l'inflation -- Risques -- L'aggravation des tensions géopolitiques constitue une source majeure d'incertitude -- Le redressement attendu du commerce mondial pourrait ne pas se concrétiser -- L'ampleur et l'impact exact du resserrement de la politique monétaire restent difficiles à prévoir -- Des conditions financières plus restrictives pourraient exposer des vulnérabilités financières -- Dans les économies de marché émergentes, les vulnérabilités liées à la dette viennent s'ajouter aux risques induits par les tensions financières mondiales -- Un nouveau ralentissement en Chine porterait un coup à la croissance mondiale -- Risques de divergence à la hausse -- Politiques publiques -- Dans la plupart des économies avancées, la politique monétaire doit rester restrictive jusqu'à ce que l'inflation diminue durablement -- La politique budgétaire doit assurer la viabilité de la dette tout en répondant aux nouvelles priorités -- Les économies de marché émergentes doivent assurer la stabilité macroéconomique -- Les politiques commerciales devraient être axées sur le développement des échanges ainsi que sur le renforcement de la résilience -- Des réformes sont nécessaires pour renforcer la transition climatique -- Références…”
Libro electrónico -
37963Publicado 2018Tabla de Contenidos: “…8.5.2 Exploiting domain rules -- 8.6 Validating configuration -- 8.6.1 Causes for configuration-related security flaws -- 8.6.2 Automated tests as your safety net -- 8.6.3 Knowing your defaults and verifying them -- Summary -- 9 Handling failures securely -- 9.1 Using exceptions to deal with failure -- 9.1.1 Throwing exceptions -- 9.1.2 Handling exceptions -- 9.1.3 Dealing with exception payload -- 9.2 Handling failures without exceptions -- 9.2.1 Failures aren't exceptional -- 9.2.2 Designing for failures -- 9.3 Designing for availability -- 9.3.1 Resilience -- 9.3.2 Responsiveness -- 9.3.3 Circuit breakers and timeouts -- Always specify a timeout -- 9.3.4 Bulkheads -- 9.4 Handling bad data -- Cross-site scripting and second-order attacks -- 9.4.1 Don't repair data before validation -- 9.4.2 Never echo input verbatim -- Summary -- 10 Benefits of cloud thinking -- 10.1 The twelve-factor app and cloud-native concepts -- 10.2 Storing configuration in the environment -- 10.2.1 Don't put environment configuration in code -- 10.2.2 Never store secrets in resource files -- 10.2.3 Placing configuration in the environment -- 10.3 Separate processes -- 10.3.1 Deploying and running are separate things -- 10.3.2 Processing instances don't hold state -- 10.3.3 Security benefits -- 10.4 Avoid logging to file -- 10.4.1 Confidentiality -- 10.4.2 Integrity -- 10.4.3 Availability -- 10.4.4 Logging as a service -- 10.5 Admin processes -- 10.5.1 The security risk of overlooked admin tasks -- 10.5.2 Admin tasks as first-class citizens -- Admin of log files -- 10.6 Service discovery and load balancing -- 10.6.1 Centralized load balancing -- 10.6.2 Client-side load balancing -- 10.6.3 Embracing change -- 10.7 The three R's of enterprise security -- 10.7.1 Increase change to reduce risk -- 10.7.2 Rotate -- 10.7.3 Repave -- 10.7.4 Repair -- Summary…”
Libro electrónico -
37964Publicado 2024Tabla de Contenidos: “…10.3.1 Preprocessing and Data Fusion Techniques -- 10.4 Applications of Machine Learning in Urban Ecosystem Services -- 10.4.1 Urban Green Space Identification and Monitoring -- 10.4.2 Biodiversity Assessment and Conservation -- 10.4.3 Urban Heat Island Detection and Mitigation -- 10.4.4 Air Quality Monitoring and Prediction -- 10.4.5 Flood Risk Assessment and Management -- 10.5 Applications of Machine Learning in Urban Landscape Planning and Design -- 10.5.1 Landscape Connectivity and Fragmentation Analysis -- 10.5.2 Green Infrastructure Planning -- 10.5.3 Urban Greening and Rewilding Strategies -- 10.5.4 Urban Form Optimization for Ecological Resilience -- 10.5.5 Evaluation of Landscape Design Alternatives -- 10.6 Machine Learning for Socio-Ecological Systems in Urban Environments -- 10.6.1 Analyzing Human-Nature Interactions -- 10.6.2 Environmental Justice and Equitable Access to Green Spaces -- 10.6.3 Public Engagement and Decision-Making Support -- 10.6.4 Community-Based Ecological Monitoring and Management -- 10.7 Challenges and Future Directions -- 10.7.1 Data Quality and Availability -- 10.7.2 Interpreting and Validating Machine Learning Models -- 10.7.3 Integrating Cross-Disciplinary Knowledge -- 10.7.4 Ethical Considerations -- 10.7.5 Climate Change and Urban Ecology -- 10.8 Conclusion -- References -- Chapter 11 Application of Machine Learning in Urban Land Use -- 11.1 Introduction -- 11.1.1 Briefly Introduce the Concept of Machine Learning and Urban Land Use -- 11.1.2 Explain the Significance of Integrating Machine Learning in Urban Planning and Management -- 11.2 Background: Understanding Urban Land Use and Machine Learning -- 11.2.1 Discuss the Basics of Urban Land Use, Including its Importance, Challenges, and Traditional Methods Used in Planning…”
Libro electrónico -
37965por Pan American Health Organization“…It also includes the Treaty for the Constitution of a Common Market (the Treaty of Asunción) and the Regulation of the Mercosur Joint Parliamentary Commission…”
Publicado 1995
Libro electrónico -
37966por Organisation for Economic Co-operation and Development.“…Most-Favoured-Nation (MFN) clauses link investment agreements by ensuring that the parties to one treaty provide treatment no less favourable than the treatment they provide under other treaties in areas covered by the clause. …”
Publicado 2004
Capítulo de libro electrónico -
37967Publicado 2015“…The treaty-based system of investment protection has therefore become tenuous, and change has become inevitable. …”
Libro electrónico -
37968por Lyons, Scott Richard“…During the eighteenth and nineteenth centuries, North American Indian leaders commonly signed treaties with the European powers and the American and Canadian governments with an X, signifying their presence and assent to the terms. …”
Publicado 2010
Libro electrónico -
37969por Organisation for Economic Co-operation and Development.Tabla de Contenidos: “…Tassi di cambio effettivi in termini reali -- Tavola 9. Flussi di investimenti diretti esteri -- Una sfavorevole composizione del mercato e delle merci... -- Figura 16. …”
Publicado 2000
Libro electrónico -
37970por González Vergara, Antonio“…The book provides practical tools for resilience, aiming to help couples navigate challenges and enhance their emotional and sexual connections. …”
Publicado 2021
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
37971Publicado 2011“…The veto privilege endows all EU members with equal power in treaty negotiations…”
Libro electrónico -
37972por Otero, Herminio“…Propostes de treballs i recursos per treballar el temps d'estiu…”
Publicado 1992
Microfilme -
37973por Organisation for Economic Co-operation and Development.“…The agricultural innovation and knowledge system could play a key role in addressing the environmental challenges and improving the sector's resilience. Policies for the Future of Farming and Food in Spain undertakes a thorough examination of the Spanish agro-food sector. …”
Publicado 2023
Libro electrónico -
37974Publicado 2022“…The Cologne Commentary on Space Law is a three-volume annotation on the written norms of space law as enunciated through the Treaties of the United Nations and its General Assembly Resolutions.Volume I focuses on the 1967 Treaty on Principles Governing the Activities of States in the Exploration and Use of Outer Space, including the Moon and Other Celestial Bodies, popularly known as the 'Outer Space Treaty'. …”
Biblioteca Universitat Ramon Llull (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca, Universidad Loyola - Universidad Loyola Granada)Libro electrónico -
37975Publicado 2019“…As a consequence, trees develop an orchestra of resilience and resistance mechanisms to biotic and abiotic stresses in order to support their growth and development in a constantly changing atmospheric and pedospheric environment. …”
Libro electrónico -
37976Publicado 2020“…Renowned motivational speaker Eileen McDargh proposes that to tackle it, we must learn to break out of energy-draining thoughts and behaviors. Resilience, she argues, is strictly a matter of energy management--by better managing your energy, you can both build resiliency and overcome burnout. …”
Libro electrónico -
37977Publicado 2019“…It identified ways to make the systems more resilient and improved the approach to the incident lifecycle within the engineering culture. …”
Vídeo online -
37978Publicado 1988“…Lectura, estructuració d'horaris, procés de la memòria, motivació i aprenentatge, examens i treballs…”
Microfilme -
37979Publicado 2018“…motivational, self-help, leadership, entrepreneurship, goals, relationships, talent, action, vision, passion, message, resilience, execution…”
-
37980Publicado 2023“…With increasing awareness about environmental sustainability issues, the geotechnical engineering community is in search of sustainable materials, innovative applications and ground improvement technologies which are resilient to climate change, involve low carbon emissions, are ecologically friendly and affordable, yet effective. …”
Libro electrónico