AI: It's Here

简介:

ab875c1d46132f281740e531d9f7e3755625fe25


AI: It's Here

According to IDC, there will be 44 zettabytes[1] of big data created by 2020. With the huge volume of data now being generated, a new world of value lies in its analysis and utilization. This is where artificial intelligence comes into play.

We’re in an era where big data and analytics are used to automate processes and replace humans for some tasks, and we’re now beginning to see significant advances in the application of artificial intelligence. Below are just a few examples of how the technology is being applied creatively.

 

You beauty: Can AI really judge looks?

AI starts to appear everywhere. Beauty.ai 2.0 was the first international beauty contest judged entirely by artificial intelligence. What was notable was not so much its content, but rather its judges: the “human beauty” was judged by complex algorithms.

Programmers submitted algorithms for machine beauty detection. With a dataset of 6,000 entries from over 100 countries, people’s selfies were evaluated in terms of complexion, wrinkles, youthfulness, symmetry and appearance relative to databases of models and actors with five algorithms.

Despite the controversial contest results, the goal of the contest was to explore a comprehensive rating program that could teach machines to evaluate humans and also to understand the ways humans act. Machine intelligence capabilities have been steadily growing, but still have some way to go before they can identify the next Miss World.

 

DeepMind: Play like a pro

A program that plays video games might seem gimmicky. But last year DeepMind made big news when it mastered one of the most complicated games Go in the world and beat one if its best players Lee Sedol.

DeepMind watched its own gameplay and learned how to win all by itself. The program had already learned how to play 49 different Atari 2600 games. While it did “give up” one some games due to perceived difficulty, artificial curiosity and reward systems were programmed into its core in order to encourage it keep trying.

By utilizing the two techniques – deep learning and deep reinforcement learning – it is expected to build a general-learning algorithm that is applicable to many other tasks. For example, researchers have said if AI can successfully play car racing games, the technology might be useful for the development of autonomous vehicles.

 

Sorting cucumbers: Driving away tediousness

Artificial intelligence not only solves big scale problems, but has wide applications throughout society and industry alter tedious jobs that no one wants to do. For example, when former systems designer Makoto Koike returned home to help out on his family cucumber farm, he quickly realized that sorting nine categories of spiky cucumbers could be overcome through automation.


Koike built a machine that uses a set of algorithms to control the sorting decisions, and move the cucumbers into one of the nine groups. Koike spent three months taking and labelling more than 7,000 images of cucumbers before the machine actually could work. Deep learning is critical to classifying all sorts of images with high accuracy as the machine needs a wide variety of examples to learn how to recognize the most defining cucumber features. Workers are freed from sorting cucumbers to more productive work like overall farm production.

 

Prisma: More than just discoloration

Prisma, the Russian photo-editing app, has achieved phenomenal success since it was launched in mid-2016. Given the large variety of photo retouching apps in the market, the app uses deep learning to give photos a hyper-realistic makeover in the style of classical painters and other famous forms.

Instead of merely applying filters to images, Prisma uses artificial intelligence to take the art styles of famous artists to create the “masterpiece” feeling by combining the photos. Starting with a blank canvas, the algorithm generates a final image using different data inputs that specify the style chosen.

What is fascinating about Prisma is that artificial intelligence has been able to handle tasks only humans were previously capable of – separating content with artistic style.

 

With the insights extracted from big data, AI is presenting lots of possibilities in our lives –predicting outcomes accurately, gaining competitiveness and improving productivity. While the marriage of big data and AI will provide opportunities and surprises, it will also drive innovation across different industries.



[1] 1 zettabyte = 1 billion terabytes

目录
相关文章
|
存储 缓存 文件存储
如何保证分布式文件系统的数据一致性
分布式文件系统需要向上层应用提供透明的客户端缓存,从而缓解网络延时现象,更好地支持客户端性能水平扩展,同时也降低对文件服务器的访问压力。当考虑客户端缓存的时候,由于在客户端上引入了多个本地数据副本(Replica),就相应地需要提供客户端对数据访问的全局数据一致性。
33250 201
如何保证分布式文件系统的数据一致性
|
设计模式 存储 监控
设计模式(C++版)
看懂UML类图和时序图30分钟学会UML类图设计原则单一职责原则定义:单一职责原则,所谓职责是指类变化的原因。如果一个类有多于一个的动机被改变,那么这个类就具有多于一个的职责。而单一职责原则就是指一个类或者模块应该有且只有一个改变的原因。bad case:IPhone类承担了协议管理(Dial、HangUp)、数据传送(Chat)。good case:里式替换原则定义:里氏代换原则(Liskov 
36820 22
设计模式(C++版)
|
存储 编译器 C语言
抽丝剥茧C语言(初阶 下)(下)
抽丝剥茧C语言(初阶 下)
|
机器学习/深度学习 人工智能 自然语言处理
带你简单了解Chatgpt背后的秘密:大语言模型所需要条件(数据算法算力)以及其当前阶段的缺点局限性
带你简单了解Chatgpt背后的秘密:大语言模型所需要条件(数据算法算力)以及其当前阶段的缺点局限性
24905 16
|
机器学习/深度学习 弹性计算 监控
重生之---我测阿里云U1实例(通用算力型)
阿里云产品全线降价的一力作,2023年4月阿里云推出新款通用算力型ECS云服务器Universal实例,该款服务器的真实表现如何?让我先测为敬!
36824 15
重生之---我测阿里云U1实例(通用算力型)
|
SQL 存储 弹性计算
Redis性能高30%,阿里云倚天ECS性能摸底和迁移实践
Redis在倚天ECS环境下与同规格的基于 x86 的 ECS 实例相比,Redis 部署在基于 Yitian 710 的 ECS 上可获得高达 30% 的吞吐量优势。成本方面基于倚天710的G8y实例售价比G7实例低23%,总性价比提高50%;按照相同算法,相对G8a,性价比为1.4倍左右。
|
存储 算法 Java
【分布式技术专题】「分布式技术架构」手把手教你如何开发一个属于自己的限流器RateLimiter功能服务
随着互联网的快速发展,越来越多的应用程序需要处理大量的请求。如果没有限制,这些请求可能会导致应用程序崩溃或变得不可用。因此,限流器是一种非常重要的技术,可以帮助应用程序控制请求的数量和速率,以保持稳定和可靠的运行。
29949 52

热门文章

最新文章