Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Development 882
- Application software 749
- Management 628
- Engineering & Applied Sciences 519
- History 411
- Computer programs 406
- Design 377
- Computer networks 339
- Data processing 334
- Web site development 328
- Computer Science 326
- Web sites 311
- Cloud computing 305
- Historia 304
- Artificial intelligence 303
- Python (Computer program language) 296
- Leadership 275
- Photography 275
- Security measures 275
- Computer software 268
- Computer programming 267
- Programming 267
- Law and legislation 260
- Business & Economics 245
- Computer security 241
- Operating systems (Computers) 240
- Digital techniques 239
- Social aspects 239
- Java (Computer program language) 237
- Information technology 229
-
7581Publicado 2015Tabla de Contenidos: “…Killing enemies -- Updating the score -- Detecting collisions -- Handling collisions between projectiles and enemies -- Handling collisions between the player and enemies -- Summary -- Chapter 5: Adding Sound -- Project updates -- Adding new assets -- Updating the project settings -- Creating sound constants -- Creating the class -- Creating sound ID constants -- Creating volume constants -- Building the sound manager class -- Creating the class -- Adding imports -- Implementing the singleton pattern -- Adding music -- Creating playback functions -- Calling playback functions -- Adding menu sounds -- Creating playback functions -- Calling playback functions -- Adding gameplay sounds -- Creating variables -- Creating functions -- Calling playback functions -- Summary -- Chapter 6: Working with Configuration Files -- JSON versus XML -- Project updates -- Adding new assets -- Understanding the JSON configuration file -- A simple example -- Looking at the JSON format -- Building the enemy spawner -- Creating the enemy spawner class -- Adding imports -- Adding variables -- Parsing JSON data -- Populating the pool -- Spawning enemies -- Adding movement patterns to enemies -- Adding imports -- Adding variables -- Removing old functionality -- Creating the startPattern function -- Updating onSpawn and resetSpawn -- Updating PlayState -- Removing old functionality -- Using EnemySpawner -- Understanding the XML file -- Looking at the file's contents -- Pulling string data from XML -- Building the Strings class -- Handling XML data -- Building the StringIDs class -- Replacing strings -- Updating MenuState -- Updating GameHUD -- Updating LevelEndScreen -- Summary -- Chapter 7: Deploying to Multiple Platforms -- Building for Flash -- Deploying to the Web -- Building for Windows -- Building for OS X -- Building for Android -- Building for iOS -- Xcode setup…”
Libro electrónico -
7582Wealth management unwrapped, revised and expanded unwrap what you need to know and enjoy the presentPublicado 2017Tabla de Contenidos:Libro electrónico
-
7583Publicado 2017Tabla de Contenidos: “…SITUATION AWARENESS -- MENTAL WORKLOAD (SEE ALSO APPENDIX, SECTION "RESEARCH QUESTIONS CONCERNING MENTAL WORKLOAD") -- EXPERIENCING WHAT IS VIRTUAL: NEW DEMANDS FOR HUMAN-SYSTEM MODELING (SEE ALSO APPENDIX, SECTION "BEHAVIOR RESEARCH ISSUES IN VIRTUAL REALITY") -- 6 ANALYZING THE INFORMATION -- TASK ANALYSIS -- JUDGMENT CALIBRATION -- VALUATION/UTILITY (SEE ALSO APPENDIX, SECTION "MATHEMATICS OF HUMAN JUDGMENT OF UTILITY") -- RISK AND RESILIENCE -- Definition of Risk -- Meaning of Resilience -- TRUST -- 7 DECIDING ON ACTION -- WHAT IS ACHIEVABLE -- DECISION UNDER CONDITION OF CERTAINTY (SEE ALSO APPENDIX, SECTION "MATHEMATICS OF DECISIONS UNDER CERTAINTY") -- DECISION UNDER CONDITION OF UNCERTAINTY (SEE ALSO APPENDIX, SECTION "MATHEMATICS OF DECISIONS UNDER UNCERTAINTY") -- COMPETITIVE DECISIONS: GAME MODELS (SEE ALSO APPENDIX "MATHEMATICS OF GAME MODELS") -- ORDER OF SUBTASK EXECUTION -- 8 IMPLEMENTING AND EVALUATING THE ACTION -- TIME TO MAKE A SELECTION -- TIME TO MAKE AN ACCURATE MOVEMENT -- CONTINUOUS FEEDBACK CONTROL (SEE ALSO APPENDIX, SECTION "MATHEMATICS OF CONTINUOUS FEEDBACK CONTROL") -- LOOKING AHEAD (PREVIEW CONTROL) (SEE ALSO APPENDIX, SECTION "MATHEMATICS OF PREVIEW CONTROL") -- DELAYED FEEDBACK -- CONTROL BY CONTINUOUSLY UPDATING AN INTERNAL MODEL (SEE ALSO APPENDIX, SECTION "STEPPING THROUGH THE KALMAN FILTER SYSTEM") -- EXPECTATION OF TEAM RESPONSE TIME -- HUMAN ERROR -- 9 HUMAN-AUTOMATION INTERACTION -- HUMAN-AUTOMATION ALLOCATION -- SUPERVISORY CONTROL -- TRADING AND SHARING -- ADAPTIVE/ADAPTABLE CONTROL -- MODEL-BASED FAILURE DETECTION -- 10 MENTAL MODELS -- WHAT IS A MENTAL MODEL? …”
Libro electrónico -
7584Publicado 2017Tabla de Contenidos: “…-- What Virtual Reality is and how it works -- Use of stereo and parallax in Virtual Reality -- Why does Virtual Reality work if it doesn't look 100% real? -- Other types of VR -- AR, XR, SR/FR -- History of VR -- User agency - interacting with the world through controllers -- High-end controllers for PC, Mac, and Linux -- HTC Vive -- Oculus Rift -- Mobile VR -- Rendering hardware -- How to view VR? …”
Libro electrónico -
7585Publicado 2021Tabla de Contenidos: “…-- Random Thought -- Random Thought: On Blue-Footed Boobies and Flying Fish -- Let's Look at This Another Way… -- Story Time: The Lone Cypress -- The Secret Sauce -- Discretionary Effort -- Effort vs. …”
Libro electrónico -
7586por Le Coze, Jean-ChristopheTabla de Contenidos: “…The Migration of Risk -- 12.2.2 The Relations of Rationalities -- 12.2.3 The Big Picture Versus Empirical Specificities ("Moving Closer" and "Zooming Out") -- 12.3 Looking Forward -- References…”
Publicado 2023
Libro electrónico -
7587Publicado 2014Tabla de Contenidos: “…-- Interacting with data visually -- Looking for patterns -- Spot what's important -- The basic principles of graph visualization -- Open source visualization libraries -- D3.js -- Graphviz -- Sigma.js -- Vivagraph.js -- Integrating visualization libraries in your application -- Visualization solutions -- Gephi -- Keylines -- Linkurio.us -- Neo4j Browser -- Tom Sawyer -- Closing remarks on visualizations -- The "fireworks" effect -- The "loading" effect -- Questions and answers -- Summary -- 9. …”
Libro electrónico -
7588Publicado 2020Tabla de Contenidos: “…; Try out new things, take reasonable risks ; Imagine future positive outcomes ; Do not dwell on past disappointments: learn, forgive, and look ahead --…”
Libro electrónico -
7589Publicado 2018Tabla de Contenidos: “…Code example -- TensorFlow useful elements -- An autoencoder without the decoder -- Selecting layers -- Training only some layers -- Complete source -- Summary -- Chapter 8: Machine Learning Best Practices and Troubleshooting -- Building Machine Learning Systems -- Data Preparation -- Split of Train/Development/Test set -- Mismatch of the Dev and Test set -- When to Change Dev/Test Set -- Bias and Variance -- Data Imbalance -- Collecting more data -- Look at your performance metric -- Data synthesis/Augmentation -- Resample Data -- Loss function Weighting -- Evaluation Metrics -- Code Structure best Practice -- Singleton Pattern -- Recipe for CNN creation -- Summary -- Chapter 9: Training at Scale -- Storing data in TFRecords -- Making a TFRecord -- Storing encoded images -- Sharding -- Making efficient pipelines -- Parallel calls for map transformations -- Getting a batch -- Prefetching -- Tracing your graph -- Distributed computing in TensorFlow -- Model/data parallelism -- Synchronous/asynchronous SGD -- When data does not fit on one computer -- The advantages of NoSQL systems -- Installing Cassandra (Ubuntu 16.04) -- The CQLSH tool -- Creating databases, tables, and indexes…”
Libro electrónico -
7590Publicado 2017Tabla de Contenidos: “…-- Summary -- Chapter 8: Regular Expression Pitfalls, Optimization, and Performance Improvements -- Common pitfalls and ways to avoid them while writing regular expressions -- Do not forget to escape regex metacharacters outside a character class -- Avoid escaping every non-word character -- Avoid unnecessary capturing groups to reduce memory consumption -- However, don't forget to use the required group around alternation -- Use predefined character classes instead of longer versions -- Use the limiting quantifier instead of repeating a character or pattern multiple times -- Do not use an unescaped hyphen in the middle of a character class -- The mistake of calling matcher.goup() without a prior call to matcher.find(), matcher.matches(), or matcher.lookingAt() -- Do not use regular expressions to parse XML / HTML data -- How to test and benchmark your regular expression performance -- Catastrophic or exponential backtracking -- How to avoid catastrophic backtracking -- Optimization and performance enhancement tips -- Use a compiled form of regular expressions -- Use a negated character class instead of the greedy and slow .* or .+ -- Avoid unnecessary grouping…”
Libro electrónico -
7591Publicado 2024Tabla de Contenidos: “…Cover -- Oxford Studies in Digital Politics -- The Politics of Platform Regulation: How Governments Shape Online Content Moderation -- Copyright -- Contents -- Acknowledgments -- 1: Introduction -- 1.1 The Politics of Platform Regulation -- 1.1.1 Core Argument -- 1.1.2 Emprical Approach -- 1.1.3 What the Book Is Not -- 1.2 Outline of the Book -- 1.2.1 Foundations -- 1.2.2 Case Studies -- 1.2.3 Looking Forward -- Part One: Foundations -- 2: Governance by Platforms: Definitions, Histories, Concepts -- 2.1 What Is a Platform? …”
Libro electrónico -
7592por Leiva, NicolasTabla de Contenidos: “…-- Go Proverbs -- Go source code files -- Packages -- Go modules -- Importing packages -- Comments -- Names -- Executing your Go code -- Running Go programs online -- The Go Playground -- The Go Play Space -- A look into the Future -- The Go tool -- Build -- Run -- Mod -- Get -- Install -- Fmt -- Test -- Env -- Summary -- Further reading -- Chapter 3: Getting Started with Go -- Technical requirements -- Go's type system -- Basic types -- Container types -- User-defined types -- Arithmetic, comparison, and logical operators -- Arithmetic operators -- Logical operators -- Comparison operators -- Control flow -- for loops -- Conditional statements -- goto statements -- Functions -- Function arguments -- Error handling -- Methods -- Variadic functions -- Closures -- Defer -- Interfaces -- Network automation example -- Standard library example -- Interfaces as contracts -- Input and output operations -- The io.Reader interface -- The io.Writer interface -- The io.Copy function -- Composition -- Decoding and encoding -- Decoding -- Encoding -- Concurrency -- Goroutines -- Channels -- Channels and Timers -- Shared data access -- Concurrency caveats -- Summary -- Further reading -- Chapter 4: Networking (TCP/IP) with Go…”
Publicado 2023
Libro electrónico -
7593Publicado 2021Tabla de Contenidos: “…-- Don't People Already Know What Their Business Looks Like? -- How Can We Engage Employees in Change? …”
Libro electrónico -
7594Publicado 2022Tabla de Contenidos: “…(Keep Calm and Carry On?) -- Buy the Dip -- Look for the Advantages -- Anticipate the Market Recovery -- Learn From Your First Dip -- Consider Market Volatility -- Switch to Another Cryptocurrency -- Stop Mining!…”
Libro electrónico -
7595Publicado 2018Tabla de Contenidos: “…-- Using the @FindBy annotation -- Understanding PageFactory -- Good practices for the PageObjects design -- Think of a web page as a services provider -- Always look for implied services -- Using PageObjects within a PageObject -- The AddNewPost PageObject -- The AllPostsPage PageObject -- Think of methods in PageObjects as services and not as user actions -- Identifying some WebElements on the fly -- Keeping the page-specific details off the test script -- Understanding loadable components -- Working on an end-to-end example of WordPress -- Looking at all the PageObjects -- The AdminLoginPage PageObject -- The AllPostsPage PageObject -- The AddNewPostPage PageObject -- The EditPostPage PageObject -- The DeletePostPage PageObject -- Looking at the test cases -- Adding a new post -- Editing a post…”
Libro electrónico -
7596Publicado 2014Tabla de Contenidos: “…-- Warning : avoid dangerous voltage -- The circuit basics : Step two ; Circuit testing ; Relay details -- The coupling capacitor -- Cracking a clock : Warning : no AC-powered clocks! ; Looking inside ; Clock voltage ; How it beeps -- Using the beeps : Hooking up the clock -- How it ought to work -- Testing : Connecting relay to lamp ; Warning : AC precautions -- Make even more -- What's next? …”
Libro electrónico -
7597Publicado 2022Tabla de Contenidos: “…3.3.2 Weighing words with inverse document frequency -- 3.4 Practical use of the search algorithm -- 3.4.1 Retrieval of the most similar documents -- 3.4.2 Evaluation of the results -- 3.4.3 Deploying search algorithm in practice -- Summary -- Solutions to miscellaneous exercises -- 4 Information extraction -- 4.1 Use cases -- 4.1.1 Case 1 -- 4.1.2 Case 2 -- 4.1.3 Case 3 -- 4.2 Understanding the task -- 4.3 Detecting word types with part-of-speech tagging -- 4.3.1 Understanding word types -- 4.3.2 Part-of-speech tagging with spaCy -- 4.4 Understanding sentence structure with syntactic parsing -- 4.4.1 Why sentence structure is important -- 4.4.2 Dependency parsing with spaCy -- 4.5 Building your own information extraction algorithm -- Summary -- Solutions to miscellaneous exercises -- 5 Author profiling as a machine-learning task -- 5.1 Understanding the task -- 5.1.1 Case 1: Authorship attribution -- 5.1.2 Case 2: User profiling -- 5.2 Machine-learning pipeline at first glance -- 5.2.1 Original data -- 5.2.2 Testing generalization behavior -- 5.2.3 Setting up the benchmark -- 5.3 A closer look at the machine-learning pipeline -- 5.3.1 Decision Trees classifier basics -- 5.3.2 Evaluating which tree is better using node impurity -- 5.3.3 Selection of the best split in Decision Trees -- 5.3.4 Decision Trees on language data -- Summary -- Solutions to miscellaneous exercises -- 6 Linguistic feature engineering for author profiling -- 6.1 Another close look at the machine-learning pipeline -- 6.1.1 Evaluating the performance of your classifier -- 6.1.2 Further evaluation measures -- 6.2 Feature engineering for authorship attribution -- 6.2.1 Word and sentence length statistics as features -- 6.2.2 Counts of stopwords and proportion of stopwords as features -- 6.2.3 Distributions of parts of speech as features…”
Libro electrónico -
7598Publicado 2024Tabla de Contenidos: “…Mutually exclusive events -- Independent events -- Computing probabilities of events -- Looking at Types of Probabilities -- Unconditional (marginal) probabilities: When events are independent -- Joint probabilities: When two things happen at once -- Conditional probabilities: When one event depends on another -- Determining independence of events -- Following the Rules: Computing Probabilities -- Addition rule -- Complement rule -- Multiplication rule -- Chapter 7 Probability Distributions and Random Variables -- Defining the Role of the Random Variable -- Assigning Probabilities to a Random Variable -- Calculating the probability distribution -- Visualizing a probability distribution with a histogram -- Characterizing a Probability Distribution with Moments -- Understanding the summation operator (Σ) -- Expected value -- Variance and standard deviation -- Chapter 8 The Binomial and Poisson Distributions -- Looking at Two Possibilities with the Binomial Distribution -- Checking out the binomial distribution -- Computing binomial probabilities -- Factorial: counting how many ways you can arrange things -- Combinations: Counting how many choices you have -- Binomial formula: Computing the probabilities -- Moments of the binomial distribution -- Binomial distribution: Calculating the expected value -- Binomial distribution: Computing variance and standard deviation -- Graphing the binomial distribution -- Keeping the Time: The Poisson Distribution -- Computing Poisson probabilities -- Poisson distribution: Calculating the expected value -- Poisson distribution: Computing variance and standard deviation -- Graphing the Poisson distribution -- Computing Binomial and Poisson Probabilities with the TI-84 Plus Calculator -- Computing binomial probabilities -- Computing Poisson probabilities -- Chapter 9 The Normal Distribution: So Many Possibilities!…”
Libro electrónico -
7599Publicado 2024Tabla de Contenidos: “…Cover -- Title Page -- Copyright Page -- Contents -- Welcome -- Getting the Most out of This Book -- Who Should Read This Book -- How to Read This Book -- Introduction -- What This Update Offers -- Changing the Work of Leaders -- Digitization: Everyone Has the Data -- COVID-19: Everyone Who Can Works from Home -- Employee Leverage: They Tell You What They Want and You Better Listen -- Societal Pressure: More Than Profit Is Expected -- Geopolitical Uncertainty: Look at What Just Happened, What Should Be Done About It? …”
Libro electrónico -
7600Publicado 2017“…And the last one offers a look at the filmmaker beyond her filmic work, thus completing her portrait…”
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico