Goto

Collaborating Authors

 Retail


Semantic segmentation data labeling and model training using Amazon SageMaker

#artificialintelligence

Then I used the p3.2xlarge instance for model training by setting instance_type "ml.p3.2xlarge". The training completed in 8 minutes. The best MIoU (Mean Intersection over Union) of 0.846 is achieved at epoch 11 with a pix_acc (the percent of pixels in your image that are classified correctly) of 0.925, which is a pretty good result for this small dataset. I hosted the model on a low-cost ml.c5.xlarge instance:


Deep demand forecasting with Amazon SageMaker

#artificialintelligence

Every business needs the ability to predict the future accurately in order to make better decisions and give the company a competitive advantage. With historical data, businesses can understand trends, make predictions of what might happen and when, and incorporate that information into their future plans, from product demand to inventory planning and staffing. If a forecast is too high, companies may over-invest in products and staff, which results in wasted investment. If the forecast is too low, companies may under-invest, which leads to a shortfall in raw materials and inventory, creating a poor customer experience. Time series forecasting is a technique that predicts future time series data based on historical data.


Generative Adversarial Learning: Architectures and Applications (Intelligent Systems Reference Library, 217): Razavi-Far, Roozbeh, Ruiz-Garcia, Ariel, Palade, Vasile, Schmidhuber, Juergen: 9783030913892: Amazon.com: Books

#artificialintelligence

This book provides a collection of recent research works addressing theoretical issues on improving the learning process and the generalization of GANs as well as state-of-the-art applications of GANs to various domains of real life. Generative adversarial networks (GANs), as the main method of adversarial learning, achieve great success and popularity by exploiting a minimax learning concept, in which two networks compete with each other during the learning process. Their key capability is to generate new data and replicate available data distributions, which are needed in many practical applications, particularly in computer vision and signal processing. The book is intended for academics, practitioners, and research students in artificial intelligence looking to stay up to date with the latest advancements on GANs' theoretical developments and their applications.


Amazon.com: Reinforcement Learning: Industrial Applications of Intelligent Agents: 9781098114831: D., Phil Winder Ph.: Books

#artificialintelligence

Reinforcement learning (RL) is a machine learning (ML) paradigm that is capable of optimizing sequential decisions. RL is interesting because it mimics how we, as humans, learn. We are instinctively capable of learning strategies that help us master complex tasks like riding a bike or taking a mathematics exam. RL attempts to copy this process by interacting with the environment to learn strategies. Recently, businesses have been applying ML algorithms to make one-shot decisions. These are trained upon data to make the best decision at the time.


Fundamentals of Artificial Intelligence: Volume 1 (Introduction to Artificial Intelligence): 9798795777597: Computer Science Books @ Amazon.com

#artificialintelligence

Dr. Nisha Talagala is a world-renowned computer scientist and an expert in Artificial Intelligence and Machine Learning. The inspiration to write this book started with her experiences sharing the power of AI technology with her then 9 year old daughter. She found that there were not many resources available for kids to learn and interact with AIs in a way that is engaging and not intimidating. She found that, with the right tools and approach, kids can learn AI, become empowered, and create amazing innovations. Just like computer science and coding is an integral part of learning today, AI is required learning for all the professionals of tomorrow.


The Applied Artificial Intelligence Workshop: Start working with AI today, to build games, design decision trees, and train your own machine learning models: So, Anthony, So, William, Nagy, Zsolt: 9781800205819: Amazon.com: Books

#artificialintelligence

Zsolt Nagy is a software engineer, manager, tech lead, and mentor specializing in the development of maintainable web applications with cutting edge technologies since 2010. As a software engineer, Zsolt continuously challenges himself to stick to the highest possible standards. Zsolt puts extra effort into building a T-shaped profile in leadership and software engineering. You can read more about Zsolt's specializations by visiting his blogs. His tech blog (zsoltnagy.eu) is on improving your JavaScript skills by solving tech interviewing questions and developing real world web applications that you can monetize or display in your portfolio.


Amazon.com: Building Computer Vision Projects with OpenCV 4 and C++: Implement complex computer vision algorithms and explore deep learning and face detection: 9781838644673: Millan Escriva, David, Joshi, Prateek, G. Mendonca, Vinicius, Shilkrot, Roy: Books

#artificialintelligence

This Learning Path is your guide to understanding OpenCV concepts and algorithms through real-world examples and activities. Through various projects, you'll also discover how to use complex computer vision and machine learning algorithms and face detection to extract the maximum amount of information from images and videos. In later chapters, you'll learn to enhance your videos and images with optical flow analysis and background subtraction. Sections in the Learning Path will help you get to grips with text segmentation and recognition, in addition to guiding you through the basics of the new and improved deep learning modules. By the end of this Learning Path, you will have mastered commonly used computer vision techniques to build OpenCV projects from scratch.


Technology: Facial recognition is on the rise – but the law is lagging a long way behind

#artificialintelligence

Melbourne/Canberra: Private companies and public authorities are quietly using facial recognition systems around Australia. Despite the growing use of this controversial technology, there is little in the way of specific regulations and guidelines to govern its use. Spying on shoppers We were reminded of this fact recently when consumer advocates at CHOICE revealed that major retailers in Australia are using the technology to identify people claimed to be thieves and troublemakers. There is no dispute about the goal of reducing harm and theft. But there is also little transparency about how this technology is being used.


Amazon.com: Python Programming for Beginners: 2 Books in 1 - The Ultimate Step-by-Step Guide To Learn Python Programming Quickly with Practical Exercises (Computer Programming) eBook : Reed, Mark: Kindle Store

#artificialintelligence

Mark Reed is a senior software engineer, programmer, entrepreneur & writer who works with tech enthusiasts, & passionate to learn more about programming and machine learning. After spending nearly a decade working for companies such as Google and Apple, Mark gained an in-depth knowledge of software systems and applications. As our society becomes increasingly reliant on technology, Mark believes that technology is at the very core of our life and is profoundly changing the way we live and work. Mark has worked as a consultant for startups for many years & he has become a best-selling author for his books on programming, including Python, C# & SQL. Mark holds an M.S. in Computer Science from the University of California, Los Angeles.


New – Amazon SageMaker Ground Truth Now Supports Synthetic Data Generation

#artificialintelligence

Today, I am happy to announce that you can now use Amazon SageMaker Ground Truth to generate labeled synthetic image data. Building machine learning (ML) models is an iterative process that, at a high level, starts with data collection and preparation, followed by model training and model deployment. And especially the first step, collecting large, diverse, and accurately labeled datasets for your model training, is often challenging and time-consuming. Let's take computer vision (CV) applications as an example. CV applications have come to play a key role in the industrial landscape.