Search Results - (((((((ant OR kkantis) OR wantis) OR hints) OR cantor) OR anne) OR file) OR wkanting) algorithms.
Suggested Topics within your search.
Suggested Topics within your search.
- Data processing 80
- Mathematical models 62
- Mathematics 57
- Algorithms 46
- Artificial intelligence 41
- algorithms 40
- Machine learning 38
- artificial intelligence 30
- methods 30
- Mathematical optimization 29
- Data mining 28
- Computer networks 24
- Signal processing 22
- Artificial Intelligence 21
- Digital techniques 21
- Computer algorithms 20
- Development 20
- Python (Computer program language) 19
- Data Mining 18
- Application software 17
- Image processing 17
- Diseases 16
- Computational Biology 14
- Computer science 14
- Computer simulation 14
- Statistical methods 14
- Technological innovations 14
- Neural networks (Computer science) 13
- Numerical analysis 13
- Research 13
Search alternatives:
- ant »
- kkantis »
- wantis »
- cantor »
- wkanting »
-
221
-
222
Mastering Scala machine learning
Published 2016Table of Contents: “…Setting up R and SparkRLinux; Mac OS; Windows; Running SparkR via scripts; Running Spark via R's command line; DataFrames; Linear models; Generalized linear model; Reading JSON files in SparkR; Writing Parquet files in SparkR; Invoking Scala from R; Using Rserve; Integrating with Python; Setting up Python; PySpark; Calling Python from Java/Scala; Using sys.process._; Spark pipe; Jython and JSR 223; Summary; Chapter 9: NLP in Scala; Text analysis pipeline; Simple text analysis; MLlib algorithms in Spark; TF-IDF; LDA; Segmentation, annotation, and chunking; POS tagging.…”
Full text (MFA users only)
Electronic eBook -
223
Agent-based computing
Published 2010Table of Contents: “…Analysis of Algorithm -- 2.1.1. Chain-Like Agent Structure -- 2.1.2. …”
Full text (MFA users only)
Electronic eBook -
224
Project Scheduling under Limited Resources : Models, Methods, and Applications
Published 1999Full text (MFA users only)
Electronic eBook -
225
Haskell data analysis cookbook : explore intuitive data analysis techniques and powerful machine learning methods using over 130 practical recipes
Published 2014Table of Contents: “…Computing the Jaro-Winkler distance between two stringsFinding strings within one-edit distance; Fixing spelling mistakes; Chapter 4: Data Hashing; Introduction; Hashing a primitive data type; Hashing a custom data type; Running popular cryptographic hash functions; Running a cryptographic checksum on a file; Performing fast comparisons between data types; Using a high-performance hash table; Using Google's CityHash hash functions for strings; Computing a Geohash for location coordinates; Using a bloom filter to remove unique items; Running MurmurHash, a simple but speedy hashing algorithm…”
Full text (MFA users only)
Electronic eBook -
226
Advances in Knowledge-Based and Intelligent Engineering and Information Systems
Published 2018Full text (MFA users only)
Electronic eBook -
227
Practical data analysis
Published 2013Table of Contents: “…; Summary; Chapter 2:Working with Data; Data sources; Open data; Text files; Excel files; SQL databases; NoSQL databases; Multimedia; Web scraping; Data scrubbing; Statistical methods; Text parsing; Data transformation; Data formats; CSV; Parsing a CSV file with the csv module; Parsing a CSV file using NumPy; JSON; Parsing a JSON file using json module; XML; Parsing an XML file in Python using xml module; YAML; Getting started with OpenRefine; Text facet; Clustering; Text filters.…”
Full text (MFA users only)
Electronic eBook -
228
Future Farming.
Published 2023Table of Contents: “…PROPOSED METHODOLOGY -- Pre-processing -- Leaf Image from Plants -- Segmentation Model Using Improved Canny Algorithm -- Steps of Improved Canny Algorithm -- Leaf Image Feature Selection Using Hybrid Black Widow Optimization Algorithm with Mayfly Optimization Algorithm (BWO-MA) -- Pseudo-Code of the Hybrid (BWO-MA) Algorithm -- Output: Objective Function's -RMSE -- Leaf Image Classification Using (BWO-MA) with ANN -- Hyper-Parameter Tuning With (BWO-MA) -- RESULT AND DISCUSSION -- Dataset Description -- Evaluation & Results -- CONCLUSION -- REFERENCES…”
Full text (MFA users only)
Electronic eBook -
229
Python programming using problem solving
Published 2023Table of Contents: “…Preface -- Section I. Algorithmic problem-solving and Python fundamentals -- Chapter 1. …”
Full text (MFA users only)
Electronic eBook -
230
Modern optimization methods for science, engineering and technology
Published 2020Table of Contents: “…Implementing the traveling salesman problem using a modified ant colony optimization algorithm -- 5.1. ACO and candidate list -- 5.2. …”
Full text (MFA users only)
Electronic eBook -
231
Rough fuzzy image analysis : foundations and methodologies
Published 2010Table of Contents: “…1. Cantor, fuzzy, near, and rough sets in image analysis / James F. …”
Full text (MFA users only)
Electronic eBook -
232
-
233
-
234
Differential algebra and related topics - proceedings of the international workshop.
Published 2002Table of Contents: “…6 Reduction Algorithms 7 Rosenfeld Properties of an Autoreduced Set ; 8 Coherence and Rosenfeld's Lemma ; 9 Ritt-Raudenbush Basis Theorem ; 10 Decomposition Problems ; 11 Component Theorems ; 12 The Low Power Theorem ; Appendix: Solutions and hints to selected exercises ; References…”
Full text (MFA users only)
Electronic eBook -
235
Stochastic Methods for Boundary Value Problems : Numerics for High-dimensional PDEs and Applications.
Published 2016Full text (MFA users only)
Electronic eBook -
236
Data management of protein interaction networks
Published 2011Full text (MFA users only)
Electronic eBook -
237
-
238
Advanced Printing and Packaging Materials and Technologies
Published 2015Table of Contents: “…Color Measurement and Analysis Based on the Konica Minolta Bizhub Pro C6501 Digital Press; Evaluation of Device Color Gamut Description Algorithms; Digital Color Appearance Evaluation System; A Spectral Improved Neugebauer Equation Model; Research on Color Reproduction Characteristics of Mobile Terminals; Ink Spectrum Data Feature Extraction Research; Research on Visual Performance under Different Lighting Environments of LED Light Sources; Optimal Experiment Designs of Color File Based on the Tetrahedron Interpolation Algorithm.…”
Full text (MFA users only)
Electronic Conference Proceeding eBook -
239
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 -
240
Data clustering in C++ : an object-oriented approach
Published 2011Full text (MFA users only)
Electronic eBook