Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Development 317
- Application software 284
- Web site development 198
- Engineering & Applied Sciences 185
- Management 153
- Computer programs 152
- Web sites 137
- Computer Science 134
- Computer networks 134
- Design 125
- Examinations 124
- Data processing 121
- Security measures 115
- Machine learning 114
- Python (Computer program language) 114
- Microsoft .NET Framework 106
- Cloud computing 102
- Computer software 102
- Java (Computer program language) 100
- Computer programming 98
- Software engineering 95
- Artificial intelligence 89
- Database management 89
- JavaScript (Computer program language) 89
- Computer security 82
- Certification 81
- Data mining 75
- Web applications 75
- Internet programming 73
- Electronic data processing personnel 70
-
1841Publicado 2014Tabla de Contenidos: “…Configuring a database connection poolJNDI connection or JDBC; Configuring JNDI at the servlet container; General database connection parameters; The primary key metadata table; The database session startup SQL; The database session close-up SQL; The geometry metadata table; Serving data from PostGIS; Publishing a PostGIS table as a layer; Serving data from Oracle; Installing the Oracle extension; Validating the installation; Publishing an Oracle table as a layer; Serving data from Microsoft SQL Server and SQL Azure; Installing the Microsoft SQL Server extension…”
Libro electrónico -
1842Publicado 2015Tabla de Contenidos: “…3.9 The Bias-Variance Dilemma3.9.1 Mean-Square Error Estimation; 3.9.2 Bias-Variance Tradeoff; 3.10 Maximum Likelihood Method; 3.10.1 Linear Regression: The Nonwhite Gaussian Noise Case; 3.11 Bayesian Inference; 3.11.1 The Maximum A Posteriori Probability Estimation Method; 3.12 Curse of Dimensionality; 3.13 Validation; Cross-validation; 3.14 Expected and Empirical Loss Functions; 3.15 Nonparametric Modeling and Estimation; Problems; References; Chapter 4: Mean-Square Error Linear Estimation; 4.1 Introduction; 4.2 Mean-Square Error Linear Estimation: The Normal Equations…”
Libro electrónico -
1843por Blanco, Jose ArgudoTabla de Contenidos: “…Form helper advantage two: Automation My display model; CI's form validation class: Checking data easily; Setting up validation; Setting up the controller; Setting up forms; Let's pack it all together; Summary; Chapter 6: Simplifying Sessions and Security; Continuing with our practical site using CI; Moving around the site; Security/Sessions: Using another CI library class; Turning sessions into security; But what about logout?…”
Publicado 2009
Libro electrónico -
1844por Ramirez, NickTabla de Contenidos: “…Predefined Windows Installer propertiesImplied properties; Cited properties; AppSearch; DirectorySearch; FileSearch; ComponentSearch; RegistrySearch; IniFileSearch; Summary; Chapter 4: Improving Control with Launch Conditions and Installed States; Conditions; Condition syntax; Launch conditions; Feature conditions; Component conditions; Action state; Installed state; Summary; Chapter 5: Understanding the Installation Sequence; InstallUISequence; UI standard actions; AppSearch; LaunchConditions; ValidateProductID; CostInitialize; FileCost; CostFinalize; ExecuteAction; InstallExecuteSequence…”
Publicado 2010
Libro electrónico -
1845por Miller, William, 1955-Tabla de Contenidos: “…Creating Value EarlyGetting Their Attention; Selling Solutions and Finding Trains; Solution Box[sup(Tool)]; Finding Trains[sup(Tool)]; Chapter 9: Qualify: Not a Phase but a Process; Qualification and Disqualification Skills; How You Should Spend Your Time; Qualifying Goals; MMM: The Qualification Process; The Seven Questions; Implementation Date[sup(Tool)]; BBB-Buyers Buy Backwards[sup(Tool)]; PPPII[sup(Tool)]; Three Levels of Why[sup(Tool)]; MMM: The Seven Questions Reviewed; Chapter 10: Validate; The ProActive Initiation of Transfer of Ownership; It's Validation, Not Education!…”
Publicado 2012
Libro electrónico -
1846por Spaanjaars, ImarTabla de Contenidos: “…Practical Tips on User ControlsSummary; Chapter 9: Validating User Input; Gathering Data from the User; Processing Data at the Server; Practical Tips on Validating Data; Summary; Chapter 10: ASP.NET AJAX; Introducing AJAX; Using ASP.NET AJAX in Your Projects; Using Web Services and Page Methods in AJAX Web Sites; Practical AJAX Tips; Summary; Chapter 11: jQuery; An Introduction to jQuery; jQuery Syntax; Modifying the DOM with jQuery; Effects with jQuery; jQuery and Extensibility; Practical Tips on jQuery; Summary; Chapter 12: Introducing Databases; What Is a Database?…”
Publicado 2010
Libro electrónico -
1847por Kleissl, JanTabla de Contenidos: “…Chapter 7 - Quantifying and Simulating Solar-Plant Variability Using Irradiance Data7.1.CAUSES AND IMPACTS OF PV VARIABILITY; 7.2.VARIABILITY METRICS; 7.3.WAVELET VARIABILITY MODEL; 7.4.WVM VALIDATION AND APPLICATION IN PUERTO RICO; 7.5.CONCLUSIONS; REFERENCES; Chapter 8 - Overview of Solar-Forecasting Methods and a Metric for Accuracy Evaluation; 8.1.CLASSIFICATION OF SOLAR-FORECASTING METHODS; 8.2.DETERMINISTIC AND STOCHASTIC FORECASTING APPROACHES; 8.3.METRICS FOR EVALUATION OF SOLAR-FORECASTING MODELS…”
Publicado 2013
Libro electrónico -
1848por Chadwick, JessTabla de Contenidos: “…Introducing ASP.NET Web PagesInstalling WebMatrix; Your First WebMatrix Website; The File List View; Website Administration; Hello World, Razor Style; Data Access with WebMatrix; Creating a Database; Populating the Database with Data; Displaying Data from the Database; Creating the Add Post page; Handling Posted Form Data; Saving Data to the Database; Validating Posted Data; Conversion helpers; Using validation; Creating the Home Page; Chapter 3. …”
Publicado 2011
Libro electrónico -
1849por Vogel, Peter, 1953-Tabla de Contenidos: “…Chapter 7 Generating Code from Templates with T4 -- T4 in Visual Studio -- T4 Code-Generation Strategies -- Creating a T4 Template -- Extending T4 -- Invoking Templates from Code -- Leveraging Templates -- Chapter 8 Other Tools: Templates, Attributes, and Custom Tools -- Item Templates -- Attributes -- Generating Code from Custom File Formats -- Reviewing the Tools -- PART II: CASE STUDIES -- Chapter 9 Case Study: Generating a Connection String Manager -- Defining the Problem -- Setting Up the Add-In -- Creating the Code Generator -- Customizing the Template -- Generating Code -- Reading Input -- Notifying the Developer -- Supporting Customization -- Tying Generation to Events -- Generating a Simple Class -- Chapter 10 Case Study: Generating Validation Code -- Defining the Problem -- Starting the Code-Generation Project -- Wiring Up the Add-In -- Starting the Generation Utility -- Defining a Template -- Generating Code -- Specifying Code with the CodeDom -- Generating Code in the Target Language -- Supporting "Projectless" Websites -- Handling Errors -- Building a Complete Code-Generation Solution -- Chapter 11 Case Study: Generating Data-Conversion Code -- Defining the Problem -- Creating the Designer -- Enhancing Model Validation -- Generating Code -- Distributing Your Designer -- Visual Studio 2010 Additions -- Capturing Inputs -- PART III: APPENDIXES -- Appendix A: Generating Menu Names -- Appendix B: Options Dialog Categories, Subcategories, and Properties -- Appendix C: A Code-Generation Add-In -- Integrating Code-Generation Classes -- Appendix D: Distributing Code-Generation Solutions -- Creating the .vscontent File -- A Complete Example -- Installing the Solution -- Index…”
Publicado 2010
Libro electrónico -
1850por Porebski, BartoszTabla de Contenidos: “…RoutingModel; Schema; Controller; List of All Addresses; Adding a New Address; Editing an Address; Deleting a Selected Address; Viewing a Selected Address; View; Address List; Forms; Editing an Address; Viewing a Selected Address; Deleting an entry; Zend Framework; Project; Routing; Model; Model Class; Mapper; Db_Table Model; Controller; List of All Addresses; Adding a New Address; Editing an Entry; Delete; Forms; View; List of All Addresses; Adding an Entry Page; Editing an Address Entry; Deleting an Entry; CHAPTER 5: FORMS; Field Validation; How Does Form Validation Work?; Symfony; Plug-ins…”
Publicado 2011
Libro electrónico -
1851Tabla de Contenidos: “…Using isset( ) to Test If a Variable Is Set_GET, a Superglobal Array; Including Page Views Dynamically; Concatenation; Strict Naming Convention; Displaying a Default Page; Validating Your HTML; Styling the Site with CSS; Declaring a Page_Data Class; Classes Make Objects; Highlighting Current Navigation Item with a Dynamic Style Rule; Taking a Closer Look at the Dynamic CSS; Summary; Chapter 3: Form Management; What Are Forms?…”
Libro electrónico -
1852Publicado 2023Tabla de Contenidos: “…-- Critical thinking -- Research and domain knowledge -- Communication -- Technical skills -- Informed decision-making -- Data strategy -- Summary -- Chapter 4: Creating a Good Machine Learning Solution with the Qlik Platform -- Defining a machine learning problem -- Cleaning and preparing data -- Example 1 - one-hot encoding -- Example 2 - feature scaling -- Preparing and validating a model -- Visualizing the end results -- Summary -- Part 2: Machine learning algorithms and models with Qlik -- Chapter 5: Setting Up the Environments -- Advanced Analytics Integration with R and Python…”
Libro electrónico -
1853Publicado 2016Tabla de Contenidos: “…LIST OF FIGURES -- LIST OF TABLES -- Introduction -- 1 The antecedents of behavioral economics -- 2 On methodology in economics -- 3 The experimental method in economics -- 3.1 Experiments and internal validity -- 3.2 Subject pools used in lab experiments -- 3.3 Stake sizes in experiments -- 3.4 The issue of the external validity of lab findings -- 3.5 The role of incentives in economics -- 3.6 Is survey data of any use? …”
Libro -
1854Publicado 2021Tabla de Contenidos: “…Creating Custom Entities -- Advanced Custom Entities -- Creating Intents with Entities in Training Phrases -- Keeping Context -- Setting Up Follow-Up Intents -- Manually Setting Input and Output in "Normal" Intents -- Lifespan -- Keeping Context with the SDK -- Testing in the Simulator -- Summary -- Further Reading -- Chapter 4: Building Chatbots with Templates -- Creating Prebuilt Agents -- Enabling Small Talk Modules -- Creating an FAQ Knowledge Base -- Best Practices -- Convert Knowledge Base Questions to Intents -- Summary -- Further Reading -- Chapter 5: Bot Management -- Agent Validation -- Understanding Validation Results -- Validation via the SDK -- Improve the Dialogflow Machine Learning Model with Built-in Training -- Summary -- Further Reading -- Chapter 6: Deploying Your Chatbot to Web and Social Media Channels -- Integrating Your Agent with Google Chat -- Enabling Your Agent in the Google Chat -- Rich Messages Support -- More Text-Based/Open Source Integration Options -- Integrating Your Agent with a Web Demo -- Integrating Your Agent with a Dialogflow Messenger -- Changing the Look and Feel of the Chatbot Component -- Rich Messages Support -- Summary -- Further Reading -- Chapter 7: Building Voice Agents -- Building a Voice AI for a Virtual Assistant Like the Google Assistant -- Rich Messages -- Fulfillment and Webhooks -- Invoke Your Action on the Google Assistant with Explicit and Implicit Invocation -- Submitting an Action via Actions on Google -- Building an Action with the Actions SDK -- Using the Actions SDK Solution -- Deploying Your Action -- Building a Callbot with a Phone Gateway -- Response Messages for the Phone Gateway -- Building Bots for Contact Centers with Contact Center AI -- Enabling Contact Center AI -- Improving Speech to Text Quality -- Custom Entities Hints -- System Entities Hints -- Intent Hints…”
Libro electrónico -
1855por Barton, RickTabla de Contenidos: “…. -- There's more... -- 3. Validating Data -- Introduction -- Enabling and disabling reject flows -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Gathering all rejects prior to killing a job -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Validating against the schema -- Getting ready -- How to do it... -- How it works...…”
Publicado 2013
Libro electrónico -
1856Publicado 2022Tabla de Contenidos: “…173 Reporting security incidents 173 Ad hoc gamification. 174 Putting Together a Gamification Program. 175 Determining reward tiers. 175 Offering valid rewards 177 Assigning points to behaviors. 178 Tracking users and the points they earn. 179 Promoting the Program. 179 Table of Contents Chapter 12: Running Phishing Simulation Campaigns. 181 Knowing Why Phishing Simulations Matter. 182 Setting Goals for Your Phishing Program 183 Checking the box…”
Libro electrónico -
1857Publicado 2015“…A common example can be seen during any televised football game, in which information about the game is digitally overlaid on the field as the players move and position themselves. …”
Libro electrónico -
1858Publicado 2010Tabla de Contenidos: “…Marcelo Blanco Romi;a -- 14.1 Introduction -- 14.2 Foundation of qualitative method development -- 14.3 Foundation of quantitative method development -- 14.4 Method validation -- 14.5 Calibration transfer -- 14.6 Pharmaceutical applications -- 14.7 Conclusions -- Chapter 15 -- Near-Infrared Spectroscopy (NIR) as a PAT tool in the Chemical Industry: Added value and implementation challenges -- Ann M. …”
Libro electrónico -
1859Publicado 2018Tabla de Contenidos: “…Chapter 5: Iterators, Sequences, and Producers -- Suspendable sequences and iterators -- Yielding values -- Iterators -- Interacting with an iterator -- Going through all the elements -- Getting the next value -- Validating whether there are more elements -- Calling next() without validating for elements -- A note on the inner working of hasNext() -- Sequences -- Interacting with a sequence -- Reading all the elements in the sequence -- Obtaining a specific element -- elementAt -- elementAtOrElse -- elementAtOrNull -- Obtaining a group of elements -- Sequences are stateless -- Suspending Fibonacci -- Writing a Fibonacci sequence -- Writing a Fibonnaci iterator -- Producers -- Creating a producer -- Interacting with a producer -- Reading all the elements in the producer -- Receiving a single element -- Taking a group of elements -- Taking more elements than those available -- Suspending a Fibonacci sequence using a producer -- Producers in action -- Having the adapter request more articles -- Creating a producer that fetches feeds on demand -- Adding the articles to the list on the UI -- Summary -- Chapter 6: Channels - Share Memory by Communicating -- Understanding channels -- Use case - streaming data -- Use case - distributing work -- Types of channels and backpressure -- Unbuffered channels -- RendezvousChannel -- Buffered channels -- LinkedListChannel -- ArrayChannel -- ConflatedChannel -- Interacting with channels -- SendChannel -- Validating before sending -- Sending elements -- Offering elements -- On channel closed -- On channel full -- On channel open and not full -- ReceiveChannel -- Validating before reading -- isClosedForReceive -- isEmpty -- Channels in action -- Adding a search activity -- Adding the search function -- Implementing the collaborative search -- Connecting the search functions -- Updating ArticleAdapter…”
Libro electrónico -
1860por OECDTabla de Contenidos: “…-- Conclusion -- Acknowledgements -- References -- Part II CLA+ International Database -- 5 General CLA+ International results -- Introduction -- Mastery levels -- CLA+ total scores -- CLA+ subscores -- Student self-reported effort and engagement -- Summary -- Reference -- 6 CLA+ International demographic variables -- Primary language -- Gender -- 7 Predictive validity of CLA+ -- Introduction -- Study 1: CLA+ Predictive Validity of Post-Higher Education Outcomes -- Method -- Participants -- Data sources and materials -- CLA+ -- Survey #1 -- Results -- Race/Ethnicity by generic skills by institution competitiveness (Figure 7.1) -- Study 2: CLA+ Predictive Validity of Employers' and Advisors' Assessments -- Method -- Participants -- Analysis -- Data sources and materials -- Survey #2 -- Results -- Importance of CLA+ skills -- CLA+ scores predicting participants' workplace or graduate school performance -- Conclusion -- References -- 8 Fields of study -- Instructional format -- Fields of study for international students -- Fields of study for U.S. students -- Conclusion -- Annex 8.A. …”
Publicado 2022
Libro electrónico