Search Results - (((((((ant OR kwantis) OR wantsa) OR makant) OR cantor) OR anne) OR share) OR hints) algorithms.
Suggested Topics within your search.
Suggested Topics within your search.
- Artificial intelligence 25
- Data processing 24
- Mathematics 20
- Mathematical optimization 18
- Algorithms 17
- Mathematical models 16
- algorithms 16
- artificial intelligence 14
- Machine learning 13
- Technological innovations 13
- Data mining 12
- Information technology 12
- Computer algorithms 10
- Computer networks 10
- Management 10
- Big data 9
- Artificial Intelligence 8
- Neural networks (Computer science) 8
- Computer programming 7
- Social aspects 7
- Bioinformatics 6
- Computer science 6
- Design and construction 6
- Development 6
- Parallel processing (Electronic computers) 6
- Swarm intelligence 6
- Wireless communication systems 6
- Application software 5
- Computational Biology 5
- Computational biology 5
Search alternatives:
- ant »
- kwantis »
- wantsa »
- makant »
- cantor »
- share »
-
221
Advanced Artificial Intelligence.
Published 2011Table of Contents: “…3.9 Influence-based Backjumping3.10 Constraint Relation Processing; 3.10.1 Unit Sharing Strategy for Identical Relation; 3.10.2 Interval Propagation; 3.10.3 Inequality Graph; 3.10.4 Inequality Reasoning; 3.11 Constraint Reasoning System COPS; 3.12 ILOG Solver; Exercise; Chapter 4 Qualitative Reasoning; 4.1 Introduction; 4.2 Basic approaches in qualitative reasoning; 4.3 Qualitative Model; 4.4 Qualitative Process; 4.5 Qualitative Simulation Reasoning; 4.5.1 Qualitative state transformation; 4.5.2 QSIM algorithm; 4.6 Algebra Approach; 4.7 Spatial Geometric Qualitative Reasoning.…”
Full text (MFA users only)
Electronic eBook -
222
-
223
Dermatologic principles and practice in oncology : conditions of the skin, hair, and nails in cancer patients
Published 2013Table of Contents: “…Borovicka, Jennifer R.S. Gordon, Ann Cameron Haley, Nicole E. Larson and Dennis P. …”
Full text (MFA users only)
Electronic eBook -
224
Experiencing architecture in the nineteenth century : buildings and society in the modern age
Published 2019Full text (MFA users only)
Electronic eBook -
225
Computational ecology : artificial neural networks and their applications
Published 2010Full text (MFA users only)
Electronic eBook -
226
The New Advertising : Branding, Content, and Consumer Relationships in the Data-Driven Social Media Era.
Published 2016Table of Contents: “…Unraveling User Psychology of Location Check-Ins via Mobile Devices: Motivations, Privacy Concerns, and Indirect Advertising Effects of Location-Based Information Sharing in Social Media; 7. Real-Time Marketing: The Agility to Leverage "Now"; 8. …”
Full text (MFA users only)
Electronic eBook -
227
-
228
Advances in parallel computing technologies and applications
Published 2021Full text (MFA users only)
eBook -
229
The bitcoin big bang : how alternative currencies are about to change the world
Published 2014Table of Contents: “…Decentralized Autonomous OrganizationsProfessor Money; 12 Everything You Know about Business Is Wrong; Cryptonomics; Growth Share Matrix; Learning Curve Effects; Porters Three Generic Strategies; Human Resource Management; Fueling the Sharing Economy; The Future Just Might Work; Appendix 1 Department of the Treasury Financial Crimes Enforcement Network Guidance; Currency vs. …”
Full text (MFA users only)
Electronic eBook -
230
Advances in intelligent transportation : system and technology : selected, peer reviewed papers from the 1st International Doctoral Annual Symposium on Intelligent Transportation T...
Published 2012Full text (MFA users only)
Electronic Conference Proceeding eBook -
231
Information engineering for mechanics and materials research
Published 2013Full text (MFA users only)
Electronic Conference Proceeding eBook -
232
Principles of artificial neural networks
Published 2013Table of Contents: “…Fundamentals of biological neural networks -- ch. 3. Basic principles of ANNs and their early structures. 3.1. Basic principles of ANN design. 3.2. …”
Full text (MFA users only)
Electronic eBook -
233
Choice modelling : the state-of-the-art and the state-of-practice : proceedings from the inaugural International Choice Modelling Conference
Published 2010Table of Contents: “…On estimation of hybrid choice models / Denis Bolduc, Ricardo Alvarez-Daziano -- A model of travel happiness and mode switching / Maya Abou-Zeid, Moshe Ben-Akiva -- On path generation algorithms for route choice models / Emma Frejinger, Michel Bierlaire -- Mode choice endogeneity in value of travel time estimation / Stefan L. …”
Full text (MFA users only)
Electronic Conference Proceeding eBook -
234
Advanced Python Programming : Build High Performance, Concurrent, and Multi-Threaded Apps with Python Using Proven Design Patterns.
Published 2019Table of Contents: “…Adding static typesVariables; Functions; Classes; Sharing declarations; Working with arrays; C arrays and pointers; NumPy arrays; Typed memoryviews; Particle simulator in Cython; Profiling Cython; Using Cython with Jupyter; Summary; Chapter 5: Exploring Compilers; Numba; First steps with Numba; Type specializations; Object mode versus native mode; Numba and NumPy; Universal functions with Numba; Generalized universal functions; JIT classes; Limitations in Numba; The PyPy project; Setting up PyPy; Running a particle simulator in PyPy; Other interesting projects; Summary…”
Full text (MFA users only)
Electronic eBook -
235
Haptic Feedback Teleoperation of Optical Tweezers
Published 2014Table of Contents: “…Specific designs for haptic interactions; 1.4.1. Temporal sharing; 1.4.2. Spatial sharing; 1.5. Discussion; 1.6. …”
Full text (MFA users only)
Electronic eBook -
236
A cabinet of philosophical curiosities : a collection of puzzles, oddities, riddles, and dilemmas
Published 2016Table of Contents: “…; Descartes's Disappearance; The Most Fairly Distributed Good; Fairness Framed; Towards a Fairer Share of Dishwashing; What the Dishwasher Missed; Developmental Self-Defeat; Random Quiz; Enforcing Gresham's Law; Gresham's Law of Numbers; Laziest Reductio.…”
Full text (MFA users only)
Electronic eBook -
237
Machine Learning with Spark - Second Edition.
Published 2016Table of Contents: “…Generating predictions for the Kaggle/StumbleUpon evergreen classification dataset -- Evaluating the performance of classification models -- Accuracy and prediction error -- Precision and recall -- ROC curve and AUC -- Improving model performance and tuning parameters -- Feature standardization -- Additional features -- Using the correct form of data -- Tuning model parameters -- Linear models -- Iterations -- Step size -- Regularization -- Decision trees -- Tuning tree depth and impurity -- The naive Bayes model -- Cross-validation -- Summary -- Chapter 7: Building a Regression Model with Spark -- Types of regression models -- Least squares regression -- Decision trees for regression -- Evaluating the performance of regression models -- Mean Squared Error and Root Mean Squared Error -- Mean Absolute Error -- Root Mean Squared Log Error -- The R-squared coefficient -- Extracting the right features from your data -- Extracting features from the bike sharing dataset -- Training and using regression models -- BikeSharingExecutor -- Training a regression model on the bike sharing dataset -- Linear regression -- Generalized linear regression -- Decision tree regression -- Ensembles of trees -- Random forest regression -- Gradient boosted tree regression -- Improving model performance and tuning parameters -- Transforming the target variable -- Impact of training on log-transformed targets -- Tuning model parameters -- Creating training and testing sets to evaluate parameters -- Splitting data for Decision tree -- The impact of parameter settings for linear models -- Iterations -- Step size -- L2 regularization -- L1 regularization -- Intercept -- The impact of parameter settings for the decision tree -- Tree depth -- Maximum bins -- The impact of parameter settings for the Gradient Boosted Trees -- Iterations -- MaxBins -- Summary.…”
Full text (MFA users only)
Electronic eBook -
238
World's greatest architect : making, meaning, and network culture
Published 2008Full text (MFA users only)
Electronic eBook -
239
Cinder Creative Coding Cookbook.
Published 2013Table of Contents: “…Creating a simple video controllerSaving window content as an image; Saving window animations as video; Saving window content as a vector graphics image; Saving high resolution images with the tile renderer; Sharing graphics between applications; Building Particle Systems; Introduction; Creating a particle system in 2D; Applying repulsion and attraction forces; Simulating particles flying in the wind; Simulating flocking behavior; Making our particles sound reactive; Aligning particles to a processed image; Aligning particles to the mesh surface; Creating springs.…”
Full text (MFA users only)
Electronic eBook -
240
Frontiers of Artificial Intelligence in Medical Imaging.
Published 2023Table of Contents: “…5.5 Electromagnetic field optimization algorithm -- 5.6 Developed electromagnetic field optimization algorithm -- 5.7 Simulation results -- 5.7.1 Image acquisition -- 5.7.2 Pre-processing stage -- 5.7.3 Processing stage -- 5.7.4 Classification -- 5.8 Final evaluation -- 5.9 Conclusions -- References -- Chapter 6 Evaluation of COVID-19 lesion from CT scan slices: a study using entropy-based thresholding and DRLS segmentation -- 6.1 Introduction -- 6.2 Context -- 6.3 Methodology -- 6.3.1 COVID-19 database -- 6.3.2 Image conversion and pre-processing -- 6.3.3 Image thresholding…”
Full text (MFA users only)
Electronic eBook