Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Politics 74
- Sociology 72
- Political Science 62
- Philosophy 52
- Cultural Studies 47
- Culture 47
- Historia 47
- Literatura alemana 45
- History 38
- Data processing 35
- WebSphere 35
- Society 34
- Computer programs 33
- Història 33
- Media 33
- Cultural History 29
- Literature 28
- Body 26
- Management 25
- Political Sociology 25
- Political Theory 25
- Biblia 24
- Computer networks 24
- Artificial intelligence 23
- Literary Studies 23
- Education 22
- Filosofía 22
- Political Philosophy 22
- Development 21
- Media Studies 21
-
1981Publicado 2024Tabla de Contenidos: “…6.3 Strong assumptions made by SOTA attacks -- 6.3.1 The state-of-the-art attacks -- 6.3.2 Strong assumptions -- Assumption 1: Knowledge of BatchNorm statistics -- Assumption 2: Knowing or being able to infer private labels -- 6.3.3 Re-evaluation under relaxed assumptions -- Relaxation 1: Not knowing BatchNorm statistics -- Relaxation 2: Not knowing private labels -- 6.4 Defenses against the gradient inversion attack -- 6.4.1 Encrypt gradients -- 6.4.2 Perturbing gradients -- 6.4.3 Weak encryption of inputs (encoding inputs) -- 6.5 Evaluation -- 6.5.1 Experimental setup -- 6.5.2 Performance of defense methods -- 6.5.3 Performance of combined defenses -- 6.5.4 Time estimate for end-to-end recovery of a single image -- 6.6 Conclusion -- 6.7 Future directions -- 6.7.1 Gradient inversion attacks for text data -- 6.7.2 Gradient inversion attacks in variants of federated learning -- 6.7.3 Defenses with provable guarantee -- References -- 2 Emerging topics -- 7 Personalized federated learning: theory and open problems -- 7.1 Introduction -- 7.2 Problem formulation of pFL -- 7.3 Review of personalized FL approaches -- 7.3.1 Mixing models -- 7.3.2 Model-based approaches: meta-learning -- 7.3.3 Multi-task learning -- 7.3.4 Weight sharing -- 7.3.5 Clients clustering -- 7.4 Personalized FL algorithms -- 7.4.1 pFedMe -- 7.4.2 FedU -- 7.5 Experiments -- 7.5.1 Experimental settings -- 7.5.2 Comparison -- 7.6 Open problems -- 7.6.1 Transfer learning -- 7.6.2 Knowledge distillation -- 7.7 Conclusion -- References -- 8 Fairness in federated learning -- 8.1 Introduction -- 8.2 Notions of fairness -- 8.2.1 Equitable fairness -- 8.2.2 Collaborative fairness -- 8.2.3 Algorithmic fairness -- 8.3 Algorithms to achieve fairness in FL -- 8.3.1 Algorithms to achieve equitable fairness -- 8.3.2 Algorithms to achieve collaborative fairness…”
Libro electrónico -
1982Publicado 2022Tabla de Contenidos: “…5.5.1.2 MEC service continuity and mobility and service enhancements -- 5.5.1.3 MEC security and privacy -- 5.5.1.4 Standardization of protocols -- 5.5.1.5 MEC service monetization -- 5.5.1.6 Edge cloud infrastructure and resource management -- 5.5.1.7 Mobile data offloading -- 5.5.2 Application perspective -- 5.5.2.1 Industrial IoT application in 5G -- 5.5.2.2 Large scale healthcare and big data management -- 5.5.2.3 Integration of AI and 5G for MEC enabled healthcare application -- 5.6 Conclusions -- References -- 6 An efficient lightweight speck technique for edge-IoT-based smart healthcare systems -- 6.1 Introduction -- 6.2 The Internet of Things in smart healthcare system -- 6.2.1 Support for diagnosis treatment -- 6.2.2 Management of diseases -- 6.2.3 Risk monitoring and prevention of disease -- 6.2.4 Virtual support -- 6.2.5 Smart healthcare hospitals support -- 6.3 Application of edge computing in smart healthcare system -- 6.4 Application of encryptions algorithm in smart healthcare system -- 6.4.1 Speck encryption -- 6.5 Results and discussion -- 6.6 Conclusions and future research directions -- References -- 7 Deep learning approaches for the cardiovascular disease diagnosis using smartphone -- 7.1 Introduction -- 7.2 Disease diagnosis and treatment -- 7.3 Deep learning approaches for the disease diagnosis and treatment -- 7.3.1 Artificial neural networks -- 7.3.2 Deep learning -- 7.3.3 Convolutional Neural Networks -- 7.4 Case study of a smartphone-based Atrial Fibrillation Detection -- 7.4.1 Smartphone data acquisition -- 7.4.2 Biomedical signal processing -- 7.4.3 Prediction and classification -- 7.4.4 Experimental data -- 7.4.5 Performance evaluation measures -- 7.4.6 Experimental results -- 7.5 Discussion -- 7.6 Conclusion -- References -- 8 Advanced pattern recognition tools for disease diagnosis -- 8.1 Introduction…”
Libro electrónico -
1983por Das, LyLa B.Tabla de Contenidos: “…6.2 Downloading the Hex File to the Non-volatile Memory -- 6.2.1 Out of Circuit Programming -- 6.2.2 In System Programming (ISP) -- 6.2.3 Porting an OS to an Embedded Board -- 6.2.4 Emulator -- 6.2.5 ICE (In-Circuit Emulator) -- 6.3 Hardware Simulator -- Conclusion -- Key Points of this Chapter -- Questions -- Exercises -- Part II: Software Design Aspects -- Chapter 7: Operating System Concepts -- Introduction -- 7.1 Embedded Operating Systems -- 7.2 Network Operating Systems (NOS) -- 7.3 Layers of an Operating System -- 7.4 History of Operating Systems -- 7.5 Functions Performed by an OS (Components of an OS) -- 7.5.1 Processor Management -- 7.5.2 Memory Management -- 7.5.3 IO Management -- 7.5.4 File Management -- 7.5.5 Multiprogramming -- 7.5.6 Protection and Security -- 7.5.7 Network Management -- 7.6 Some Terms Associated with Operating Systems and Computer Usage -- 7.6.1 Low Level Software Utility -- 7.6.2 Boot Loader -- 7.6.3 User Interface -- 7.6.4 Application Programming Interface (API) -- 7.6.5 POSIX -- 7.7 The Kernel -- 7.7.1 Types of Kernels -- 7.8 Tasks/Processes -- 7.8.1 Task (Process) Control Block -- 7.8.2 Multitasking -- 7.8.3 Task (Process) Scheduling -- 7.8.4 CPU and IO Bound Tasks -- 7.8.5 Selection of a Scheduling Algorithm -- 7.8.6 CPU Scheduler and Resource Manager -- 7.9 Scheduling Algorithms -- 7.9.1 Pre-emption -- 7.9.2 Assumptions -- 7.9.3 Non-preemptive Methods of Scheduling -- 7.9.4 Shortest Job Next (SJN) -- 7.9.5 Pre-emeptive Scheduling Strategies -- 7.10 Threads -- 7.11 Interrrupt Handling -- 7.11.1 Interrupts and Task Switching -- 7.12 Inter Process (Task) Communications (IPC) -- 7.12.1 Task/Process Communication Methods -- 7.13 Task Synchronization -- 7.13.1 Parallelism aka concurrency -- 7.13.2 The Race Condition -- 7.13.3 Critical Section -- 7.13.4 The Readers 'Writers' Problem -- 7.13.5 Deadlocks…”
Publicado 2012
Libro electrónico -
1984por Pascual, FranciscoTabla de Contenidos: “…3.12.8 Tabulaciones -- 4 TABLAS -- 4.1 CREACIÓN DE UNA TABLA -- 4.2 SELECCIÓN DE CELDAS Y DESPLAZAMIENTOS POR LA TABLA -- 4.3 CAMBIOS DE TAMAÑO Y POSICIÓN -- 4.4 DISEÑO DE LA TABLA -- 4.5 TRABAJOS MATEMÁTICOS CON TABLAS -- 4.6 EJERCICIOS -- 4.6.1 Creación de una tabla sencilla -- 4.6.2 Creación de una plantilla para facturas -- 4.6.3 Creación de una tabla avanzada -- 5 HERRAMIENTAS MÁS ÚTILES DE WORD -- 5.1 DESHACER Y REHACER -- 5.2 EL BOTÓN SECUNDARIO DEL RATÓN -- 5.3 BÚSQUEDA Y SUSTITUCIÓN DE PALABRAS Y FRASES -- 5.3.1 Más funciones de búsqueda -- 5.3.2 Reemplazos automáticos -- 5.4 CORRECTOR ORTOGRÁFICO Y GRAMATICAL -- 5.4.1 Gramática -- 5.5 AUTOCORRECCIÓN -- 5.6 SINÓNIMOS -- 5.7 GUIONADO AUTOMÁTICO -- 5.8 NOTAS A PIE DE PÁGINA Y NOTAS FINALES -- 5.9 MANTENER MÁS DE UN TEXTO ACTIVO -- 5.10 COMENTARIOS -- 5.11 ENCABEZADOS Y PIES DE PÁGINA -- 5.12 NUMERACIÓN AUTOMÁTICA DE PÁGINAS -- 5.13 FECHA Y HORA -- 5.14 CARACTERES ESPECIALES Y SÍMBOLOS -- 5.15 HIPERVÍNCULOS -- 5.16 TEXTO OCULTO Y CARACTERES NO IMPRIMIBLES -- 5.17 TRADUCIR -- 5.18 BARRA DE HERRAMIENTAS DE ACCESO RÁPIDO -- 5.18.1 Agregar y eliminar botones a la barra -- 5.19 PORTADAS -- 5.20 EJERCICIOS -- 5.20.1 Creación de un encabezado -- 5.20.2 Búsqueda y reemplazo -- 5.20.3 Notas a pie de página -- 5.20.4 Numeración de páginas -- 5.20.5 Insertar cabecera y fecha en una carta -- 5.20.6 Barra de herramientas de acceso rápido -- 5.20.7 Portada -- 6 IMÁGENES Y OTROS ELEMENTOS GRÁFICOS -- 6.1 AÑADIR IMÁGENES -- 6.2 EDITAR IMÁGENES -- 6.3 DIBUJAR -- 6.3.1 Seleccionar figuras -- 6.3.2 Mover figuras -- 6.4 DIAGRAMAS SMARTART -- 6.5 WORDART -- 6.6 CAPTURAS -- 6.7 EJERCICIOS -- 6.7.1 Incorporar imágenes -- 6.7.2 Un dibujo sencillo -- 6.7.3 Un dibujo avanzado -- 6.7.4 Rótulos -- 7 TÉCNICAS AVANZADAS -- 7.1 MACROS -- 7.1.1 Creación y edición de macros -- 7.1.2 Administrar las macros…”
Publicado 2014
Biblioteca Universitat Ramon Llull (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca, Universidad Loyola - Universidad Loyola Granada)Libro electrónico -
1985por Riba Romeva, CarlesTabla de Contenidos: “….) -- 5.2.6 MOMENT D'INÈRCIA REDUÏT D'UN MOTOR (...) -- 5.2.7PORTES D'UN VAGÓ DE FERROCARRIL METROPOLITÀ -- 5.2.8 TAULA GIRATÒRIA AMB ESTACIONS DE (...) -- 5.2.9 POLITJA DESEQUILIBRADA…”
Publicado 2019
Biblioteca Universitat Ramon Llull (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca, Universidad Loyola - Universidad Loyola Granada)Libro electrónico -
1986Publicado 2022Tabla de Contenidos: “…Estimación clásica del Variograma con R -- 5.2.6. Nube Variograma -- 5.2.7. Estimación del Modelo Variograma -- 5.3. Interpolación espacial -- 5.3.1. …”
Biblioteca de la Universidad Pontificia de Salamanca (Otras Fuentes: Biblioteca Universitat Ramon Llull, Universidad Loyola - Universidad Loyola Granada)Lectura limitada a 1 usuario concurrente.
Libro electrónico -
1987por Anstätt, KerstinTabla de Contenidos: “…5.1.1 Thematische Einführung in die Methodik der Materialflusskostenrechnung -- 5.1.2 Beschreibung der im Spiel vermittelten Methoden -- 5.1.3 Zielgruppe -- 5.1.4 Lernziele -- 5.1.5 Übersicht der Planspielmaterialien -- 5.1.6 Vorbereitung und Aufbau des Planspiels -- 5.1.7 Einführung in das Planspiel -- 5.1.8 CO2-Berechnung im Planspiel RE:MFKR -- 5.1.9 RE:MFKR - Spielablauf -- 5.2 Trainerleitfaden RE:MFKR -- 5.2.1 RE:MFKR - Kurzeinführung -- 5.2.2 RE:MFKR - Vorbereitung und Aufbau -- 5.2.3 RE:MFKR - Spielablauf im Überblick -- 5.3 Elektronisches Zusatzmaterial RE:MFKR -- Literatur -- 6 RE:LEAN - das Planspiel zu Lean Production -- 6.1 Spielleiterhandbuch RE:LEAN -- 6.1.1 Thematische Einführung ins Thema Lean Production -- 6.1.2 Beschreibung der im Spiel vermittelten Methoden -- 6.1.3 Zielgruppe -- 6.1.4 Lernziele -- 6.1.5 Übersicht der Planspielmaterialien -- 6.1.6 Vorbereitung und Aufbau des Planspiels -- 6.1.7 Einführung in das Planspiel -- 6.1.8 CO2-Berechnung im Planspiel RE:LEAN -- 6.1.9 RE:LEAN - Spielablauf -- 6.2 Trainerleitfaden RE:LEAN -- 6.2.1 RE:LEAN - Kurzeinführung -- 6.2.2 RE:LEAN - Vorbereitung und Aufbau -- 6.2.3 RE:LEAN - Spielablauf im Überblick -- 6.3 Elektronisches Zusatzmaterial RE:LEAN -- Literatur -- 7 RE:GEBÄUDE - das Planspiel zu Energieeffizienz in Verwaltungsgebäuden -- 7.1 Spielleiterhandbuch RE:GEBÄUDE -- 7.1.1 Thematische Einführung in das Thema Energieeffizienz -- 7.1.2 Beschreibung der im Spiel vermittelten Methoden -- 7.1.3 Zielgruppe -- 7.1.4 Lernziele -- 7.1.5 Übersicht der Planspielmaterialien -- 7.1.6 Vorbereitung und Aufbau des Planspiels -- 7.1.7 Einführung in das Planspiel -- 7.1.8 CO2-Berechnung im Planspiel RE:GEBÄUDE -- 7.1.9 RE:GEBÄUDE - Spielablauf -- 7.2 Trainerleitfaden RE:GEBÄUDE -- 7.2.1 RE:GEBÄUDE - Kurzeinführung -- 7.2.2 RE:GEBÄUDE - Vorbereitung und Aufbau…”
Publicado 2022
Libro electrónico -
1988por Ballard, ChuckTabla de Contenidos: “…Informix Enterprise Gateway Manager -- 5.1 Product overview -- 5.1.1 Systems environment -- 5.2 Installation and configuration -- 5.2.1 Pre-installation requirements -- 5.2.2 Installation instructions -- 5.2.3 Configuration tasks -- 5.3 Considerations for use -- 5.3.1 Using non-Informix SQL statements -- 5.3.2 Object names in queries -- 5.3.3 Using views versus synonyms -- 5.3.4 Using Informix 4GL -- 5.3.5 Distributed transactions -- 5.3.6 Multiple data sources within a single application -- 5.3.7 Effect of accuracy of statistical information -- 5.3.8 Effect of Informix style system catalog -- 5.3.9 Oracle date and datetime conversion -- 5.3.10 Using cursors -- 5.3.11 Temporary files for cursor handling -- 5.3.12 Limiting the number of rows returned in a query -- 5.4 Troubleshooting -- Chapter 6. …”
Publicado 2003
Libro electrónico -
1989por Ogden, BillTabla de Contenidos: “…Migration considerations -- 5.1 Hardware migration considerations -- 5.1.1 ESCON channels -- 5.1.2 FICON channels -- 5.1.3 FICON CTC -- 5.1.4 Parallel channels -- 5.1.5 OSA-Express and OSA-2 adapters -- 5.1.6 ISC and ICB coupling links -- 5.1.7 HiperSockets -- 5.1.8 Cryptographic hardware…”
Publicado 2003
Libro electrónico -
1990Publicado 2022Tabla de Contenidos: “…Japan: Capture and Capitulation -- V. Conclusion -- 7. Transnational Legal Networks and the Reshaping of Legal Education in Latin America: The Case of SELA -- I. …”
Libro electrónico -
1991por Adhikari, SondiponTabla de Contenidos: “…Eigenrelations for viscously damped systems -- 5.6.7. Numerical examples -- 5.7. Rayleigh quotient for non-viscously damped systems -- 5.8. …”
Publicado 2014
Libro electrónico -
1992Publicado 2020Tabla de Contenidos: “…Fototour -- 5.1.1 Arbeiten Sie in einem überschaubaren Gebiet und nehmen Sie sich Zeit -- 5.1.2 Kundschaften Sie das Gebiet gut aus -- 5.1.3 Holen Sie bei Ihrem Aufenthalt das Optimum raus -- 5.2 Die Alpen -- 5.2.1 Der Alvier -- 5.2.2 Das Matterhorn -- 5.2.3 Der Seealpsee -- 5.3 Die Skanden -- 5.3.1 Der Seiland-Nationalpark -- 5.3.2 Der Stetind, Norwegens Nationalberg -- 5.3.3 Der Sarek-Nationalpark -- 5.4 Rund um den Altiplano - auf über 4.000 Meter -- 5.4.1 Unerwarteter Niederschlag -- 5.5 Patagonien -- 5.5.1 Nationalpark Torres del Paine -- 5.5.2 Nationalpark Los Glaciares -- 5.5.3 Nordpatagonien -- 5.5.4 Patagonien - entlang der Carretera Austral -- 5.5.5 Beste Reisezeit -- 5.5.6 Anreise Südpatagonien -- 5.5.7 Anreise Nordpatagonien -- Licht -- 6.1 Smartphone-Apps für Sonnen-/Mondstand -- 6.2 Sonnenaufgang und -untergang -- 6.3 Am Vor- und Nachmittag -- 6.4 Gegenlicht -- 6.4.1 Überbelichtungen -- 6.4.2 Blendenflecken und Streulicht -- 6.4.3 Sonnenstern -- 6.4.4 Heller Vordergrund -- 6.5 Alpenglühen -- 6.6 Nebel -- 6.7 Dämmerung -- 6.8 Nachts -- 6.8.1 Lichtverschmutzung -- 6.8.2 Lightpainting - so verschönern Sie den Vordergrund -- 6.8.3 Sternenhimmel -- 6.8.4 Sternspuren -- 6.8.5 Mondlicht -- 6.8.6 Polarlicht -- Bildkomposition -- 7.1 Perspektive, Standpunkt und Komposition einer Szene…”
Libro electrónico -
1993por Lösel, Gunter, authorTabla de Contenidos: “…-- 5.2 Die Entdeckung des Dark Play -- 5.2.1 Nietzsches dunkler Spielbegriff -- 5.2.2 Freud jenseits des Lustprinzips -- Warum wir Psychopathen auf der Bühne sehen wollen -- Das Unheimliche -- Der Wiederholungszwang -- Angstlust -- 5.2.3 Spiele der Erwachsenen: Eric Berne -- 5.2.4 Destruktive Überbietungswettkämpfe -- 5.2.5 Korruption von Spielen: Roger Caillois -- 5.2.6 Deep Play: Clifford Geertz -- 5.2.7 Dark Play: Richard Schechner -- 5.2.8 Spiele des Selbst -- 5.3 Dunkle Aufsplittung -- 5.3.1 Abhängigkeitsspiele und Autonomiespiele -- 5.3.2 Robinson - die dunkle Fantasie der Autonomie -- 5.3.3 Besessenheit: Die krasse Verwandte der Schauspielerei -- 5.3.4 Die Entdeckung der seelischen Intransparenz -- 5.4 Im Rausch der Verantwortungslosigkeit -- 6 Integration und Schluss -- 6.1 Mocking, Aufziehen -- 6.2 Verliererspiele -- 6.3 Kapitulation -- 6.4 So what? …”
Publicado 2024
Libro electrónico -
1994por Hanke, BenjaminTabla de Contenidos: “…4.4.1 Internationale Umsetzung -- 4.4.2 Nationale Umsetzung -- 5 Konzepte und Methoden einer empirischen Untersuchung von kulturpolitischen Instrumenten zur Umsetzung der UNESCO-Konvention von 2003 -- 5.1 Klärung von Konzepten der Untersuchung -- 5.1.1 Politische Akteure -- 5.1.2 Netzwerke -- 5.1.3 Politikfelder -- 5.1.4 Institutionen und Strukturen -- 5.1.5 Instrumente, Programme und Strategien -- 5.1.6 Steuerung und Governance -- 5.1.7 Policy-Output, -Impact und -Outcome -- 5.2 Politikfeldanalyse: Theorien und Methoden -- 5.2.1 Theorien in der Politikfeldforschung -- 5.2.2 Methodologie -- 5.2.3 Modell: Der Policy-Cycle -- 5.2.4 Politisches Lernen -- 5.3 Darstellung des Untersuchungsverlaufs -- 5.3.1 Kriterien der Auswahl der Untersuchungsobjekte -- 5.3.2 Bestimmung der Untersuchungsobjekte -- 5.3.3 Vorgehen der empirischen Untersuchung -- 5.3.4 Bildung der Kategorien -- 5.4 Bewertung der Datengrundlage und Fehleranalyse -- 6 Wissen. …”
Publicado 2024
Libro electrónico -
1995Publicado 2023Tabla de Contenidos: “…The unification of the informational envelope with the membrane -- 5.2.7. The creation of sexual reproduction -- 5.2.8. …”
Libro electrónico -
1996Publicado 2022Tabla de Contenidos: “…Graphs and Functions -- 2.1 Rectangular Coordinates and Graphs -- 2.2 Circles -- 2.3 Functions -- 2.4 Linear Functions -- Chapter 2 Quiz (Sections 2.1-2.4) -- 2.5 Equations of Lines and Linear Models -- Summary Exercises on Graphs, Circles, Functions, and Equations -- 2.6 Graphs of Basic Functions -- 2.7 Graphing Techniques -- Chapter 2 Quiz (Sections 2.5-2.7) -- 2.8 Function Operations and Composition -- Test Prep -- Review Exercises -- Test -- Chapter 3. …”
Libro electrónico -
1997
-
1998Publicado 1994“…El mayor por ciento de semillas se recuperó a los 3 dias pura todas las especies, sin diferir entre si; a los 5 y 7 dias el mayor por ciento se encontró en el marabu con diferencia significativa del resto (12,6 y 13,5 respectivamente). …”
Universidad Loyola - Universidad Loyola Granada (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca)Enlace del recurso
Artículo digital -
1999
-
2000por Orígenes, ca. 185-ca. 254Indice 11 (v.1)
Publicado 1857
Indice 12 (v.2)
Indice 13 (v.3)
Indice 14 (v.4)
Indice 15 (v.5)
Indice 16 (v.6)
Indice 16 (v.7)
Indice 16 (v.8)
Indice 17 (v.9)
Conectar con la versión electrónica 11 (v.1)
Conectar con la versión electrónica 12 (v.2)
Conectar con la versión electrónica 13 (v.3)
Conectar con la versión electrónica 14 (v.4)
Conectar con la versión electrónica 15 (v.5)
Conectar con la versión electrónica 16 (v.6)
Conectar con la versión electrónica 16 (v.7)
Conectar con la versión electrónica 16 (v.8)
Conectar con la versión electrónica 17 (v.9)
Libro