Search Results - (((((((ant OR kkantis) OR wantis) OR hints) OR cantor) OR anne) OR file) OR wkanting) algorithms.

  1. 221
  2. 222

    Mastering Scala machine learning by Kozlov, Alexander

    Published 2016
    Table 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
  3. 223

    Agent-based computing

    Published 2010
    Table of Contents: “…Analysis of Algorithm -- 2.1.1. Chain-Like Agent Structure -- 2.1.2. …”
    Full text (MFA users only)
    Electronic eBook
  4. 224
  5. 225

    Haskell data analysis cookbook : explore intuitive data analysis techniques and powerful machine learning methods using over 130 practical recipes by Shukla, Nishant, 1992-

    Published 2014
    Table 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
  6. 226
  7. 227

    Practical data analysis by Cuesta, Hector

    Published 2013
    Table 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
  8. 228

    Future Farming. by Shukla, Praveen Kumar

    Published 2023
    Table 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
  9. 229

    Python programming using problem solving by Bhasin, Harsh (Assistant professor in computer science)

    Published 2023
    Table of Contents: “…Preface -- Section I. Algorithmic problem-solving and Python fundamentals -- Chapter 1. …”
    Full text (MFA users only)
    Electronic eBook
  10. 230

    Modern optimization methods for science, engineering and technology

    Published 2020
    Table 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
  11. 231

    Rough fuzzy image analysis : foundations and methodologies

    Published 2010
    Table of Contents: “…1. Cantor, fuzzy, near, and rough sets in image analysis / James F. …”
    Full text (MFA users only)
    Electronic eBook
  12. 232

    Delaunay mesh generation by Cheng, Siu-Wing

    Published 2013
    Full text (MFA users only)
    Electronic eBook
  13. 233

    Pattern recognition by Theodoridis, Sergios, 1951-

    Published 2006
    Full text (MFA users only)
    Electronic eBook
  14. 234

    Differential algebra and related topics - proceedings of the international workshop. by SIT, WILLIAM Y.

    Published 2002
    Table 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
  15. 235
  16. 236
  17. 237

    Wavelets : theory and applications

    Published 1996
    Full text (MFA users only)
    Electronic eBook
  18. 238

    Advanced Printing and Packaging Materials and Technologies

    Published 2015
    Table 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
  19. 239

    Artificial intelligence for big data : complete guide to automating big data solutions using artificial intelligence techniques. by Deshpande, Anand

    Published 2018
    Table 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
  20. 240