Goto

Collaborating Authors

 Media


Here's How This AI Automates Content Generation In 110 Languages

#artificialintelligence

AX Semantics an artificial intelligence (AI)-powered, natural language generation (NLG) company said it could create AI-produced content in more than 110 languages. The Stuttgart-based company which launched in the US today, 12 December 2019 already works with hundreds of customers, including several Fortune 500 companies such as Deloitte for BSS reporting, Porsche and Nestlé. The demand for digital content continues to rise. And technology like AI is considered to be instrumental in helping companies keep pace. The global NLG market size is expected to reach $1,150.9



World-class Performance with Assistance of Artificial Intelligence

#artificialintelligence

In the latest version of Ortoma Treatment Solution, OTS 4, Ortoma has introduced support of Artificial Intelligence. The system drastically reduces the time needed for pre-operatively planning of a hip implant in 3D, which has created a big interest for the company's unique solution. Performance has been a focus area during the development of the latest version of Ortoma Treatment Solution (OTS). With OTS 4, an automatic AI-analysis, which forms the basis for the pre-operative planning, is made. The analysis does not take more than about 30 seconds and includes a suggestion for suitable implant and its optimized position.


Apple acquires startup developing machine learning to improve iPhone photography - 9to5Mac

#artificialintelligence

Apple has acquired a startup in the UK that develops technology designed to improve smartphone photography. According to a new report from Bloomberg, Apple has acquired Spectral Edge for an undisclosed sum. Spectral Edge uses machine learning to "make smartphone pictures crisper, with more accurate colors." This works primarily by taking an infrared image and blending it with a standard photo. "Spectral Edge combines patented Image Fusion tech with Deep Learning to reveal more of the color, detail and clarity in any image," the company explained in its pitch.


NeurIPS 2019 The Numbers

#artificialintelligence

The world's most prestigious machine learning conference wraps up in Vancouver this weekend.



19 examples of artificial intelligence shaking up business as usual

#artificialintelligence

Examples of artificial intelligence (AI) in pop culture usually involve a pack of intelligent robots hell-bent on overthrowing the human race, or at least a fancy theme park. Sentient machines with general artificial intelligence don't yet exist, and they likely won't exist anytime soon, so we're safe... for now. That's not to make light of AI's potential impact on our future. In a recent survey, more than 72% of Americans expressed worry about a future in which machines perform many human jobs. Additionally, tech billionaire Elon Musk, long an advocate for the regulation of artificial intelligence, recently called AI more dangerous than nukes. Whether we realize it or not, artificial intelligence is all around us and playing an active role in our daily lives. Every time we open our Facebook newsfeed, do a Google search, get a product recommendation from Amazon or book a trip online, AI is lurking in the background.


Improved explanatory efficacy on human affect and workload through interactive process in artificial intelligence

arXiv.org Artificial Intelligence

Despite recent advances in the field of explainable artificial intelligence systems, a concrete quantitative measure for evaluating the usability of such systems is nonexistent. Ensuring the success of an explanatory interface in interacting with users requires a cyclic, symbiotic relationship between human and artificial intelligence. We, therefore, propose explanatory efficacy, a novel metric for evaluating the strength of the cyclic relationship the interface exhibits. Furthermore, in a user study, we evaluated the perceived affect and workload and recorded the EEG signals of our participants as they interacted with our custom-built, iterative explanatory interface to build personalized recommendation systems. We found that systems for perceptually driven iterative tasks with greater explanatory efficacy are characterized by statistically significant hemispheric differences in neural signals, indicating the feasibility of neural correlates as a measure of explanatory efficacy. These findings are beneficial for researchers who aim to study the circular ecosystem of the human-artificial intelligence partnership. Keywords: Affect; Brain Lateralization; EEG; Explanatory Efficacy; Human-centric Explainable Artificial Intelligence; Interactive Explanation; Workload 1. Introduction Recent advances in artificial intelligence (AI) and machine learning algorithms have resulted in models that not only achieve high predictive performance but also provide explanatory features to support their decisions, increasing model interpretability and transparency in real-world environments [1]. However, merely providing explanations is insufficient. Ultimately, AI should address the problems hindering human-agent interaction. Much of the current work for human-interpretable machine learning systems suffers from a lack of usability and efficacy [2]. Developing such a feedback-based interface for AI systems requires an evaluation on the strength of the cyclic relationship the interface exhibits, which we define as explanatory efficacy . Failing to integrate user knowledge with machine systems can decrease interaction quality to the point of causing interaction breakdowns. Consequently, the systems will lose their ability to justify their recommendations, decisions, or actions, resulting in a loss of trust from their users.


An Unsupervised Domain-Independent Framework for Automated Detection of Persuasion Tactics in Text

arXiv.org Artificial Intelligence

With the increasing growth of social media, people have started relying heavily on the information shared therein to form opinions and make decisions. While such a reliance is motivation for a variety of parties to promote information, it also makes people vulnerable to exploitation by slander, misinformation, terroristic and predatorial advances. In this work, we aim to understand and detect such attempts at persuasion. Existing works on detecting persuasion in text make use of lexical features for detecting persuasive tactics, without taking advantage of the possible structures inherent in the tactics used. We formulate the task as a multi-class classification problem and propose an unsupervised, domain-independent machine learning framework for detecting the type of persuasion used in text, which exploits the inherent sentence structure present in the different persuasion tactics. Our work shows promising results as compared to existing work.


r/MachineLearning - [Discussion] My boss is convinced you can do a SVM using ASCII integer codes as features

#artificialintelligence

Where do I even begin this rant? I am a machine learning intern. We have a labelling problem in which we want to classify strings into category "Something" and category "Not Something". These are not sentences so we can't use any standard NLP library. My boss is convinced we should turn these strings into ASCII codes, in order to make them "non categorical", with each feature being the ASCII code for the character in question.