Mostrando 45,681 - 45,700 Resultados de 53,357 Para Buscar 'Liblar~', tiempo de consulta: 1.51s Limitar resultados
  1. 45681
    Publicado 2023
    Tabla de Contenidos: “…7.2.2 Update business metrics periodically -- 7.2.3 Business metric timescales -- 7.3 Trade off multiple business metrics -- 7.3.1 Reduce negative side effects -- 7.3.2 Evaluate with multiple metrics -- Summary -- 8 Practical considerations -- 8.1 Violations of statistical assumptions -- 8.1.1 Violation of the iid assumption -- 8.1.2 Nonstationarity -- 8.2 Don't stop early -- 8.3 Control family-wise error -- 8.3.1 Cherry-picking increases the false-positive rate -- 8.3.2 Control false positives with the Bonferroni correction -- 8.4 Be aware of common biases -- 8.4.1 Confounder bias -- 8.4.2 Small-sample bias -- 8.4.3 Optimism bias -- 8.4.4 Experimenter bias -- 8.5 Replicate to validate results -- 8.5.1 Validate complex experiments -- 8.5.2 Monitor changes with a reverse A/B test -- 8.5.3 Measure quarterly changes with holdouts -- 8.6 Wrapping up -- Summary -- Appendix A Linear regression and the normal equations -- A.1 Univariate linear regression -- A.2 Multivariate linear regression -- Appendix B One factor at a time -- Appendix C Gaussian process regression -- index -- inside back cover…”
    Libro electrónico
  2. 45682
    Publicado 2024
    Tabla de Contenidos: “…LangChain prompt templates and chains -- Key Python libraries -- pandas -- PyMongoArrow -- PyTorch -- AI/ML APIs -- OpenAI API -- Hugging Face -- Summary -- Chapter 8: Implementing Vector Search in AI Applications -- Technical requirements -- Information retrieval with MongoDB Atlas Vector Search -- Vector search tutorial in Python -- Vector Search tutorial with LangChain -- Building RAG architecture systems -- Chunking or document-splitting strategies -- Simple RAG -- Advanced RAG -- Summary -- Part 3 -- Optimizing AI Applications: Scaling, Fine-Tuning, Troubleshooting, Monitoring, and Analytics -- Chapter 9: LLM Output Evaluation -- Technical requirements -- What is LLM evaluation? …”
    Libro electrónico
  3. 45683
    Publicado 2010
    Tabla de Contenidos: “…15 USING THIRD-PARTY LIBRARIES TO EXTEND ACTIONSCRIPT -- Lesson overview -- Downloading and installing third-party ActionScript libraries -- Examining the starting files -- Using the Papervision3D BasicView class -- Creating the constructor function for the Cube3D class -- Creating and modifying a 3D cube -- Animating the 3D cube -- Adding a movie clip as a material on a 3D object -- Adding video as a material on a 3D object -- Some suggestions to try on your own -- Index…”
    CDROM
  4. 45684
    Publicado 2022
    Tabla de Contenidos: “…Adding API Authentication -- Create the Authentication Library -- Add Authentication Library to the Api Project -- Client-Side Authentication -- Add Authentication Library to Client Project -- Login Screen -- Role-Based Access -- Conclusion -- Chapter 10: Creating Blog Posts -- Technical Requirements -- Adding the Azure Functions -- Creating Blog Posts with the POST Method -- Updating Blog Posts with the PUT HTTP Method -- Deleting Blog Posts with the DELETE HTTP Method -- Securing the Functions -- Updating the Blog Post Services -- Creating Blog Posts -- BlogPostService Changes -- BlogPostSummaryService Changes -- Updating Blog Posts -- BlogPostService Changes -- BlogPostSummaryService Changes -- Deleting Blog Posts -- BlogPostService Changes -- BlogPostSummaryService Changes -- Adding the Blog Post Edit Page -- Adding the Create Link -- Adding the Edit and Delete Links -- Deploy and Test -- Conclusion -- Part IV: SWA Functionality -- Chapter 11: Static Web App CLI -- Technical Requirements -- Running the Application -- Changing Port Numbers -- Azure Function Port Numbers -- Changing the Static Web App CLI Default Port -- Changing the Client Port -- Running Static Content -- Publish the Client Project -- Run the Static Web App CLI with Static Files -- Extending the .gitignore File -- Static Web App CLI Configuration -- Commit Our Changes -- Conclusion -- Chapter 12: Testing in Azure -- Technical Requirements -- Azure Static Web App Staging Slots -- Making a Branch -- Creating the Staging Slot -- Testing in the Cloud -- Making a Second Change -- Revisiting the Stage Environment -- Staging Environment Settings -- Staging Environment Limitations -- Free Tier -- Number of Staging Slots -- Public Access to Staging Slot -- Removing Staging Environments -- Automatically Cleaning Staging Environments -- Manually Cleaning Up Environments -- Conclusion…”
    Libro electrónico
  5. 45685
    Publicado 2022
    Tabla de Contenidos: “…Unconstrained Optimization -- [Advanced Section] Reducing a Constrained Problem to an Unconstrained Optimization Problem -- Absolute and Local Minima of a Function -- Optimization Algorithms -- Line Search and Trust Region -- Steepest Descent -- The Gradient Descent Algorithm -- Choosing the Right Learning Rate -- Variations of GD -- Mini-Batch GD -- Stochastic GD -- How to Choose the Right Mini-Batch Size -- [Advanced Section] SGD and Fractals -- Exercises -- Conclusion -- Chapter 2: Hands-on with a Single Neuron -- A Short Overview of a Neuron's Structure -- A Short Introduction to Matrix Notation -- An Overview of the Most Common Activation Functions -- Identity Function -- Sigmoid Function -- Tanh (Hyperbolic Tangent) Activation Function -- ReLU (Rectified Linear Unit) Activation Function -- Leaky ReLU -- The Swish Activation Function -- Other Activation Functions -- How to Implement a Neuron in Keras -- Python Implementation Tips: Loops and NumPy -- Linear Regression with a Single Neuron -- The Dataset for the Real-World Example -- Dataset Splitting -- Linear Regression Model -- Keras Implementation -- The Model's Learning Phase -- Model's Performance Evaluation on Unseen Data -- Logistic Regression with a Single Neuron -- The Dataset for the Classification Problem -- Dataset Splitting -- The Logistic Regression Model -- Keras Implementation -- The Model's Learning Phase -- The Model's Performance Evaluation…”
    Libro electrónico
  6. 45686
    Publicado 2023
    Tabla de Contenidos: “…3.4 Equivalence of finite automata and regular expression -- 3.4.1 Conversion of regular expression to finite automata -- 3.4.2 Conversion of finite automata to regular expression -- 3.5 Closure properties of regular languages -- 3.6 Pumping lemma -- 3.7 Chomsky hierarchy of languages -- 3.8 Concept of grammar -- 3.8.1 String derivation from grammar -- 3.8.2 Right linear grammar -- 3.8.3 Left linear grammar -- 3.8.4 Regular grammar -- 3.8.5 Linear grammar -- 3.8.6 Conversion of regular grammar to finite automata -- 3.8.7 Conversion of finite automata into regular grammar -- 3.9 Chapter summary -- 3.10 Multiple choice questions -- 3.11 Exercises -- References -- 4 Context-free grammar -- 4.1 Objectives and outcomes -- 4.2 Context-free grammar -- 4.3 Context-free language -- 4.4 String derivations and parse trees -- 4.5 Ambiguity in CFG -- 4.6 Simplification of CFG -- 4.7 Normal forms of CFG -- 4.7.1 Chomsky normal form (CNF) -- 4.7.2 Greibach normal form (GNF) -- 4.8 Chapter summary -- 4.9 Multiple choice questions -- 4.10 Exercises -- References -- 5 Pushdown automata -- 5.1 Objectives and outcomes -- 5.2 Introduction to PDA -- 5.3 Language of PDA -- 5.4 Deterministic PDA -- 5.5 Nondeterministic PDA -- 5.6 Equivalence of CFGs and PDA -- 5.6.1 Conversion of CFG to PDA -- 5.6.2 Conversion of PDA into CFG -- 5.7 Chapter summary -- 5.8 Multiple choice questions -- 5.9 Exercises -- References -- 6 Turing machine -- 6.1 Objectives and outcomes -- 6.2 Introduction to Turing machines -- 6.2.1 Model of Turing machine -- 6.2.2 Designing Turing machines -- 6.2.3 Halting of Turing machine -- 6.3 Turing machine variants -- 6.3.1 Multitape Turing machine -- 6.3.2 Nondeterministic Turing machine -- 6.3.3 Universal Turing machine -- 6.4 Chapter summary -- 6.5 Multiple choice questions -- 6.6 Exercises -- References -- 7 Applications of automata…”
    Libro electrónico
  7. 45687
    Publicado 2015
    Tabla de Contenidos: “…Cover -- Title -- Copyright -- Contents -- Preface -- Acknowledgments -- 1 Introduction -- 1.1 Engineering Problems -- 1.2 Numerical Methods -- 1.3 A Brief History of the Finite Element Method and Ansys -- 1.4 Basic Steps in the Finite Element Method -- 1.5 Direct Formulation -- 1.6 Minimum Total Potential Energy Formulation -- 1.7 Weighted Residual Formulations -- 1.8 Verification of Results -- 1.9 Understanding the Problem -- Summary -- References -- Problems -- 2 Matrix Algebra -- 2.1 Basic Definitions -- 2.2 Matrix Addition or Subtraction -- 2.3 Matrix Multiplication -- 2.4 Partitioning of a Matrix -- 2.5 Transpose of a Matrix -- 2.6 Determinant of a Matrix -- 2.7 Solutions of Simultaneous Linear Equations -- 2.8 Inverse of a Matrix -- 2.9 Eigenvalues and Eigenvectors -- 2.10 Using Matlab to Manipulate Matrices -- 2.11 Using Excel to Manipulate Matrices -- Summary -- References -- Problems -- 3 Trusses -- 3.1 Definition of a Truss -- 3.2 Finite Element Formulation -- 3.3 Space Trusses -- 3.4 Overview of the Ansys Program -- 3.5 Examples Using Ansys -- 3.6 Verification of Results -- Summary -- References -- Problems -- 4 Axial Members, Beams, and Frames -- 4.1 Members Under Axial Loading -- 4.2 Beams -- 4.3 Finite Element Formulation of Beams -- 4.4 Finite Element Formulation of Frames -- 4.5 Three-Dimensional Beam Element -- 4.6 An Example Using Ansys -- 4.7 Verification of Results -- Summary -- References -- Problems -- 5 One-Dimensional Elements -- 5.1 Linear Elements -- 5.2 Quadratic Elements -- 5.3 Cubic Elements -- 5.4 Global, Local, and Natural Coordinates -- 5.5 Isoparametric Elements -- 5.6 Numerical Integration: Gauss-Legendre Quadrature -- 5.7 Examples of One-Dimensional Elements in Ansys -- Summary -- References -- Problems -- 6 Analysis of One-Dimensional Problems -- 6.1 Heat Transfer Problems -- 6.2 A Fluid Mechanics Problem…”
    Libro electrónico
  8. 45688
    Publicado 2019
    Tabla de Contenidos: “…110 -- 4.9.2 Consistency of estimated slopes under asymmetric errors 110 -- 4.9.3 Maximum FBP of equivariant estimators 111 -- 4.9.4 The FBP of monotone M-estimators 112 -- 4.10 Recommendations and software 113 -- 4.11 Problems 113 -- 5 Linear Regression 2 115 -- 5.1 Introduction 115 -- 5.2 The linear model with random predictors 118 -- 5.3 M-estimators with a bounded 𝜌-function 119.…”
    Libro electrónico
  9. 45689
    por Vizán Idoipe, Antonio
    Publicado 2023
    Tabla de Contenidos: “…2.2 Aging of Materials -- 2.3 Materials Characterization -- 2.4 Complementary Tests -- 3 Results -- 3.1 Volume Variation -- 3.2 Hardness Variation -- 3.3 Complementary Tests -- 4 Conclusions -- References -- Calculation of Williams-Landel Ferry Shift Factors via Probe Tack Testing for Uncured Prepreg Materials -- 1 Introduction -- 2 Method -- 2.1 Materials -- 2.2 Differential Scanning Calorimetry -- 2.3 Rheology -- 2.4 Adhesion Tests -- 3 Results -- 3.1 DSC -- 3.2 Rheology -- 3.3 Adhesion Tests -- 4 Conclusions -- References -- Modal Analysis of a 2R Flexible Platform Using Screw Theory -- 1 Introduction -- 2 Beam Element Derivation Using Screw Theory -- 3 Modal Analysis -- 4 Conclusions -- References -- OpenBeam: Off-Line and On-Line Tools to Solve Static Analysis of Mechanical Structures -- 1 Introduction -- 2 Methods -- 2.1 Direct Stiffness Matrix Method -- 2.2 Distributed Loads -- 2.3 Meshing -- 2.4 Eigen3 Library -- 2.5 MRPT-opengl Library -- 2.6 Emscripten -- 3 Results -- 3.1 The Openbeam C++ Library -- 3.2 Implemented Finite Elements -- 3.3 YAML Structure Definition Language -- 3.4 Applications -- 4 Conclusions -- References -- Failure Analysis of a Conveyor Belt Rail (Tripper) of Mineral -- 1 Introduction -- 2 Results and Analysis -- 2.1 Visual Inspection -- 2.2 Chemical Composition Analysis -- 2.3 Hardness Measurement -- 2.4 Metallographic Analysis -- 2.5 Micro Hardness Measurement -- 3 Conclusions -- References -- Vibration Analysis in Agricultural Vehicles for Fault Detection -- 1 Introduction -- 2 Methodology -- 2.1 Decision Tree -- 2.2 Obtaining Features -- 2.3 Extracted Characteristics -- 3 Results -- 3.1 Feature Analysis -- 4 Conclusion -- References -- Collaborative Project to Improve Teaching of Cams' Kinematic and Dynamic Analysis Using Spreadsheets -- 1 Introduction -- 2 Theoretical Basis on the Calculation of Cams…”
    Libro electrónico
  10. 45690
    Publicado 2016
    “…"La expresión de sus caras cambió cuando empecé a hablar..." La problemática de la voz a la que se enfrentan diariamente las mujeres transexuales es una realidad muy dura. …”
    Libro
  11. 45691
    Publicado 2011
    “…Se pone en claro que no es posible hablar de una cultura totalmente autóctona, sino que hay que reconocer la incorporación de lo universal a “lo nuestro”, pero también hay que resaltar la manera en que eso “propio y nuestro” se ha convertido en universal. …”
    Libro
  12. 45692
    Publicado 2019
    “…Para tratar las señales de alerta más comunes que debemos saber identificar y el tema del suicidio en relación al género, que tanto está dando de qué hablar en la última década. Finalmente se abordan en profundidad los métodos de prevención más comunes con los que contamos y de las intervenciones más adecuadas que se pueden llevar a cabo por los profesionales de la salud para conseguir buenos resultados…”
    Clic para texto completo. Acceso abierto
    Tesis
  13. 45693
    Publicado 2021
    “…La eliminación de las cookies de terceros ha sido planteada por reconocidos big players, como Google, que buscan proteger la privacidad del usuario y han comenzado a hablar sobre la posibilidad de poner fin a esta herramienta en el próximo año. …”
    Acceso restringido UPSA.
    Tesis
  14. 45694
    Publicado 2023
    “…Hoy en día nos encontramos en una sociedad donde la sensibilidad está a flor de piel, lo que nos lleva a hablar de la cultura de la cancelación y al recorte de la creatividad de los profesionales publicitarios. …”
    Clic para texto completo.
    Tesis
  15. 45695
    Publicado 2023
    “…Este trabajo realiza a través de uno de los métodos más complejos y contrastados, el análisis de contenido cualitativo, un estudio sobre los diferentes argumentos empleados por el autor Rafael Poch-de-Feliu en sus artículos al hablar de las cuestiones relacionadas con Rusia en estos últimos años. …”
    Clic para texto completo. Acceso restringido UPSA.
    Tesis
  16. 45696
    Publicado 2015
    “…En este enfoque hay varios papeles muy diferenciados: el de la entidad facilitadora de alternativas; el de la persona "experta" (monitor/a); y el de las personas mayores, receptoras de los conocimientos, habilidades. Podemos hablar de un envejecimiento activo, receptor de actividades. …”
    Acceso restringido con credenciales UPSA
    Libro electrónico
  17. 45697
    Publicado 2020
    “…Además, aborda el salto fundamental de la norma a la realidad social y la necesidad de primero diseñar y estructurar como requisito para hablar garantía de derechos, desde un marco de accesibilidad universal y recordando la inclusión de la población con discapacidad en el entendido de "Nada sobre nosotros sin nosotros". …”
    Acceso restringido con credenciales UPSA
    Libro electrónico
  18. 45698
    Publicado 2022
    “…La preocupación es aún mayor cuando hablamos de cuidar a los más pequeños, por eso en este estudio vamos a hablar de la salud en la infancia, de su relación con la dieta mediterránea y de los factores que pueden incidir en que los más pequeños de la casa se vean involucrados en enfermedades desarrolladas por la mala alimentación como es la obesidad infantil y otras como enfermedades circulatorias, cardiacas y diabetes…”
    Clic para acceso completo. Acceso bajo autorización
    Tesis
  19. 45699
    por 50Minutos.es
    Publicado 2017
    “…</b><br><br>¿Te pones nervioso ante la simple idea de hablar en público? ¿No te atreves a dar tu opinión en una conversación por miedo al qué dirán? …”
    Texto completo en Odilo
    Otros
  20. 45700
    por Bastons Vivanco, Carles
    Publicado 2015
    “…¿No es maravilla acaso que los médicos puedan hablar de laringoscopia como exploración de la laringe?…”
    Texto completo en Odilo
    Otros