Goto

Collaborating Authors

 Rule-Based Reasoning


Lew: US retreat from global economic stage would be mistake

U.S. News

Treasury Secretary Jacob Lew said Monday that Americans have reaped significant benefits from the international architecture put in place after World War II and the United States would be making a serious mistake to retreat from its global leadership role. In a speech before the Council on Foreign Relations, Lew sought to counter arguments being advanced by Donald Trump and other Republican presidential candidates that Americans are losing badly in competition with China and other countries in the global economy. Lew said that the United States needs to embrace new players on the global economic stage and make sure they meet the standards of the trading system that the country helped create. "The worst possible outcome would be to step away from our leadership role and let others fill in behind us," he said. Lew's comments came in advance of global finance meetings later this week.


A Data Linguist on a Software Team

#artificialintelligence

From undergrads in music and social work, to PhDs in philosophy, to those who never graduated high school -- I've had quite a variety of co-workers during the ten years I've been in tech. Of course, in every software company you'll find your traditional computer science and engineering graduates as well. However, there's a significant and growing population of developers who took a different path to learn to code and are building a profession out of it. I hold a degree in linguistics, which in most universities is not a computational program, but an anthropological one. Required coursework includes topics such as historical and cultural language studies.


Intro to Machine Learning & NLP with Python and Weka Codementor

#artificialintelligence

In this tutorial, you'll be briefly introduced to machine learning with Python (2.x) and Weka, a data processing and machine learning tool. The activity is to build a simple spam filter for emails and learn machine learning concepts. This article is written by the Codementor team and is based on a Codementor Office Hour by Codementor Benjamin Cohen, a Data Scientist with a focus in Natural Language Processing. In a nutshell, machine learning is basically learning from data. Way back when before access to data was plentiful and access to computing power was plentiful, people tried to hand-write rules to solve a lot of problems. E.g., if you see {{some word}}, it's probably spam. That worked all right, but as problems get more and more complicated, the combinations of rules start to grow out of hand, both in terms of writing them and in terms of taking them up and processing them. The number of techniques to do this all fall under the umbrella of machine learning.


How one AI security system combines humans and machine learning to detect cyberthreats - TechRepublic

#artificialintelligence

The risk of cyberattacks is one of the most dangerous threats facing businesses today. And while new versions of attacks are constantly being born, teams of analysts are rushing to keep up with the latest risks. While many detection systems rely primarily on machine learning for catching attackers, a new AI system at PatternEx depends on human analysts as a vital part of their system of supervised machine learning. In 2015, GE inaugurated a new, Multi-Modal manufacturing facility in Chakan, India. If the company's ambitions for the space are realized, it could drive a massive change in global manufacturing.


Fuzzy.io Wants to Democratize Artificial Intelligence For All Developers - The New Stack

#artificialintelligence

While there may be millions of developers, there simply aren't enough data scientists to go around, and most of them are committed to working for large companies with big budgets and humongous data sets. Companies like Montreal-based Fuzzy.io are filling in the talent gap by offering an API to a set of artificial intelligence (AI) services that allows web and mobile developers to easily incorporate AI-based decision-making into their projects -- ranging from recommendations, to dynamic pricing decisions, and matching users in marketplaces. "Most of the existing ML development services are built to be used by data scientists or developers who have expertise in building AI/ML systems," said Fuzzy.io co-founder Matt Fogel. "Additionally, most of these tools require the developer to bring a great deal of data in order to train custom models. The company was founded by Fogel, who was the former produce vice president at Agendize, along with serial entrepreneur and developer Evan Prodromou. The company also recently added Kevin Fox, who, when he was at Google, helped create the user interfaces for Gmail and Google Calendar. These virtual intelligent machines use an adaptive rule base to translate pre-set, intuitive and vague "business rules" into a framework that can generate precise results. It could be as vague as "new", "old", "warm" and "good," as the company explains on its blog: "A fuzzy agent accepts some input variables and maps them onto fuzzy sets -- intuitive terms from the problem domain.


Artificial Intelligence Creates Immense Potential for Innovation and Growth in the Car Industry

#artificialintelligence

Artificial Intelligence (AI) and Digitisation will change the future of cars, challenge traditional business models and create immense potential for innovation. In future, cars will be cognitive not only will they recognize voices and be able to optimise the journey, they will also incorporate other cognitive technologies of AI - computer vision, machine learning, rules based systems as well as planning and scheduling. It is around these subjects that Frost & Sullivan's Intelligent Mobility event - taking place in London on the 28th and 29th of June - will evolve. Today, there are 4.4 million taxis globally. In 2020 this number is expected to reach 5.5 million.


Newswire & Press Release / Artificial Intelligence Creates Immense Potential for Innovation and Growth in the Car Industry Finds Frost & Sullivan - Manufacturing/Robotics - Frost & Sullivan

#artificialintelligence

Artificial Intelligence (AI) and Digitisation will change the future of cars, challenge traditional business models and create immense potential for innovation. In future, cars will be cognitive not only will they recognize voices and be able to optimise the journey, they will also incorporate other cognitive technologies of AI - computer vision, machine learning, rules based systems as well as planning and scheduling. It is around these subjects that Frost & Sullivan's Intelligent Mobility event - taking place in London on the 28th and 29th of June - will evolve. Today, there are 4.4 million taxis globally. In 2020 this number is expected to reach 5.5 million.


Association Rules and the Apriori Algorithm

#artificialintelligence

When we go grocery shopping, we often have a standard list of things to buy. Each shopper has a distinctive list, depending on one's needs and preferences. A housewife might buy healthy ingredients for a family dinner, while a bachelor might buy beer and chips. Understanding these buying patterns can help to increase sales in several ways. While we may know that certain items are frequently bought together, the question is, how do we uncover these associations?


Money 20/20 Europe: Data scientists are farmers and machine learning is statistics on steroids

#artificialintelligence

Data scientists can provide firms with access to a magical world of machine learning and all that it promises. This question was posed to a panel of experts in the field at Money 20/20 Europe in Copenhagen. Jay van Zyle of Innosect, moderating, asked if a data scientist is now just a computer person that went on a statistics course, or conversely, a stats person that went on a computer programming course? Or is it entirely a new discipline? Marco Bressan, chief data scientist, BBVA provided an elegant analogy to illustrate the plight of the data scientist: "One simple way is to look at data scientists doing machine learning as farmers. While traditional software developers you could look at more like manufacturers. "Traditional software developers would put modules together, and that would come out one machine.


Forex Algorithmic Trading: A Practical Tale for Engineers

@machinelearnbot

A few years ago, driven by my curiosity, I took my first steps into the world of Forex trading algorithms by creating a demo account and playing out simulations (with fake money) on the Meta Trader 4 trading platform. After a week of'trading', I'd almost doubled my money. Spurred on by my own success, I dug deeper and eventually signed up for a number of forums. Soon, I was spending hours reading about algorithmic trading systems (rule sets that determine whether you should buy or sell), custom indicators, market moods, and more. Around this time, coincidentally, I heard that someone was trying to find a software developer to automate a simple trading system.