本站已收录 番号和无损神作磁力链接/BT种子 

Packt - Learn to Build Amazon Alexa Skills and Converse with Machines

种子简介

种子名称: Packt - Learn to Build Amazon Alexa Skills and Converse with Machines
文件类型: 视频
文件数目: 54个文件
文件大小: 6.9 GB
收录时间: 2018-10-10 13:45
已经下载: 3
资源热度: 176
最近下载: 2024-5-12 19:44

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:5319e68974493f674f99831c6726e74cb9b94be7&dn=Packt - Learn to Build Amazon Alexa Skills and Converse with Machines 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

Packt - Learn to Build Amazon Alexa Skills and Converse with Machines.torrent
  • 01.Introduction, Course Pre-requisites, and a Try-out/0101.Introduction - Build a Rad Personal Assistant.mp4239.86MB
  • 01.Introduction, Course Pre-requisites, and a Try-out/0102.What will you learn.mp426.29MB
  • 01.Introduction, Course Pre-requisites, and a Try-out/0103.What will you need to be effective in this course.mp474.72MB
  • 01.Introduction, Course Pre-requisites, and a Try-out/0104.Getting the Code, and Using a Checklist.mp436.85MB
  • 01.Introduction, Course Pre-requisites, and a Try-out/0105.Try out Alexa in a Browser.mp473.17MB
  • 02.Understanding Alexa and its Ecosystem/0201.Rise of Voice User Interfaces.mp445.79MB
  • 02.Understanding Alexa and its Ecosystem/0202.Alexa and Alexa Enabled Devices.mp4116.28MB
  • 02.Understanding Alexa and its Ecosystem/0203.Current Abilities of Alexa.mp436.28MB
  • 02.Understanding Alexa and its Ecosystem/0204.What are Alexa Skills.mp4126.34MB
  • 02.Understanding Alexa and its Ecosystem/0205.Type of Alexa Skills, and ASK - the Alexa Skills Kit.mp4141.4MB
  • 02.Understanding Alexa and its Ecosystem/0206.Alexa Skill Development Overview.mp4114.82MB
  • 02.Understanding Alexa and its Ecosystem/0207.Alexa App Installation on Phone.mp4405.36MB
  • 03.Overview of Technology behind Alexa/0301.Amazon Polly - the Text to Speech Engine.mp456.78MB
  • 03.Overview of Technology behind Alexa/0302.Amazon Lex - Brains behind Voice User Interfaces.mp458.85MB
  • 03.Overview of Technology behind Alexa/0303.Serverless Computing - changing the conventional deployment models.mp463.16MB
  • 03.Overview of Technology behind Alexa/0304.Amazon Lambda - the Serverless Computing solution by Amazon.mp4112MB
  • 04.Build your First Lambda Function and connect with S3/0401.Amazon Developer Portal Account Setup.mp464.23MB
  • 04.Build your First Lambda Function and connect with S3/0402.Amazon Web Services Account Setup.mp490.56MB
  • 04.Build your First Lambda Function and connect with S3/0403.Amazon S3, and First Lambda Function's Goal.mp454.01MB
  • 04.Build your First Lambda Function and connect with S3/0404.Amazon S3 Buckets and File Upload.mp476.33MB
  • 04.Build your First Lambda Function and connect with S3/0405.Create Amazon IAM (Identity and Access Management) Role.mp493.65MB
  • 04.Build your First Lambda Function and connect with S3/0406.Create Lambda Function `takeS3backup`.mp4153.03MB
  • 04.Build your First Lambda Function and connect with S3/0407.Prepare Lambda Test Events to check S3 Connectivity.mp4137.27MB
  • 04.Build your First Lambda Function and connect with S3/0408.Upgrade `takeS3backup` Lambda Function to copy S3 files.mp499.45MB
  • 04.Build your First Lambda Function and connect with S3/0409.Test and Verify S3 File Upload.mp4116.45MB
  • 05.Build your First Alexa Skill - Eva 1.0/0501.Goal 1 - Make "Eva", Your First Alexa Skill, to Read out Quotes.mp470.28MB
  • 05.Build your First Alexa Skill - Eva 1.0/0502.Deconstructing an Alexa Skill Statement.mp462.05MB
  • 05.Build your First Alexa Skill - Eva 1.0/0503.Pointers to building an Awesome Voice Interface.mp462.61MB
  • 05.Build your First Alexa Skill - Eva 1.0/0504.Designing a Voice Interaction Model for Eva 1.0.mp4162.34MB
  • 05.Build your First Alexa Skill - Eva 1.0/0505.Preparing the Intents, Slots, Utterances and Data for an Alexa Custom Skill.mp4139.63MB
  • 05.Build your First Alexa Skill - Eva 1.0/0506.Configuring Eva 1.0 Custom Skill on Amazon Developer Portal.mp498.74MB
  • 05.Build your First Alexa Skill - Eva 1.0/0507.Request Handlers, Response Objects and Actions in Lambda Function for Alexa.mp483.45MB
  • 05.Build your First Alexa Skill - Eva 1.0/0508.Lambda Function to make Eva 1.0 introduce itself.mp4394.95MB
  • 05.Build your First Alexa Skill - Eva 1.0/0509.Extending Eva 1.0 Lambda Function to achieve Goal 1 of reading quotes.mp4289.01MB
  • 06.Testing Eva 1.0 - An Alexa Custom Skill/0601.Lambda Test Events to test Eva 1.0.mp4145.67MB
  • 06.Testing Eva 1.0 - An Alexa Custom Skill/0602.Developer Portal Service Simulator to test Eva 1.0.mp4106.67MB
  • 06.Testing Eva 1.0 - An Alexa Custom Skill/0603.Echosim.io Web based Simulator to test Eva 1.0.mp4114.76MB
  • 06.Testing Eva 1.0 - An Alexa Custom Skill/0604.Amazon Echo to test Eva 1.0.mp4127.58MB
  • 06.Testing Eva 1.0 - An Alexa Custom Skill/0605.Introduction to Amazon CloudWatch for reviewing logs and debugging errors.mp4163.81MB
  • 07.Eva 2.0 - Making Eva Useful by connecting to APIs & getting real time route info/0701.Goal 2 - Make Eva tell you real time traffic information using Third Party APIs.mp486.86MB
  • 07.Eva 2.0 - Making Eva Useful by connecting to APIs & getting real time route info/0702.Designing a detailed Voice Interaction Model for Eva 2.0.mp4401.32MB
  • 07.Eva 2.0 - Making Eva Useful by connecting to APIs & getting real time route info/0703.Get Google Maps API Key for Route & Traffic Information.mp4215.23MB
  • 07.Eva 2.0 - Making Eva Useful by connecting to APIs & getting real time route info/0704.Prepare Intents, Slots, Utterances and Coordinates for Route Information.mp4255.79MB
  • 07.Eva 2.0 - Making Eva Useful by connecting to APIs & getting real time route info/0705.Configure Eva 2.0 Skill on Developer Portal with New Intents, Slots, Utterances.mp4115.49MB
  • 07.Eva 2.0 - Making Eva Useful by connecting to APIs & getting real time route info/0706.EvaFunction 2.0 in Lambda (13) - Configuration and Helper functions.mp4255.11MB
  • 07.Eva 2.0 - Making Eva Useful by connecting to APIs & getting real time route info/0707.EvaFunction 2.0 in Lambda (23) - Handlers for GetBookmarks and Built-in Intents.mp4390.41MB
  • 07.Eva 2.0 - Making Eva Useful by connecting to APIs & getting real time route info/0708.EvaFunction 2.0 in Lambda (33) - Handler for GetRoute Intent.mp4235.66MB
  • 07.Eva 2.0 - Making Eva Useful by connecting to APIs & getting real time route info/0709.Testing Eva 2.0 through Lambda Test Events.mp4262.15MB
  • 07.Eva 2.0 - Making Eva Useful by connecting to APIs & getting real time route info/0710.Testing Eva 2.0 through Amazon Echo and CloudWatch.mp4361B
  • 08.Taking Alexa Development to the Next Level/0801.Ideas - Enhance Eva and make it better.mp433.24MB
  • 08.Taking Alexa Development to the Next Level/0802.Ideas - Create Alexa Voice Service.mp423.16MB
  • 08.Taking Alexa Development to the Next Level/0803.Ideas - Publish the Custom Skill.mp460.38MB
  • 08.Taking Alexa Development to the Next Level/0804.Ideas - Build Smart Home Skills.mp459.32MB
  • 08.Taking Alexa Development to the Next Level/0805.Building a Consistently Reliable Architecture using Amazon.mp437.71MB