Les news de la curation sur des nouveautés et l’humour

This article is featured in the new DZone Guide to Artificial Intelligence: Automating Decision-Making. Get your free copy for more insightful articles, industry statistics, and more!

Since February of 2018, scientists from Google’s health-tech subsidiary have pioneered innovative ways of creating revolutionary healthcare insights through artificial intelligence prediction algorithms. Based on the back of a patient’s eye scan, their system can make predictions against the patient’s risk of experiencing a severe cardiac incident.


Source de l’article sur DZONE (AI)

Web design domain is thriving with the help of technological advancements. It has passed through a paradigm shift from static magazine layouts to “digital machines” that have hundreds of thousands of coordinated and moving parts of different sizes.

Simply put, it is the need of the hour that quality UI designers be great animators with a working knowledge of web animation technology.

Source de l’article sur DZONE

Conversation drives sales and this is a well-known fact. For customers, it is important to have someone to ask questions and clarify doubts, someone who could guide them and recommend them the best option. Today, conversations can be automated, and today there is no need to have a physical person attached to each customer. Nowadays, conversational commerce became a fast-growing buzzword and chatbots play a key role in this field. Today, I would like to discuss why chatbots became so popular and why e-commerce and m-commerce companies heavily invest in it.

What Is a Chatbot?

First off, let’s make sure we are on the same page. What is a chatbot? 
A chatbot is a computer program or an artificial intelligence, which conducts a conversation via auditory or textual methods. It simulates how a human would behave in an automatic way, improving the efficiency of the process.


Source de l’article sur DZONE (AI)

Recently I gave a talk at Agile Testing Days USA in Boston, my first time attending this testing conference and I was extremely pleased with the event, the things I learned, and the people I had the opportunity to meet. For example, I got to know some of my Agile testing role models: Lisa Crispin, Janet Gregory, and Rob Sabourin, among others.

Let’s Cover the Basics

First Off, What Is Performance Testing?

(If you’re already familiar with performance testing and the concept of continuous integration, go ahead and skip this part!)

Source de l’article sur DZONE


Why Enterprise Application Companies Should Take a Cue From Apple’s Siri and Google Assistant

Enterprise applications are the next frontier in the adoption of natural language interfaces. Unlike consumer tech, e-commerce, and various chatbots where NLP/U is more of a technical novelty, the world of enterprise is a killer ground for natural language interfaces.

A Need for a Unified Interface

One of the key unique properties of natural language is the fact that it provides a unified interface to any data source or sources. It’s the one interface that everyone already knows, and at the same time, it’s the same interface to any supporting system. Think about it…you can easily ask a lawyer, salesman, or marketing professional about any specific topic as long as you can formulate a question in a minimally understandable way.


Source de l’article sur DZONE (AI)

You can find all my .Net core posts here.

I am adding a new post after a long break because I recently joined a new company called AttachingIt. It is an awesome security-related company, and now, I am going to work on this awesome product.

Source de l’article sur DZONE

Is a no-code platform a means to an end? Simply to build custom applications easily?

The answer is both yes, and no.

Source de l’article sur DZone (Agile)

In Part 1 of this series, we discussed the need for automation of data science and the need for speed and scale in data transformation and building models. In this part, we will discuss other critical areas of ML-based solutions like:

  • Model Explainability
  • Model Governance (Traceability, Deployment, and Monitoring)

Model Explainability

Simpler Machine Learning models like linear and logistic regression have high interpretability, but may have limited accuracy. On the other hand, Deep Learning models have time and again produced high accuracy results, but are considered black boxes because of the machine’s inability to explain their decisions and actions to human users. With regulations like GDPR, model explainability is quickly becoming one of the biggest challenges for data scientists, legal teams, and enterprises. Explainable AI, commonly referred to as XAI, is becoming one of the most sought-after research areas in Machine Learning. Predictive accuracy and explainability are frequently subject to a trade-off; higher levels of accuracy may be achieved but at the cost of decreased levels of explainability. Unlike Kaggle, competitions where complex ensemble models are created to win competitions, for enterprises, model interpretability is very important. Loan Default Prediction model cannot be used to reject loan to a customer until the model is able to explain why a loan is being rejected. Also, it is often required at the model level as well as individual test instance level. At Model level, there is need to explain key features which are important and how variation in these features affect the model decision. Variable Importance and Partial Dependence plots are popularly used for this. For an individual test instance level, there are packages like “lime,” which help in explaining how black box models make a decision.


Source de l’article sur DZONE (AI)

How do you operate a data-driven application before you have any data? This is known as the cold start problem.

We faced this problem all the time when I designed clinical trials at MD Anderson Cancer Center. We used Bayesian methods to design adaptive clinical trial designs, such as clinical trials for determining chemotherapy dose levels. Each patient’s treatment assignment would be informed by data from all patients treated previously.

Source de l’article sur DZONE

If you are planning to experiment with deep learning models, Keras might be a good place to start. It’s a high-level API written in Python with backend support for Tensorflow, CNTK, and Theano.

For those of you who are new to Keras, you can read more at keras.io or a simple google search will take you to the basics and more on Keras.


Source de l’article sur DZONE (AI)