본문 바로가기

리디 접속이 원활하지 않습니다.
강제 새로 고침(Ctrl + F5)이나 브라우저 캐시 삭제를 진행해주세요.
계속해서 문제가 발생한다면 리디 접속 테스트를 통해 원인을 파악하고 대응 방법을 안내드리겠습니다.
테스트 페이지로 이동하기

AI Blueprints 상세페이지

AI Blueprints

How to build and deploy AI business projects

  • 관심 0
소장
전자책 정가
17,000원
판매가
17,000원
출간 정보
  • 2018.12.31 전자책 출간
듣기 기능
TTS(듣기) 지원
파일 정보
  • PDF
  • 251 쪽
  • 3.4MB
지원 환경
  • PC뷰어
  • PAPER
ISBN
9781788997973
ECN
-
AI Blueprints

작품 정보

▶Book Description
AI Blueprints gives you a working framework and the techniques to build your own successful AI business applications. You'll learn across six business scenarios how AI can solve critical challenges with state-of-the-art AI software libraries and a well thought out workflow. Along the way you'll discover the practical techniques to build AI business applications from first design to full coding and deployment.

The AI blueprints in this book solve key business scenarios. The first blueprint uses AI to find solutions for building plans for cloud computing that are on-time and under budget. The second blueprint involves an AI system that continuously monitors social media to gauge public feeling about a topic of interest - such as self-driving cars. You'll learn how to approach AI business problems and apply blueprints that can ensure success.

The next AI scenario shows you how to approach the problem of creating a recommendation engine and monitoring how those recommendations perform. The fourth blueprint shows you how to use deep learning to find your business logo in social media photos and assess how people interact with your products. Learn the practical techniques involved and how to apply these blueprints intelligently. The fifth blueprint is about how to best design a 'trending now' section on your website, much like the one we know from Twitter. The sixth blueprint shows how to create helpful chatbots so that an AI system can understand customers' questions and answer them with relevant responses.

This book continuously demonstrates a working framework and strategy for building AI business applications. Along the way, you'll also learn how to prepare for future advances in AI. You'll gain a workflow and a toolbox of patterns and techniques so that you can create your own smart code.

▶What You Will Learn
⦁ An essential toolbox of blueprints and advanced techniques for building AI business applications
⦁ How to design and deploy AI applications that meet today's business needs
⦁ A workflow from first design stages to practical code solutions in your next AI projects
⦁ Solutions for AI projects that involve social media analytics and recommendation engines
⦁ Practical projects and techniques for sentiment analysis and helpful chatbots
⦁ A blueprint for AI projects that recommend products based on customer purchasing habits
⦁ How to prepare yourself for the next decade of AI and machine learning advancements

▶Key Features
⦁ Learn and master the essential blueprints to program AI for real-world business applications
⦁ Gain insights into how modern AI and machine learning solve core business challenges
⦁ Acquire practical techniques and a workflow that can build AI applications using state-of-the-art software libraries
⦁ Work with a practical, code-based strategy for creating successful AI solutions in your business

▶Who This Book Is For
This book is targeted at software engineers who are familiar with Java and Python and wish to learn how to use artificial intelligence and machine learning in their code. This book is not just a list of techniques and algorithms, however.

Every example project includes a detailed discussion of integration and deployment strategies and techniques for continuous evaluation of the AI after it is deployed.

The projects and suggested workflow target small/medium businesses and startup companies that wish to introduce advanced capabilities and automation into an existing platform.

▶What this book covers
⦁ Chapter 1, The AI Workflow, introduces the AI workflow, which is a series of four steps in a mature process for building and deploying AI. This chapter also discusses the role of AI in context of a larger software system. The chapter ends with an introduction to each of the projects developed in Chapter 2, A Blueprint for Planning Cloud Infrastructure to Chapter 7, A Blueprint for Understanding Queries and Generating Responses.

⦁ Chapter 2, A Blueprint for Planning Cloud Infrastructure, shows how to use the open source OptaPlanner constraint solver planning engine to create a plan for cloud computing resources. Given a time and money budget and a set of computing tasks to complete, this chapter develops a Java-based solution for the optimal number of cloud resources to complete the tasks in the shortest time and lowest budget. Benchmarks are detailed to show that the solution is accurate. Each step of the AI workflow is addressed to help readers prepare to deploy the solution.

⦁ Chapter 3, A Blueprint for Making Sense of Feedback, shows how to acquire feedback from customers and the general public about a company's products and services, and how to identify the sentiment, or general mood, of the feedback for particular products, services, or categories. The Twitter and Reddit APIs are demonstrated for acquiring feedback. Two approaches are demonstrated for sentiment analysis: a dictionary-based approach and a method using machine learning with the CoreNLP library. The sentiment data is then visualized with plotly.js in a dashboard view for real-time updates. Each step of the AI workflow is addressed to help readers prepare to deploy the solution.

⦁ Chapter 4, A Blueprint for Recommending Products and Services, shows how to build and deploy a recommendation engine for products and services. Given a history of all user activity (purchases, clicks, ratings), a system is designed that can produce appropriate recommendations for individual users. An overview of the relevant mathematics is included, and the Python implicit library is used for building the solution. A continuous evaluation methodology is detailed to ensure the recommender continues to provide appropriate recommendations after it is deployed. Each step of the AI workflow is addressed to help readers prepare to deploy the solution.

⦁ Chapter 5, A Blueprint for Detecting Your Logo in Social Media, shows how to build a convolutional neural network (CNN) to detect logos in other people's photos. Using the Python library TensorFlow, readers are shown how to take an existing pre-trained object recognition model such as Xception and refine it for detecting specific objects using a small training set of images. We also demonstrate the use of YOLO and compare results. Then the Twitter API code from Chapter 3, A Blueprint for Making Sense of Feedback is reused to acquire images from social media, and the detector is run on these images to pick out photos of interest. A short introduction to CNNs and deep learning is included. Each step of the AI workflow is addressed to help readers prepare to deploy the solution.

⦁ Chapter 6, A Blueprint for Discovering Trends and Recognizing Anomalies, explains how to discover and track trends on a blog, storefront, or social media platform, as well as recognizing anomalous events that defy the trends. Using statistical models and anomaly detection algorithms, code is developed with the Python library scikitlearn. Different approaches are compared to address different use cases. Each step of the AI workflow is addressed to help readers prepare to deploy the solution.

⦁ Chapter 7, A Blueprint for Understanding Queries and Generating Responses, shows how to build and deploy an automated helpdesk chatbot. Using the Rasa Python library and Prolog coding, two custom chatbots are developed that examine the user's question and construct an appropriate answer using natural language generation. The Prolog code helps us develop a logical reasoning agent that is able to answer complex questions. Each step of the AI workflow is addressed to help readers prepare to deploy the solution.

⦁ Chapter 8, Preparing for Your Future and Surviving the Hype Cycle, examines the current state and near future of artificial intelligence. It examines the hype cycle and the dramatic shifts in popular interest in AI over the years and provides guidance for how to be successful in such unpredictable environments. The chapter includes advice for how to identify new approaches and advances in AI and how to decide whether or not these advances are relevant for real business needs.

작가 소개

⦁Dr. Joshua Eckroth
Dr. Joshua Eckroth is assistant professor of computer science at Stetson University, where he teaches artificial intelligence (AI), big data mining and analytics, and software engineering. He earned his PhD from The Ohio State University in AI and cognitive science. Dr. Eckroth also serves as Chief Architect at i2k Connect, which focuses on transforming documents into structured data using AI and enriched with subject matter expertise.

Dr. Eckroth has previously published two video series with Packt, Python Artificial Intelligence Projects for Beginners and Advanced Artificial Intelligence Projects with Python. His academic publications may be found on Google Scholar.

리뷰

0.0

구매자 별점
0명 평가

이 작품을 평가해 주세요!

건전한 리뷰 정착 및 양질의 리뷰를 위해 아래 해당하는 리뷰는 비공개 조치될 수 있음을 안내드립니다.
  1. 타인에게 불쾌감을 주는 욕설
  2. 비속어나 타인을 비방하는 내용
  3. 특정 종교, 민족, 계층을 비방하는 내용
  4. 해당 작품의 줄거리나 리디 서비스 이용과 관련이 없는 내용
  5. 의미를 알 수 없는 내용
  6. 광고 및 반복적인 글을 게시하여 서비스 품질을 떨어트리는 내용
  7. 저작권상 문제의 소지가 있는 내용
  8. 다른 리뷰에 대한 반박이나 논쟁을 유발하는 내용
* 결말을 예상할 수 있는 리뷰는 자제하여 주시기 바랍니다.
이 외에도 건전한 리뷰 문화 형성을 위한 운영 목적과 취지에 맞지 않는 내용은 담당자에 의해 리뷰가 비공개 처리가 될 수 있습니다.
아직 등록된 리뷰가 없습니다.
첫 번째 리뷰를 남겨주세요!
'구매자' 표시는 유료 작품 결제 후 다운로드하거나 리디셀렉트 작품을 다운로드 한 경우에만 표시됩니다.
무료 작품 (프로모션 등으로 무료로 전환된 작품 포함)
'구매자'로 표시되지 않습니다.
시리즈 내 무료 작품
'구매자'로 표시되지 않습니다. 하지만 같은 시리즈의 유료 작품을 결제한 뒤 리뷰를 수정하거나 재등록하면 '구매자'로 표시됩니다.
영구 삭제
작품을 영구 삭제해도 '구매자' 표시는 남아있습니다.
결제 취소
'구매자' 표시가 자동으로 사라집니다.

IT 비즈니스 베스트더보기

  • 트래픽을 쓸어 담는 SEO 마케팅 (김건오, 양효원)
  • 세컨드 브레인은 옵시디언 (시안)
  • 삼성에서 ERP로 먹고사는 컨설턴트가 알려주는 SAP (주호재, 서기준)
  • 사용자를 사로잡는 UXUI 실전 가이드 (김성연(우디))
  • 그로스 해킹 (양승화)
  • 실리콘밸리 리더십 (마이클 롭, 김정혜)
  • 사실은 이것도 디자인입니다 (김성연)
  • 구스마일의 월 1,000만 원 버는 유튜브 첫걸음 가이드북 (구스마일(구태한))
  • 진짜 쓰는 프리미어 프로 영상 편집 2025 (조블리)
  • AzureOpenAI로 ChatGPT와 LLM 시스템 쉽고 빠르게 구축하기 (가모 히로사토, 나가타 쇼헤이)
  • 가상자산 이해하기 - 블록체인, 비트코인, 이더리움, NFT, 디파이, 거래소, 지갑, 채굴, 스마트 계약, 분산 (씨익북스 편집부 2팀)
  • 네이버 블로그 AI 자동화 마케팅 with 챗GPT+Zapier+Make (조영빈)
  • 처음이지만 프로처럼 쓰는 Notion (박한용(노션너굴))
  • AI가 전기공학에 미치는 영향 (천호준, ChatGPT)
  • 프롬프트 엔지니어의 업무 일지 (강수진)
  • 월 20달러로 고용하는 AI 변호사 with 챗GPT (김덕은)
  • 대격변 AI 시대, 데이터로 사고하고 데이터로 리드하라 (알렉스 거트맨, 조던 골드마이어)
  • 개정판 | 왕초보 판매자도 파워셀러가 되는 네이버 스마트스토어 시작하기 (서미진)
  • 개정판 | 인스파이어드 (마티 케이건, 황진수)
  • 개정판 | 퇴근 후 스마트스토어로 투잡하기 (해밀(박하나))

본문 끝 최상단으로 돌아가기

spinner
앱으로 연결해서 다운로드하시겠습니까?
닫기 버튼
대여한 작품은 다운로드 시점부터 대여가 시작됩니다.
앱으로 연결해서 보시겠습니까?
닫기 버튼
앱이 설치되어 있지 않으면 앱 다운로드로 자동 연결됩니다.
모바일 버전