SPE
A New Age in Education: Udacity and IMB Watson Have AI Engineering Courses Online
MIT's'Nightmare Machine' uses AI to give your photos a horrifying Halloween makeover Apple's touch-enabled MacBook Pro, tough Q4 results, 'Apple Car' Is Google AI's Encryption Better Than Human Encryption? Stay up-to-date on the topics you care about. We'll send you an email alert whenever a news article matches your alert term. It's free, and you can add new alerts at any time.
UBS Future of Finance Forum
On 26 October 2016, UBS held its second UBS Future of Finance Forum, this time in Zurich. The conference saw leaders and experts from the financial industry, fintechs, academia and regulators come together to discuss the future of Intelligent Automation and start to build a common understanding of what a successful approach would look like. We discussed evolving client preferences, what constitutes a'good' intelligent agent and how AI will impact our business. We sounded the drivers for automation and attempted to set its ethical boundaries, investigate the optimal human / co-bot collaboration, control risks and manage the new workforce. We debated sensible requirements from regulator and bank perspective and how to identify and manage liability.
Fuzzy.ai - Product Hunt
I'm Evan, co-founder and CTO of Fuzzy.ai. Our team is very excited to be opening our doors for new registration today. These rules are optimized over time due to feedback from production use. We've applied this technique to a number of interesting business cases -- fraud detection, recommendations, content optimization, and dynamic pricing. Our Web-based developer environment makes it easy to design an agent quickly, and our SDKs for different programming languages make integrating with our REST API pretty painless.
A Shortcut Guide To Machine Learning And AI In The Enterprise
Predictive analytics / machine learning / artificial intelligence is a hot topic – what's it about? Using algorithms to help make better decisions has been the "next big thing in analytics" for over 25 years. It has been used in key areas such as fraud the entire time. But it's now become a full-throated mainstream business meme that features in every enterprise software keynote -- although the industry is battling with what to call it. It appears that terms like data mining, predictive analytics, and advanced analytics are considered too geeky or old for industry marketers and headline writers.
Microsoft Open Sources AI Toolkit Community
Microsoft this week released an updated version of its Microsoft Cognitive Toolkit as an open source Beta. The deep learning system is used to speed advances in areas such as speech and image recognition and search relevance on CPUs and Nvidia GPUs. It also works with Microsoft's Azure GPU offering. The Microsoft computer scientists who developed the toolkit initially were looking for a tool to speed up and improve their own research. Initially called "Microsoft/CNTK," it morphed into an offering that Microsoft customers and flagship product groups depend on for a wide variety of deep learning tasks, the company said.
From the Turing Test to Deep Learning: Artificial Intelligence Goes Mainstream - Computer Business Review
This year, the Association for Computing Machinery (ACM) celebrates 50 years of the ACM Turing Award, the most prestigious technical award in the computing industry. The Turing Award, generally regarded as the'Nobel Prize of computing', is an annual prize awarded to "an individual selected for contributions of a technical nature made to the computing community". In celebration of the 50 year milestone, renowned computer scientist Melanie Mitchell spoke to CBR's Ellie Burns about artificial intelligence (AI) – the biggest breakthroughs, hurdles and myths surrounding the technology. MM: There are many important examples of AI in the mainstream; some very visible, others blended in so well with other methods that the AI part is nearly invisible. Web search is an "invisible" example that has had perhaps the broadest impact.
AI system finds Trump will win the White House and is more popular than Obama in 2008
Rai said that his AI system shows that the candidate in each election who had leading engagement data ended up winning the election. "If Trump loses, it will defy the data trend for the first time in the last 12 years since Internet engagement began in full earnest," Rai wrote in a report sent to CNBC. Currently most national polls put Clinton and the Democrats ahead by a strong margin. Rai said his data shows that Clinton should not get complacent. But the entrepreneur admitted that there were limitations to the data in that sentiment around social media posts is difficult for the system to analyze.
Google taught artificial intelligence to encrypt messages on its own
A team at Google has built a system to show that artificial intelligence can build its own form of encryption. While not very complex currently, this research could set the table for encryption that gets stronger as hackers attempt to crack it. To see if the artificial intelligence could learn to encrypt on its own, the AI researchers at Google Brain, a unit of the search company focused on deep learning, built a game with three entities powered by deep neural networks: Alice, Bob, and Eve. Alice was designed to send an encrypted message of 16 zeroes and ones to Bob, which was designed to decrypt the message. The two bots started with a shared key, a foundation for the message's encryption.
Compliance monitoring and artificial intelligence
A recent Compliance Week story on how artificial intelligence could revolutionize compliance depicted how technology firms "are offering software platforms that promise to automate otherwise routine tasks and improve upon fraud detection audits, anti-money laundering protocols, and know-your-customer screening." With the advent of cyber-security attacks, developers of advanced artificial intelligence security monitoring solutions have also emerged. However, understanding when and how often monitoring solutions should be executed presents trade-offs to be considered. Legacy approaches to risk monitoring look for recognized threats by known signatures and pre-built event detection logic. Often these standby methods rest on technology confines and as a result are not aligned to business risk.
Recurrent Neural Nets – The Third and Least Appreciated Leg of the AI Stool
We've paid a lot of attention lately to Convolutional Neural Nets (CNNs) as the cornerstone of 2nd gen NNs and spent some time on Spiking Neural Nets (SNNs) as the most likely path forward to 3rd gen, but we'd really be remiss if we didn't stop to recognize Recurrent Neural Nets (RNNs). Because RNNs are solid performers in the 2nd gen NN world and perform many tasks much better than CNNs. These include speech-to-text, language translation, and even automated captioning for images. By count, there are probably more applications for RNNs than for CNNs. On one scale RNNs have much more in common with the larger family of NNs than do CNNs which have very unique architecture. RNNs allow inputs of strings of data to be assessed together and those strings can be of widely varying lengths.