Skip to main content

Amazon using AI

AI and machine learning powers three popular Amazon products: Alexa, the Amazon Go Store, and the Amazon recommendation engine. The Amazon Echo, which features AI bot Alexa, has been one of the company's most popular forays into machine learning.

How does Amazon use Machine Learning?

Earn free bitcoin
The e-commerce giant uses AI behind the scenes to grow its marketplace:

  • By aggregating and analyzing purchasing data on products using machine learning, Amazon can more accurately forecast demand.
  • It also uses machine learning to analyze purchasing patterns and identify fraudulent purchases. Paypal uses the same approach, resulting in a .32% revenue fraud rate, compared with the 1.32% industry average.
  • In addition, Amazon utilizes browsing and purchasing data to provide tailored product recommendations and promotions.
Amazon’s cloud computing service, Amazon Web Services (AWS), will also make machine learning and other types of AI more readily available to outside companies. This could allow retailers without technical expertise in this area to take advantage of the data processing capabilities of AI to cater to their customers’ preferences. At the same time, Amazon would gain an additional revenue stream in a space likely to be in high demand soon.

Is Alexa AI or ML?

Alexa is neither an AI nor a product of ML - yet. It's speech recognition, natural language processing, Human voice generation. All cool stuff in the hand of everybody.


If you are developing alexa then you can easily see that one just needs to provide questions and answers respectively. Alexa just searches for given query, if found then converts the answer from text to speech.

DANCE OF THE ROBOTS



Deep inside Amazon’s 855,000-square-foot fulfillment center in Kent, Washington, 18 miles south of Seattle, a bunch of orange Amazon robots are doing a dance. Balanced on top of each of the orange machines is a yellow pod with nine rows of product-packed shelves on each of four sides. Powered by AI, each of the robots automatically sprang into action when someone somewhere in the Pacific Northwest purchased something on Amazon.com, and each is now autonomously maneuvering its way around the others in a bid to get to a station at the edge of the fenced-off robotic field where a worker will pluck the item in question and put it on a conveyor belt toward another worker who will box it up.

GRAB AND GO


Given that the heart of the new fulfillment center system involves using cameras and AI software to detect someone holding an item and placing it on a shelf, you might think that the same technology is in use at Amazon Go, Amazon’s automated grocery stores that allow customers to walk in, grab what they want, and simply walk out the door, with everything being charged to their account automatically.
As of now, there are only four Amazon Go outlets–three in Seattle and another in Chicago, with more on the way. But they are able to handle a steady flow of customers who can scan their phone upon entry, shop as much or as little as they want, pick thing off of shelves and put them back, and accurately track what they end up leaving with, regardless of numerous potential pitfalls along the way.

What is AWS?


AWS - Amazon Web Services is a subsidiary of Amazon that provides on-demand cloud computing platforms and APIs to individuals, companies, and governments, on a metered pay-as-you-go basis

Machine Learning on AWS


AWS offers the broadest and deepest set of tools for your business to create impactful machine learning solutions faster.

Comments

Popular posts from this blog

Top industries and applications of AI

Top Industries and Applications of AI in 2019 Healthcare Improvement  within the  state of healthcare system holds immense importance  because it  directly reflects on critical aspects  like  quality of treatment,  anticipation  , etc.  AI  is playing  a serious  role in improving diagnostics, minimally invasive surgical procedures, drug development, better patient monitoring, and getting actionable insights into patients’ real-time needs. These are  just a few  of  the various  applications of AI in healthcare. Mentioned below are some critical applications of  AI  that are helping save lives. Enlitic , a California based AI organization that develops ‘deep learning’ based tools to streamline radiology diagnosis. The deep learning platform analyses the unstructured data  like  blood tests, radiology images, genomics, EKGs, etc.  along side  complete patient  m...

Installing Python

Python Python is an useful language for programmers to create ML based algorithms, Deep Learning algorithms, Data analysis or do just simple coding. Python is being used by many renowned companies including Google and Netflix. Python IDLE IDLE which stands for Integrated DeveLopment Environment or Integrated Development and Learning Environment is an useful platform to develop Python Projects. Installation of Python IDLE (with images) Installing IDLE is very easy. Just follow the steps and you are ready to develop your project. Go to  this link . ( https://www.python.org/downloads/ ) Click on Download Python 3.8.1(Version Name).             The downloading should start the second you click.           If you have any other platform than windows then just select the one you are having.      3. Open the downloaded file and click on run.      4. Click on Customi...