Home > Tags: dynamic (Total 225 Records)
Neural-Based Orthogonal Data Fitting: The EXIN Neural Networks (Adaptive and Cognitive Dynamic Systems: Signal Processing, Learning, Communications and Control)
Digital Signal Processing By:Giansalvo Cirrincione 2010-11-30 00:00:00
The presentation of a novel theory in orthogonal regression The literature about neural-based algorithms is often dedicated to principal component analysis (PCA) and considers minor component analysis (MCA) a mere consequence. Breaking the mold, Neural-Based Orthogonal Data Fitting is the first boo Digital Signal Processing
Tags: network data signal neural communication dynamic system processing control learning cognitive orthogonal fitting exin
PHP 6 and MySQL 5 for Dynamic Web Sites: Visual QuickPro Guide
Web Development By:Larry Ullman 2007-12-29 00:00:00
It hasn't taken Web developers long to discover that when it comes to creating dynamic, database-driven Web sites, MySQL and PHP provide a winning open source combination. Add this book to the mix, and there's no limit to the powerful, interactive Web sites that developers can create. Web Development
Dynamic Programming for Coding Interviews: A Bottom-Up approach to problem solving
Algorithms By:Meenakshi 2017-01-16 00:00:00
I wanted to compute 80th term of the Fibonacci series. I wrote the rampant recursive function, int fib(int n){ return (1==n || 2==n) ? 1 : fib(n-1) + fib(n-2) } and waited for the result. I wait… and wait… and wait… With an 8GB RAM and an Intel i5 CPU, why is it taking so long? I te Algorithms
Tags: programming coding dynamic approach problem interviews
Advanced Standard SQL Dynamic Structured Data Modeling and Hierarchical Processing
SQL By:Michael M. David 2013-03-01 00:00:00
Offers database professionals an essential tool for utilizing the ANSI SQL outer join operation to perform simple or complex hierarchical data modeling and structure processing. This book shows them how to tap the full power of data structure extraction technology and explores previously unknown SQL SQL
Tags: sql data structure standard dynamic processing model hierarchical
Algorithms and Programs of Dynamic Mixture Estimation: Unified Approach to Different Types of Components (SpringerBriefs in Statistics)
Algorithms By:Ivan Nagy 2017-08-16 00:00:00
This book provides a general theoretical background for constructing the recursive Bayesian estimation algorithms for mixture models. It collects the recursive algorithms for estimating dynamic mixtures of various distributions and brings them in the unified form, providing a scheme for constructing Algorithms
Tags: dynamic algorithm program components approach statistics types estimation different springerbriefs mixture
Learning PHP, MySQL, and JavaScript: A Step-By-Step Guide to Creating Dynamic Websites (Animal Guide)
Web Development By:Robin Nixon 2009-07-24 00:00:00
If you know HTML, this guide will have you building interactive websites quickly. You'll learn how to create responsive, data-driven websites with PHP, MySQL, and JavaScript, regardless of whether you already know how to program. Discover how the powerful combination of PHP and MySQL provides an eas Web Development
Tags: javascript guide php mysql dynamic learning website animal
Handbook of Learning and Approximate Dynamic Programming
Programming By:Jennie Si 2004-08-02 00:00:00
A complete resource to Approximate Dynamic Programming (ADP), including online simulation code Provides a tutorial that readers can use to start implementing the learning algorithms provided in the book Includes ideas, directions, and recent results on current research issues and addresses applicati Programming
Discrete-Event Modeling and Simulation: Theory and Applications (Computational Analysis, Synthesis, and Design of Dynamic Systems)
Algorithms By:Gabriel A. Wainer, Pieter J. Mosterman 2010-12-10 00:00:00
Collecting the work of the foremost scientists in the field, Discrete-Event Modeling and Simulation: Theory and Applications presents the state of the art in modeling discrete-event systems using the discrete-event system specification (DEVS) approach. It introduces the latest advances, recent exten Algorithms
Tags: design application analysis dynamic system theory computational model synthesis simulation
Dynamic Scheduling with Microsoft Project 2002: The Book by and for Professionals
Computer Science By:Eric Uyttewaal 2003-05-00 00:00:00
This completely updated best-selling book is different from other books written on MS Project 2002. This book has an attitude. The author does more than describe and fully illustrate the features of MS Project. He recommends certain features and argues against others, giving you a complete picture o Computer Science
Tags: microsoft project dynamic scheduling
Securing Ajax Applications: Ensuring the Safety of the Dynamic Web
Security By:Christopher Wells 2007-07-21 00:00:00
Ajax applications should be open yet secure. Far too often security is added as an afterthought. Potential flaws need to be identified and addressed right away. This book explores Ajax and web application security with an eye for dangerous gaps and offers ways that you can plug them before they beco Security