Goto

Collaborating Authors

 machine learning time


Microsoft Open Sources Its 'Farm of the Future' Toolkit « Machine Learning Times

#artificialintelligence

AI, artificial intelligence, data analytics, Deep Learning, Machine Learning, Predictive Analytics; 23 Views. Related. AI-Generated Imagery is the New …


12 Best Coursera Free Courses for Machine Learning

#artificialintelligence

This is another Free Coursera course to learn how deep learning with neural networks can be used to classify images and detect objects in images and videos. In this course, you will use convolutional neural networks (CNNs) to classify images and detect objects.


Machine Learning for Snapchat Ad Ranking « Machine Learning Times

#artificialintelligence

Originally published in Snapchat Engineering, July 11, 2022. Snapchat ad ranking aims to serve the right ad to the right user at the right time. These are selected from millions of ads in our inventory at any time. We do so with a strong emphasis on maintaining an excellent user experience and upholding Snap's strong privacy principles and security standards, including honoring user privacy choices. Serving the right ad, in turn, generates value for our community of advertisers and Snapchatters.


Why AI Isn't Going to Replace Data Scientists Any Time Soon « Machine Learning Times

#artificialintelligence

This content is restricted to site members. If you are an existing user, please log in on the right (desktop) or below (mobile). If not, register today and gain free access to original content and industry news.


How to Make Artificial Intelligence Less Biased « Machine Learning Times

#artificialintelligence

How could software designed to take the bias out of decision making, to be as objective as possible, produce these kinds of outcomes? After all, the purpose of artificial intelligence is to take millions of pieces of data and from them make predictions that are as error-free as possible. But as AI has become more pervasive--as companies and government agencies use AI to decide who gets loans, who needs more health care and how to deploy police officers, and more--investigators have discovered that focusing just on making the final predictions as error free as possible can mean that its errors aren't always distributed equally. Instead, its predictions can often reflect and exaggerate the effects of past discrimination and prejudice. In other words, the more AI focused on getting only the big picture right, the more it was prone to being less accurate when it came to certain segments of the population--in particular women and minorities. And the impact of this bias can be devastating on swaths of the population--for instance, denying loans to creditworthy women much more frequently than denying loans to creditworthy men.


Six Ways Machine Learning Threatens Social Justice « Machine Learning Times

#artificialintelligence

When you harness the power and potential of machine learning, there are also some drastic downsides that you've got to manage. Deploying machine learning, you face the risk that it be discriminatory, biased, inequitable, exploitative, or opaque. In this article, I cover six ways that machine learning threatens social justice – linking to short videos that dive deeply into each one – and reach an incisive conclusion: The remedy is to take on machine learning standardization as a form of social activism. When you use machine learning, you aren't just optimizing models and streamlining business. In essence, the models embody policies that control access to opportunities and resources for many people.


The Computational Limits of Deep Learning Are Closer Than You Think « Machine Learning Times

#artificialintelligence

Deep learning eats so much power that even small advances will be unfeasible give the massive environmental damage they will wreak, say computer scientists. Deep in the bowels of the Smithsonian National Museum of American History in Washington, D.C., sits a large metal cabinet the size of a walk-in wardrobe. The cabinet houses a remarkable computer -- the front is covered in dials, switches and gauges, and inside, it is filled with potentiometers controlled by small electric motors. Behind one of the cabinet doors is a 20 by 20 array of light sensitive cells, a kind of artificial eye. This is the Perceptron Mark I, a simplified electronic version of a biological neuron. It was designed by the American psychologist Frank Rosenblatt at Cornell University in the late 1950s who taught it to recognize simple shapes such as triangles.


On-device Supermarket Product Recognition « Machine Learning Times

#artificialintelligence

One of the greatest challenges faced by users who are visually impaired is identifying packaged foods, both in a grocery store and also in their kitchen cupboard at home. This is because many foods share the same packaging, such as boxes, tins, bottles and jars, and only differ in the text and imagery printed on the label. However, the ubiquity of smart mobile devices provides an opportunity to address such challenges using machine learning (ML). In recent years, there have been significant improvements in the accuracy of on-device neural networks for various perception tasks. When coupled with the increased computing power in modern smartphones, it is now possible for many vision tasks to yield high performance while running entirely on a mobile device.


Wise Practitioner – Predictive Analytics Interview Series: Haig Nalbantian at Mercer - BIZ - Machine Learning Times - machine learning & data science news

#artificialintelligence

Already receive the Machine Learning Times emails? The Machine Learning Times now requires legacy email subscribers to upgrade their subscription - one time only - in order to attain a password-protected login and gain complete access.


Is Machine Learning Always The Right Choice? - Machine Learning Times - machine learning & data science news

#artificialintelligence

Since this article will probably come out during Income tax season, let me start with the following example: Suppose we would like to build a program that calculates income tax for people. According to US federal income tax rules: "For single filers, all income less than $9,875 is subject to a 10% tax rate. Therefore, if you have $9,900 in taxable income, the first $9,875 is subject to the 10% rate and the remaining $25 is subject to the tax rate of the next bracket (12%)". This is an example of rules or an algorithm (set of instructions) for a computer. Let's look at this from a formal, pragmatic point of view. A computer equipped with this program can achieve the goal (calculate tax) without human help.