Cargando…

Practical artificial intelligence : machine learning, bots, and agent solutions using C# /

Discover how all levels Artificial Intelligence (AI) can be present in the most unimaginable scenarios of ordinary lives. This book explores neural networks, agents, multi agent systems, supervised learning, and unsupervised learning. These and other topics will be addressed with real world examples...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Pérez Castaño, Arnaldo (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Place of publication not identified] : Apress, [2018]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_on1038068007
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu|||unuuu
008 180531t20182018xx a o 001 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d N$T  |d EBLCP  |d GW5XE  |d YDX  |d UAB  |d OCLCQ  |d UMI  |d STF  |d OCLCF  |d TOH  |d WAU  |d U3W  |d DEBBG  |d SNK  |d AU@  |d CEF  |d CNCEN  |d G3B  |d LVT  |d S9I  |d UKMGB  |d CAUOI  |d MERER  |d OCLCQ  |d COO  |d UKAHL  |d C6I  |d OCLCQ  |d AZU  |d UPM  |d VT2  |d WYU  |d LEAUB  |d ADU  |d OCLCQ  |d AAA  |d OCLCO  |d OCLCQ  |d OCLCO 
015 |a GBB8O3790  |2 bnb 
016 7 |a 019183817  |2 Uk 
019 |a 1038446438  |a 1038548122  |a 1040599411  |a 1040612216 
020 |a 9781484233573  |q (electronic bk.) 
020 |a 1484233573  |q (electronic bk.) 
020 |z 9781484233566 
020 |z 1484233565 
024 7 |a 10.1007/978-1-4842-3357-3  |2 doi 
029 1 |a AU@  |b 000063566277 
029 1 |a AU@  |b 000067500082 
029 1 |a CHDSB  |b 006823279 
029 1 |a CHNEW  |b 001069582 
029 1 |a CHVBK  |b 524767009 
029 1 |a CHVBK  |b 577488163 
029 1 |a UKMGB  |b 019183817 
035 |a (OCoLC)1038068007  |z (OCoLC)1038446438  |z (OCoLC)1038548122  |z (OCoLC)1040599411  |z (OCoLC)1040612216 
037 |a CL0500000972  |b Safari Books Online 
050 4 |a Q335 
072 7 |a COM  |x 000000  |2 bisacsh 
082 0 4 |a 006.3  |2 23 
049 |a UAMI 
100 1 |a Pérez Castaño, Arnaldo,  |e author. 
245 1 0 |a Practical artificial intelligence :  |b machine learning, bots, and agent solutions using C# /  |c Arnaldo Pérez Castaño. 
264 1 |a [Place of publication not identified] :  |b Apress,  |c [2018] 
264 4 |c ©2018 
300 |a 1 online resource (xxi, 690 pages) :  |b color illustrations, portraits 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a data file 
500 |a Includes index. 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed June 1, 2018). 
505 0 |a Intro; Table of Contents; About the Author; About the Technical Reviewer; Acknowledgments; Introduction; Chapter 1: Logic & AI; What Is Logic?; Propositional Logic; Logical Connectives; Negation; Conjunction; Disjunction; Implication; Equivalence; Laws of Propositional Logic; Normal Forms; Logic Circuits; Practical Problem: Using Inheritance and C# Operators to Evaluate Logic Formulas; Practical Problem: Representing Logic Formulas as Binary Decision Trees; Practical Problem: Transforming a Formula into Negation Normal Form (NNF) 
505 8 |a Practical Problem: Transforming a Formula into Conjunctive Normal Form (CNF); Summary; Chapter 2: Automated Theorem Proving & First-Order Logic; Automated Theorem Proving; Practical Problem: Clauses and CNFs Classes in C#; DPLL Algorithm; Practical Problem: Modeling the Pigeonhole Principle in Propositional Logic; Practical Problem: Finding Whether a Propositional Logic Formula is SAT; First-Order Logic; Predicates in C#; Practical Problem: Cleaning Robot; Summary; Chapter 3: Agents; What's an Agent?; Agent Properties; Types of Environments; Agents with State 
505 8 |a Practical Problem: Modeling the Cleaning Robot as an Agent and Adding State to It; Agent Architectures; Reactive Architectures: Subsumption Architecture; Deliberative Architectures: BDI Architecture; Hybrid Architectures; Touring Machines; InteRRaP; Summary; Chapter 4: Mars Rover; What's a Mars Rover?; Mars Rover Architecture; Mars Rover Code; Mars Rover Visual Application; Summary; Chapter 5: Multi-Agent Systems; What's a Multi-Agent System?; Multi-Agent Organization; Communication; Speech Act Theory; Agent Communication Languages (ACL); Coordination & Cooperation 
505 8 |a Negotiation Using Contract Net; Social Norms & Societies; Summary; Chapter 6: Communication in a Multi-Agent System Using WCF; Services; Contracts; Bindings; Endpoints; Publisher/Subscriber Pattern; Practical Problem: Communicating Among Multiple Agents Using WCF; Summary; Chapter 7: Cleaning Agents: A Multi-Agent System Problem; Program Structure; Cleaning Task; Cleaning Agent Platform; Contract Net; FIPA-ACL; MAS Cleaning Agent; GUI; Running the Application; Summary; Chapter 8: Simulation; What Is Simulation?; Discrete-Event Simulation; Probabilistic Distributions 
505 8 |a Practical Problem: Airport Simulation; Summary; Chapter 9: Support Vector Machines; What Is a Support Vector Machine (SVM)?; Practical Problem: Linear SVM in C#; Imperfect Separation; Non-linearly Separable Case: Kernel Trick; Sequential Minimal Optimization Algorithm (SMO); Practical Problem: SMO Implementation; Summary; Chapter 10: Decision Trees; What Is a Decision Tree?; Generating a Decision Tree: ID3 Algorithm; Entropy and Information Gain; Practical Problem: Implementing the ID3 Algorithm; C4.5 Algorithm; Practical Problem: Implementing the C4.5 Algorithm; Summary 
520 |a Discover how all levels Artificial Intelligence (AI) can be present in the most unimaginable scenarios of ordinary lives. This book explores neural networks, agents, multi agent systems, supervised learning, and unsupervised learning. These and other topics will be addressed with real world examples, so you can learn fundamental concepts with AI solutions and apply them to your own projects. People tend to talk about AI as something mystical and unrelated to their ordinary life. Practical Artificial Intelligence provides simple explanations and hands on instructions. Rather than focusing on theory and overly scientific language, this book will enable practitioners of all levels to not only learn about AI but implement its practical uses. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Artificial intelligence. 
650 0 |a Machine learning. 
650 0 |a Robots. 
650 0 |a C (Computer program language) 
650 2 |a Artificial Intelligence 
650 2 |a Machine Learning 
650 6 |a Intelligence artificielle. 
650 6 |a Apprentissage automatique. 
650 6 |a C (Langage de programmation) 
650 7 |a artificial intelligence.  |2 aat 
650 7 |a Network hardware.  |2 bicssc 
650 7 |a Artificial intelligence.  |2 bicssc 
650 7 |a COMPUTERS  |x General.  |2 bisacsh 
650 7 |a Artificial intelligence  |2 fast 
650 7 |a C (Computer program language)  |2 fast 
650 7 |a Machine learning  |2 fast 
650 7 |a Robots  |2 fast 
776 0 8 |i Print version:  |a Pérez Castaño, Arnaldo.  |t Practical artificial intelligence.  |d [Place of publication not identified] : Apress, [2018]  |z 1484233565  |z 9781484233566  |w (OCoLC)1007035822 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484233573/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH35093446 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL5401123 
938 |a EBSCOhost  |b EBSC  |n 1816274 
938 |a YBP Library Services  |b YANK  |n 15453366 
994 |a 92  |b IZTAP