Cargando…

Artificial intelligence for big data : complete guide to automating big data solutions using artificial intelligence techniques.

Create smart systems to extract intelligent insights for decision making. You will learn about widely used Artificial Intelligence techniques for carrying out solutions in a production-ready environment. You'll explore advanced topics such as clustering, symbolic and sub-symbolic information re...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Deshpande, Anand
Otros Autores: Kumar, Manish
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2018.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 EBOOKCENTRAL_on1038486328
003 OCoLC
005 20240329122006.0
006 m o d
007 cr cnu---unuuu
008 180602s2018 enk o 000 0 eng d
040 |a EBLCP  |b eng  |e pn  |c EBLCP  |d YDX  |d MERUC  |d IDB  |d CHVBK  |d OCLCO  |d OCLCF  |d N$T  |d NLE  |d TEFOD  |d OCLCQ  |d UKMGB  |d LVT  |d UKAHL  |d OCLCQ  |d UX1  |d K6U  |d OCLCQ  |d OCLCO  |d NZAUC  |d OCLCQ  |d OCLCO  |d TMA  |d OCLCQ 
015 |a GBB897992  |2 bnb 
016 7 |a 018882484  |2 Uk 
019 |a 1038413410  |a 1175629021 
020 |a 9781788476010  |q (electronic bk.) 
020 |a 1788476018  |q (electronic bk.) 
020 |a 1788472179  |q (Trade Paper) 
020 |a 9781788472173 
020 |z 9781788472173 
024 3 |a 9781788472173 
029 1 |a AU@  |b 000066230166 
029 1 |a CHNEW  |b 001016521 
029 1 |a CHVBK  |b 523135181 
029 1 |a UKMGB  |b 018882484 
035 |a (OCoLC)1038486328  |z (OCoLC)1038413410  |z (OCoLC)1175629021 
037 |a 12B0989E-B924-421B-BF49-7D5BBE06DF66  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.9.B45  |b .D474 2018eb 
072 7 |a COM  |x 021040  |2 bisacsh 
082 0 4 |a 005.7  |2 23 
049 |a UAMI 
100 1 |a Deshpande, Anand. 
245 1 0 |a Artificial intelligence for big data :  |b complete guide to automating big data solutions using artificial intelligence techniques. 
260 |a Birmingham :  |b Packt Publishing,  |c 2018. 
300 |a 1 online resource (371 pages) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed September 11, 2018). 
505 0 |a Cover -- Copyright and Credits -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: Big Data and Artificial Intelligence Systems -- Results pyramid -- What the human brain does best -- Sensory input -- Storage -- Processing power -- Low energy consumption -- What the electronic brain does best -- Speed information storage -- Processing by brute force -- Best of both worlds -- Big Data -- Evolution from dumb to intelligent machines -- Intelligence -- Types of intelligence -- Intelligence tasks classification -- Big data frameworks -- Batch processing -- Real-time processing -- Intelligent applications with Big Data -- Areas of AI -- Frequently asked questions -- Summary -- Chapter 2: Ontology for Big Data -- Human brain and Ontology -- Ontology of information science -- Ontology properties -- Advantages of Ontologies -- Components of Ontologies -- The role Ontology plays in Big Data -- Ontology alignment -- Goals of Ontology in big data -- Challenges with Ontology in Big Data -- RDF-the universal data format -- RDF containers -- RDF classes -- RDF properties -- RDF attributes -- Using OWL, the Web Ontology Language -- SPARQL query language -- Generic structure of an SPARQL query -- Additional SPARQL features -- Building intelligent machines with Ontologies -- Ontology learning -- Ontology learning process -- Frequently asked questions -- Summary -- Chapter 3: Learning from Big Data -- Supervised and unsupervised machine learning -- The Spark programming model -- The Spark MLlib library -- The transformer function -- The estimator algorithm -- Pipeline -- Regression analysis -- Linear regression -- Least square method -- Generalized linear model -- Logistic regression classification technique -- Logistic regression with Spark -- Polynomial regression -- Stepwise regression -- Forward selection -- Backward elimination. 
505 8 |a Ridge regression -- LASSO regression -- Data clustering -- The K-means algorithm -- K-means implementation with Spark ML -- Data dimensionality reduction -- Singular value decomposition -- Matrix theory and linear algebra overview -- The important properties of singular value decomposition -- SVD with Spark ML -- The principal component analysis method -- The PCA algorithm using SVD -- Implementing SVD with Spark ML -- Content-based recommendation systems -- Frequently asked questions -- Summary -- Chapter 4: Neural Network for Big Data -- Fundamentals of neural networks and artificial neural networks -- Perceptron and linear models -- Component notations of the neural network -- Mathematical representation of the simple perceptron model -- Activation functions -- Sigmoid function -- Tanh function -- ReLu -- Nonlinearities model -- Feed-forward neural networks -- Gradient descent and backpropagation -- Gradient descent pseudocode -- Backpropagation model -- Overfitting -- Recurrent neural networks -- The need for RNNs -- Structure of an RNN -- Training an RNN -- Frequently asked questions -- Summary -- Chapter 5: Deep Big Data Analytics -- Deep learning basics and the building blocks -- Gradient-based learning -- Backpropagation -- Non-linearities -- Dropout -- Building data preparation pipelines -- Practical approach to implementing neural net architectures -- Hyperparameter tuning -- Learning rate -- Number of training iterations -- Number of hidden units -- Number of epochs -- Experimenting with hyperparameters with Deeplearning4j -- Distributed computing -- Distributed deep learning -- DL4J and Spark -- API overview -- TensorFlow -- Keras -- Frequently asked questions -- Summary -- Chapter 6: Natural Language Processing -- Natural language processing basics -- Text preprocessing -- Removing stop words -- Stemming -- Porter stemming. 
505 8 |a 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. 
505 8 |a Reinforcement learning techniques -- Markov decision processes -- Dynamic programming and reinforcement learning -- Learning in a deterministic environment with policy iteration -- Q-Learning -- SARSA learning -- Deep reinforcement learning -- Frequently asked questions -- Summary -- Chapter 11: Cyber Security -- Big Data for critical infrastructure protection -- Data collection and analysis -- Anomaly detection -- Corrective and preventive actions -- Conceptual Data Flow -- Components overview -- Hadoop Distributed File System -- NoSQL databases -- MapReduce -- Apache Pig -- Hive -- Understanding stream processing -- Stream processing semantics -- Spark Streaming -- Kafka -- Cyber security attack types -- Phishing -- Lateral movement -- Injection attacks -- AI-based defense -- Understanding SIEM -- Visualization attributes and features -- Splunk -- Splunk Enterprise Security -- Splunk Light -- ArcSight ESM -- Frequently asked questions -- Summary -- Chapter 12: Cognitive Computing -- Cognitive science -- Cognitive Systems -- A brief history of Cognitive Systems -- Goals of Cognitive Systems -- Cognitive Systems enablers -- Application in Big Data analytics -- Cognitive intelligence as a service -- IBM cognitive toolkit based on Watson -- Watson-based cognitive apps -- Developing with Watson -- Setting up the prerequisites -- Developing a language translator application in Java -- Frequently asked questions -- Summary -- Other Books You May Enjoy -- Index. 
520 |a Create smart systems to extract intelligent insights for decision making. You will learn about widely used Artificial Intelligence techniques for carrying out solutions in a production-ready environment. You'll explore advanced topics such as clustering, symbolic and sub-symbolic information representation, and many more. 
590 |a ProQuest Ebook Central  |b Ebook Central Academic Complete 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
650 0 |a Big data. 
650 0 |a Business logistics  |x Data processing. 
650 6 |a Données volumineuses. 
650 6 |a Logistique (Organisation)  |x Informatique. 
650 7 |a COMPUTERS  |x Databases  |x Data Warehousing.  |2 bisacsh 
650 7 |a Big data  |2 fast 
650 7 |a Business logistics  |x Data processing  |2 fast 
700 1 |a Kumar, Manish. 
856 4 0 |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=5400410  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH34621752 
938 |a EBL - Ebook Library  |b EBLB  |n EBL5400410 
938 |a EBSCOhost  |b EBSC  |n 1817513 
938 |a YBP Library Services  |b YANK  |n 15450184 
994 |a 92  |b IZTAP