Share

The The Applied Artificial Intelligence Workshop

Download The The Applied Artificial Intelligence Workshop PDF Online Free

Author :
Release : 2020-07-22
Genre : Computers
Kind : eBook
Book Rating : 73X/5 ( reviews)

GET EBOOK


Book Synopsis The The Applied Artificial Intelligence Workshop by : Anthony So

Download or read book The The Applied Artificial Intelligence Workshop written by Anthony So. This book was released on 2020-07-22. Available in PDF, EPUB and Kindle. Book excerpt: With knowledge and information shared by experts, take your first steps towards creating scalable AI algorithms and solutions in Python, through practical exercises and engaging activities Key FeaturesLearn about AI and ML algorithms from the perspective of a seasoned data scientistGet practical experience in ML algorithms, such as regression, tree algorithms, clustering, and moreDesign neural networks that emulate the human brainBook Description You already know that artificial intelligence (AI) and machine learning (ML) are present in many of the tools you use in your daily routine. But do you want to be able to create your own AI and ML models and develop your skills in these domains to kickstart your AI career? The Applied Artificial Intelligence Workshop gets you started with applying AI with the help of practical exercises and useful examples, all put together cleverly to help you gain the skills to transform your career. The book begins by teaching you how to predict outcomes using regression. You’ll then learn how to classify data using techniques such as k-nearest neighbor (KNN) and support vector machine (SVM) classifiers. As you progress, you'll explore various decision trees by learning how to build a reliable decision tree model that can help your company find cars that clients are likely to buy. The final chapters will introduce you to deep learning and neural networks. Through various activities, such as predicting stock prices and recognizing handwritten digits, you'll learn how to train and implement convolutional neural networks (CNNs) and recurrent neural networks (RNNs). By the end of this applied AI book, you'll have learned how to predict outcomes and train neural networks and be able to use various techniques to develop AI and ML models. What you will learnCreate your first AI game in Python with the minmax algorithmImplement regression techniques to simplify real-world dataExperiment with classification techniques to label real-world dataPerform predictive analysis in Python using decision trees and random forestsUse clustering algorithms to group data without manual supportLearn how to use neural networks to process and classify labeled imagesWho this book is for The Applied Artificial Intelligence Workshop is designed for software developers and data scientists who want to enrich their projects with machine learning. Although you do not need any prior experience in AI, it is recommended that you have knowledge of high school-level mathematics and at least one programming language, preferably Python. Although this is a beginner's book, experienced students and programmers can improve their Python skills by implementing the practical applications given in this book.

The Applied Artificial Intelligence Workshop

Download The Applied Artificial Intelligence Workshop PDF Online Free

Author :
Release : 2020-07-20
Genre : Computers
Kind : eBook
Book Rating : 819/5 ( reviews)

GET EBOOK


Book Synopsis The Applied Artificial Intelligence Workshop by : Anthony So

Download or read book The Applied Artificial Intelligence Workshop written by Anthony So. This book was released on 2020-07-20. Available in PDF, EPUB and Kindle. Book excerpt:

Applied Artificial Intelligence

Download Applied Artificial Intelligence PDF Online Free

Author :
Release : 2018-04-30
Genre : Artificial intelligence
Kind : eBook
Book Rating : 021/5 ( reviews)

GET EBOOK


Book Synopsis Applied Artificial Intelligence by : Mariya Yao

Download or read book Applied Artificial Intelligence written by Mariya Yao. This book was released on 2018-04-30. Available in PDF, EPUB and Kindle. Book excerpt: This bestselling book gives business leaders and executives a foundational education on how to leverage artificial intelligence and machine learning solutions to deliver ROI for your business.

The Applied AI and Natural Language Processing Workshop

Download The Applied AI and Natural Language Processing Workshop PDF Online Free

Author :
Release : 2020-07-27
Genre : Computers
Kind : eBook
Book Rating : 686/5 ( reviews)

GET EBOOK


Book Synopsis The Applied AI and Natural Language Processing Workshop by : Krishna Sankar

Download or read book The Applied AI and Natural Language Processing Workshop written by Krishna Sankar. This book was released on 2020-07-27. Available in PDF, EPUB and Kindle. Book excerpt: With the help of engaging activities, learn how to leverage Amazon Web Services for building serverless intelligent applications that can process information in no time Key FeaturesLearn how to integrate Amazon's Simple Storage Services with AI and NLP projectsGet to grips with serverless computing and its applicationsCreate intelligent applications such as chatbots and image recognition modelsBook Description Are you fascinated with applications like Alexa and Siri and how they accurately process information within seconds before returning accurate results? Are you looking for a practical guide that will teach you how to build intelligent applications that can revolutionize the world of artificial intelligence? The Applied AI and NLP Workshop will take you on a practical journey where you will learn how to build artificial intelligence (AI) and natural language processing (NLP) applications with Amazon Web services (AWS). Starting with an introduction to AI and machine learning, this book will explain how Amazon S3, or Amazon Simple Storage Service, works. You'll then integrate AI with AWS to build serverless services and use Amazon's NLP service Comprehend to perform text analysis on a document. As you advance, the book will help you get to grips with topic modeling to extract and analyze common themes on a set of documents with unknown topics. You'll also work with Amazon Lex to create and customize a chatbot for task automation and use Amazon Rekognition for detecting objects, scenes, and text in images. By the end of The Applied AI and NLP Workshop, you'll be equipped with the knowledge and skills needed to build scalable intelligent applications with AWS. What you will learnGrasp the fundamentals of AI, ML, and AWSExplore the AWS command line, its interface, and its applicationsImport and export data to Amazon S3Perform topic modeling on a set of documents to analyze common themesDevelop a custom chatbot to get the latest stock market quotesCreate a personal call center and connect it to the chatbotWho this book is for If you are a machine learning enthusiast, data scientist, or programmer who wants to explore AWS's artificial intelligence and machine learning capabilities, this book is for you. Although not necessary, a basic understanding of AI and NLP will assist with grasping key topics quickly.

The Artificial Intelligence Infrastructure Workshop

Download The Artificial Intelligence Infrastructure Workshop PDF Online Free

Author :
Release : 2020-08-17
Genre : Computers
Kind : eBook
Book Rating : 992/5 ( reviews)

GET EBOOK


Book Synopsis The Artificial Intelligence Infrastructure Workshop by : Chinmay Arankalle

Download or read book The Artificial Intelligence Infrastructure Workshop written by Chinmay Arankalle. This book was released on 2020-08-17. Available in PDF, EPUB and Kindle. Book excerpt: Explore how a data storage system works – from data ingestion to representation Key FeaturesUnderstand how artificial intelligence, machine learning, and deep learning are different from one anotherDiscover the data storage requirements of different AI apps using case studiesExplore popular data solutions such as Hadoop Distributed File System (HDFS) and Amazon Simple Storage Service (S3)Book Description Social networking sites see an average of 350 million uploads daily - a quantity impossible for humans to scan and analyze. Only AI can do this job at the required speed, and to leverage an AI application at its full potential, you need an efficient and scalable data storage pipeline. The Artificial Intelligence Infrastructure Workshop will teach you how to build and manage one. The Artificial Intelligence Infrastructure Workshop begins taking you through some real-world applications of AI. You'll explore the layers of a data lake and get to grips with security, scalability, and maintainability. With the help of hands-on exercises, you'll learn how to define the requirements for AI applications in your organization. This AI book will show you how to select a database for your system and run common queries on databases such as MySQL, MongoDB, and Cassandra. You'll also design your own AI trading system to get a feel of the pipeline-based architecture. As you learn to implement a deep Q-learning algorithm to play the CartPole game, you'll gain hands-on experience with PyTorch. Finally, you'll explore ways to run machine learning models in production as part of an AI application. By the end of the book, you'll have learned how to build and deploy your own AI software at scale, using various tools, API frameworks, and serialization methods. What you will learnGet to grips with the fundamentals of artificial intelligenceUnderstand the importance of data storage and architecture in AI applicationsBuild data storage and workflow management systems with open source toolsContainerize your AI applications with tools such as DockerDiscover commonly used data storage solutions and best practices for AI on Amazon Web Services (AWS)Use the AWS CLI and AWS SDK to perform common data tasksWho this book is for If you are looking to develop the data storage skills needed for machine learning and AI and want to learn AI best practices in data engineering, this workshop is for you. Experienced programmers can use this book to advance their career in AI. Familiarity with programming, along with knowledge of exploratory data analysis and reading and writing files using Python will help you to understand the key concepts covered.

You may also like...