Search Results - (((((((ant OR wkant) OR mwantis) OR when) OR cantor) OR anne) OR shane) OR hints) algorithms.
Suggested Topics within your search.
Suggested Topics within your search.
- Artificial intelligence 35
- Data processing 26
- artificial intelligence 24
- Machine learning 21
- Mathematical optimization 21
- Mathematics 21
- Mathematical models 20
- Algorithms 19
- algorithms 18
- Artificial Intelligence 16
- Data mining 15
- Social aspects 13
- Computer algorithms 12
- Technological innovations 12
- Computer networks 11
- Neural networks (Computer science) 10
- methods 10
- Design and construction 9
- Development 9
- Diseases 9
- Information technology 9
- Python (Computer program language) 9
- Research 9
- Data Mining 8
- History 8
- Statistical methods 8
- Application software 7
- Electronic data processing 7
- Management 7
- Philosophy 7
Search alternatives:
- mwantis »
-
161
Discovering knowledge in data : an introduction to data mining
Published 2005Full text (MFA users only)
Electronic eBook -
162
Literature and encyclopedism in Enlightenment Britain : the pursuit of complete knowledge
Published 2014Full text (MFA users only)
Electronic eBook -
163
Optimization of Observation and Control Processes.
Published 2000Table of Contents: “…Optimization of Informational Noise When Observing a Dynamic Object""; ""4.6. Example of Observing a Maneuvering Object""; ""Chapter 5. …”
Full text (MFA users only)
Electronic eBook -
164
Data mining techniques : for marketing, sales, and customer relationship management
Published 2004Table of Contents: “…-- The virtuous cycle of data mining -- Data mining methodology and best practices -- Data mining applications in marketing and customer relationship management -- The lure of statistics : data mining using familiar tools -- Decision trees -- Artificial neural networks -- Nearest neighbor approaches : memory-based reasoning and collaborative filtering -- Market basket analysis and association rules -- Link analysis -- Automatic cluster detection -- Knowing when to worry : hazard functions and survival analysis in marketing -- Genetic algorithms -- Data mining throughout the customer life cycle -- Data warehousing, OLAP, and data mining -- Building the data mining environment -- Preparing data for mining -- Putting data mining to work.…”
Full text (MFA users only)
Electronic eBook -
165
Explorations in Computing : an Introduction to Computer Science.
Published 2010Full text (MFA users only)
Electronic eBook -
166
Advances in digital technologies : proceedings of the 6th International Conference on Applications of Digital Information and Web Technologies 2015
Published 2015Table of Contents: “…Application of Genetic Algorithms to Context-Sensitive Text MiningA Decision Tree Classification Model for Determining the Location for Solar Power Plant; A Framework for Multi-Label Learning Using Label Ranking and Correlation; A Comparative Analysis of Pruning Methods for C4.5 and Fuzzy C4.5; Subject Index; Author Index.…”
Full text (MFA users only)
Electronic Conference Proceeding eBook -
167
Space division multiple access for wireless local area networks
Published 2002Full text (MFA users only)
Electronic eBook -
168
Java Deep Learning Projects : Implement 10 Real-World Deep Learning Applications Using Deeplearning4j and Open Source APIs.
Published 2018Table of Contents: “…; Artificial Neural Networks; Biological neurons; A brief history of ANNs; How does an ANN learn?; ANNs and the backpropagation algorithm; Forward and backward passes; Weights and biases; Weight optimization; Activation functions.…”
Full text (MFA users only)
Electronic eBook -
169
Optimization advances in electric power systems
Published 2008Table of Contents: “…Unreliability Costs -- 3.5. Proposed Algorithms -- 3.5.1. ES and TS Algorithms -- 3.5.2. …”
Full text (MFA users only)
Electronic eBook -
170
Artificial intelligence for big data : complete guide to automating big data solutions using artificial intelligence techniques.
Published 2018Table of Contents: “…Snowball stemming -- Lancaster stemming -- Lovins stemming -- Dawson stemming -- Lemmatization -- N-grams -- Feature extraction -- One hot encoding -- TF-IDF -- CountVectorizer -- Word2Vec -- CBOW -- Skip-Gram model -- Applying NLP techniques -- Text classification -- Introduction to Naive Bayes' algorithm -- Random Forest -- Naive Bayes' text classification code example -- Implementing sentiment analysis -- Frequently asked questions -- Summary -- Chapter 7: Fuzzy Systems -- Fuzzy logic fundamentals -- Fuzzy sets and membership functions -- Attributes and notations of crisp sets -- Operations on crisp sets -- Properties of crisp sets -- Fuzzification -- Defuzzification -- Defuzzification methods -- Fuzzy inference -- ANFIS network -- Adaptive network -- ANFIS architecture and hybrid learning algorithm -- Fuzzy C-means clustering -- NEFCLASS -- Frequently asked questions -- Summary -- Chapter 8: Genetic Programming -- Genetic algorithms structure -- KEEL framework -- Encog machine learning framework -- Encog development environment setup -- Encog API structure -- Introduction to the Weka framework -- Weka Explorer features -- Preprocess -- Classify -- Attribute search with genetic algorithms in Weka -- Frequently asked questions -- Summary -- Chapter 9: Swarm Intelligence -- Swarm intelligence -- Self-organization -- Stigmergy -- Division of labor -- Advantages of collective intelligent systems -- Design principles for developing SI systems -- The particle swarm optimization model -- PSO implementation considerations -- Ant colony optimization model -- MASON Library -- MASON Layered Architecture -- Opt4J library -- Applications in big data analytics -- Handling dynamical data -- Multi-objective optimization -- Frequently asked questions -- Summary -- Chapter 10: Reinforcement Learning -- Reinforcement learning algorithms concept.…”
Full text (MFA users only)
Electronic eBook -
171
Ethnic studies in academic and research libraries
Published 2021Table of Contents: “…"Build it and they will come" -- Fostering transformation -- The value of integrating African American archives into undergraduate studies -- Improving representation on Wikipedia -- Returning to where it all began and connecting the dots -- Collaborative and active engagement at the Hemispheric University -- Librarians and leaders -- Crafting contemporary indigenous studies collections in the age of algorithms -- Building a Vietnamese language collection with the Vietnamese diaspora community -- Engaging with ethnic studies librarians -- For when they arrive -- BIPOC voices speak -- Supporting faculty in indigenizing curriculum and pedagogy -- Student-driven collecting efforts and initiatives -- Making spaces for ethnic studies -- Modeling Black literature -- A perspective on Asian American studies and librarianship -- Holdings in the archives are closer than they appear -- Reclaiming the Asian American history narrative -- Connecting graduate library and information studies students with ethnic studies archives.…”
Full text (MFA users only)
Electronic eBook -
172
-
173
-
174
Learning concurrency in Kotlin : build highly efficient and robust applications
Published 2018Table of Contents: “…; Processes, threads, and coroutines; Processes; Threads; Coroutines; Putting things together; Introduction to concurrency; Concurrency is not parallelism; CPU-bound and I/O-bound; CPU-bound; I/O-bound; Concurrency versus parallelism in CPU-bound algorithms; Single-core execution; Parallel execution; Concurrency versus parallelism in I/O-bound algorithms; Why concurrency is often feared; Race conditions; Atomicity violation; Deadlocks; Livelocks…”
Full text (MFA users only)
Electronic eBook -
175
Insect media : an archaeology of animals and technology
Published 2010Full text (MFA users only)
Electronic eBook -
176
Design in Crisis : New Worlds, Philosophies and Practices.
Published 2020Table of Contents: “…Sacrifices that do not work in a crisis -- 3. When design goes south: from decoloniality, through declassification to dessobons -- 4. …”
Full text (MFA users only)
Electronic eBook -
177
Natural language processing with TensorFlow : teach language to machines using Python's deep learning library
Published 2018Table of Contents: “…Implementing skip-gram with TensorFlowThe Continuous Bag-of-Words algorithm; Implementing CBOW in TensorFlow; Summary; Chapter 4: Advanced Word2vec; The original skip-gram algorithm; Implementing the original skip-gram algorithm; Comparing the original skip-gram with the improved skip-gram; Comparing skip-gram with CBOW; Performance comparison; Which is the winner, skip-gram or CBOW?…”
Full text (MFA users only)
Electronic eBook -
178
-
179
Advances in time series forecasting. Volume 2
Published 2017Table of Contents: “…INTRODUCTION -- CLASSICAL TIME SERIES FORECASTING MODELS -- ARTIFICIAL NEURAL NETWORKS FOR FORECASTING TIME SERIES -- A NEW ARTIFICIAL NEURAL NETWORK WITH DETERMINISTIC COMPONENTS -- APPLICATIONS -- CONCLUSION -- CONFLICT OF INTEREST -- ACKNOWLEDGEMENTS -- REFERENCES -- A Fuzzy Time Series Approach Based on Genetic Algorithm with Single Analysis Process -- Ozge Cagcag Yolcu* -- INTRODUCTION -- FUZZY TIME SERIES -- RELATED METHODS -- Genetic Algorithm (GA) -- Single Multiplicative Neuron Model -- PROPOSED METHOD -- APPLICATIONS -- CONCLUSION AND DISCUSSION -- CONFLICT OF INTEREST -- ACKNOWLEDGEMENTS -- REFERENCES -- Forecasting Stock Exchanges with Fuzzy Time Series Approach Based on Markov Chain Transition Matrix -- Cagdas Hakan Aladag1,* and Hilal Guney2 -- INTRODUCTION -- FUZZY TIME SERIES -- TSAUR 'S FUZZY TIME SERIES MARKOV CHAIN MODEL -- THE IMPLEMENTATION -- CONCLUSION -- CONFLICT OF INTEREST -- ACKNOWLEDGEMENTS -- REFERENCES -- A New High Order Multivariate Fuzzy Time Series Forecasting Model -- Ufuk Yolcu* -- INTRODUCTION -- RELATED METHODOLOGY -- The Fuzzy C-Means (FCM) Clustering Method -- Single Multiplicative Neuron Model Artificial Neural Network (SMN-ANN) -- Fuzzy Time Series -- THE PROPOSED METHOD -- APPLICATIONS -- CONCLUSIONS AND DISCUSSION -- CONFLICT OF INTEREST -- ACKNOWLEDGEMENTS -- REFERENCES -- Fuzzy Functions Approach for Time Series Forecasting -- Ali Z. …”
Full text (MFA users only)
Electronic eBook -
180
The book of Qt 4 : the art of building Qt applications
Published 2007Full text (MFA users only)
Electronic eBook