Goto

Collaborating Authors

 Media


Artificial Intelligence Isn't an Arms Race

#artificialintelligence

As evidence, he cited Beijing's access to vast amounts of data and its substantial investment in research and development for artificial intelligence.



A researcher in Japan designed an AI program for Othello that always loses to human players

Daily Mail - Science & tech

A new online version of the game Othello has become a hit in Japan because the AI has been designed to always lose, and players love it. The game, called'The weakest AI Othello,' was released in August and has since attracted over 400,000 players for more than 1.29 million games. It was developed by Takuma Yoshida, who works at Avilen,a Tokyo firm that designs AI and machine learning tools for businesses. 'The Weakest AI Othello' is an online version of the popular board game, in which the computer AI has been designed to always lose to the human player One day at work, Yoshida began to question why he was spending so much time trying to engineer software to outperform humans. He wondered whether human attitudes toward AI and robotics might be different if humans didn't always expect to be beaten by them, according to a report in the Asahi Shimbun.


Artificial Intelligence - How AI Took Over Our Lives in the 2010s

#artificialintelligence

Bots are a lot like humans: Some are cute. Some are annoying ... and a little racist. Bots serve their creators and society as helpers, spies, educators, servants, lab technicians, and artists. In the 2010s, automation got better, cheaper, and way less avoidable. That means driving directions are more reliable, instant translations are almost good enough, and everyone gets to be an adequate portrait photographer, all powered by artificial intelligence.


The Voight-Kampff Test, by 'PataBots

#artificialintelligence

Digital Album Streaming Download Includes high-quality download in MP3, FLAC and more. Paying supporters also get unlimited streaming via the free Bandcamp app. Digital Album Streaming Download Includes high-quality download in MP3, FLAC and more. Paying supporters also get unlimited streaming via the free Bandcamp app. Includes high-quality download in MP3, FLAC and more.


Commercial Banks Embracing Artificial Intelligence but Struggle to Use It for Competitive Impact, According to Genpact Research

#artificialintelligence

Genpact's study, Commercial Banking: The Customer Experience Imperative, surveyed 500 senior commercial banking executives on the industry's changing landscape. The research reveals that while many banks understand the growing importance of CX and AI, questions remain regarding their ability to use AI for greater value and mine data effectively to embrace digital transformation and enhance service. The good news is most banks are optimistic about the future. Two-thirds of respondents say they expect to use AI across their organization in the next 12 to 18 months, compared with fewer than one in five today. Yet, some executives surveyed seem hesitant about whether AI will deliver on its promises to drive new personalized services to improve customer experience.


r/MachineLearning - [D] Yoshua Bengio talks about what's next for deep learning

#artificialintelligence

I can tell he doesn't have any children though! Children learn excruciatingly slowly based on thousands of hours of data. It takes a child literally months to learn how to pick something up. And they have amazing hardware to do it with, and they're learning from interactive video, not just labelled pictures.


r/MachineLearning - [R] Object-recognition dataset stumped the world's best computer vision models

#artificialintelligence

If you break the IID assumption then models that rely on it don't perform well. Everyone knows that Imagenet is a relatively clean dataset and not representative of the real world. They didn't train on a split of objectnet and test on a split, they trained on imagenet and then just applied to the common categories. All this shows is that if the training data is not representative of the testing data, performance will suffer. This is one of the first things everyone learns in this field.


r/MachineLearning - [R] Legendre Memory Units: Continuous-Time Representation in Recurrent Neural Networks (NeurIPS2019 Spotlight)

#artificialintelligence

We propose a novel memory cell for recurrent neural networks that dynamically maintains information across long windows of time using relatively few resources. The Legendre Memory Unit (LMU) is mathematically derived to orthogonalize its continuous-time history--doing so by solving d coupled ordinary differential equations (ODEs), whose phase space linearly maps onto sliding windows of time via the Legendre polynomials up to degree d 1. Backpropagation across LMUs outperforms equivalently-sized LSTMs on a chaotic time-series prediction task, improves memory capacity by two orders of magnitude, and significantly reduces training and inference times. LMUs can efficiently handle temporal dependencies spanning 100,000 time-steps, converge rapidly, and use few internal state-variables to learn complex functions spanning long windows of time--exceeding state-of-the-art performance among RNNs on permuted sequential MNIST. These results are due to the network's disposition to learn scale-invariant features independently of step size. Backpropagation through the ODE solver allows each layer to adapt its internal time-step, enabling the network to learn task-relevant time-scales.


r/MachineLearning - [R] SOLO: Segmenting Objects by Locations

#artificialintelligence

Abstract: We present a new, embarrassingly simple approach to instance segmentation in images. Compared to many other dense prediction tasks, e.g., semantic segmentation, it is the arbitrary number of instances that have made instance segmentation much more challenging. In order to predict a mask for each instance, mainstream approaches either follow the'detect-thensegment' strategy as used by Mask R-CNN, or predict category masks first then use clustering techniques to group pixels into individual instances. We view the task of instance segmentation from a completely new perspective by introducing the notion of "instance categories", which assigns categories to each pixel within an instance according to the instance's location and size, thus nicely converting instance mask segmentation into a classification-solvable problem. Now instance segmentation is decomposed into two classification tasks.