Search Immortality Topics:

Page 142«..1020..140141142143


Category Archives: Machine Learning

Finally, a good use for AI: Machine-learning tool guesstimates how well your code will run on a CPU core – The Register

MIT boffins have devised a software-based tool for predicting how processors will perform when executing code for specific applications.

In three papers released over the past seven months, ten computer scientists describe Ithemal (Instruction THroughput Estimator using MAchine Learning), a tool for predicting the number processor clock cycles necessary to execute an instruction sequence when looped in steady state, and include a supporting benchmark and algorithm.

Throughput stats matter to compiler designers and performance engineers, but it isn't practical to make such measurements on-demand, according to MIT computer scientists Saman Amarasinghe, Eric Atkinson, Ajay Brahmakshatriya, Michael Carbin, Yishen Chen, Charith Mendis, Yewen Pu, Alex Renda, Ondrej Sykora, and Cambridge Yang.

So most systems rely on analytical models for their predictions. LLVM offers a command-line tool called llvm-mca that can presents a model for throughput estimation, and Intel offers a closed-source machine code analyzer called IACA (Intel Architecture Code Analyzer), which takes advantage of the company's internal knowledge about its processors.

Michael Carbin, a co-author of the research and an assistant professor and AI researcher at MIT, told the MIT News Service on Monday that performance model design is something of a black art, made more difficult by Intel's omission of certain proprietary details from its processor documentation.

The Ithemal paper [PDF], presented in June at the International Conference on Machine Learning, explains that these hand-crafted models tend to be an order of magnitude faster than measuring basic block throughput sequences of instructions without branches or jumps. But building these models is a tedious, manual process that's prone to errors, particularly when processor details aren't entirely disclosed.

Using a neural network, Ithemal can learn to predict throughout using a set of labelled data. It relies on what the researchers describe as "a hierarchical multiscale recurrent neural network" to create its prediction model.

"We show that Ithemals learned model is significantly more accurate than the analytical models, dropping the mean absolute percent error by more than 50 per cent across all benchmarks, while still delivering fast estimation speeds," the paper explains.

A second paper presented in November at the IEEE International Symposium on Workload Characterization, "BHive: A Benchmark Suite and Measurement Framework for Validating x86-64 Basic Block Performance Models," describes the BHive benchmark for evaluating Ithemal and competing models, IACAm llvm-mca, and OSACA (Open Source Architecture Code Analyzer). It found Ithemal outperformed other models except on vectorized basic blocks.

And in December at the NeurIPS conference, the boffins presented a third paper titled Compiler Auto-Vectorization with Imitation Learning that describes a way to automatically generate compiler optimizations in a way that outperforms LLVMs SLP vectorizer.

The academics argue that their work shows the value of machine learning in the context of performance analysis.

"Ithemal demonstrates that future compilation and performance engineering tools can be augmented with datadriven approaches to improve their performance and portability, while minimizing developer effort," the paper concludes.

Sponsored: Detecting cyber attacks as a small to medium business

Read more here:
Finally, a good use for AI: Machine-learning tool guesstimates how well your code will run on a CPU core - The Register

Posted in Machine Learning | Comments Off on Finally, a good use for AI: Machine-learning tool guesstimates how well your code will run on a CPU core – The Register

Tiny Machine Learning On The Attiny85 – Hackaday

We tend to think that the lowest point of entry for machine learning (ML) is on a Raspberry Pi, which it definitely is not. [EloquentArduino] has been pushing the limits to the low end of the scale, and managed to get a basic classification model running on the ATtiny85.

Using his experience of running ML models on an old Arduino Nano, he had created a generator that can export C code from a scikit-learn. He tried using this generator to compile a support-vector colour classifier for the ATtiny85, but ran into a problem with the Arduino ATtiny85 compiler not supporting a variadic function used by the generator. Fortunately he had already experimented with an alternative approach that uses a non-variadic function, so he was able to dust that off and get it working. The classifier accepts inputs from an RGB sensor to identify a set of objects by colour. The model ended up easily fitting into the capabilities of the diminutive ATtiny85, using only 41% of the available flash and 4% of the available ram.

Its important to note what [EloquentArduino] isnt doing here: running an artificial neural network. Theyre just too inefficient in terms of memory and computation time to fit on an ATtiny. But neural nets arent the only game in town, and if your task is classifying something based on a few inputs, like reading a gesture from accelerometer data, or naming a color from a color sensor, the approach here will serve you well. We wonder if this wouldnt be a good solution to the pesky problem of identifying bats by their calls.

We really like how approachable machine learning has become and if youre keen to give ML a go, have a look at the rest of the EloquentArduino blog, its a small goldmine.

Were getting more and more machine learning related hacks, like basic ML on an Arduino Uno, and Lego sortings using ML on a Raspberry Pi.

See the original post here:
Tiny Machine Learning On The Attiny85 - Hackaday

Posted in Machine Learning | Comments Off on Tiny Machine Learning On The Attiny85 – Hackaday

Forget Machine Learning, Constraint Solvers are What the Enterprise Needs – – RTInsights

Constraint solvers take a set of hard and soft constraints in an organization and formulate the most effective plan, taking into account real-time problems.

When a business looks to implement an artificial intelligence strategy, even proper expertise can be too narrow. Its what has led many businesses to deploy machine learning or neural networks to solve problems that require other forms of AI, like constraint solvers.

Constraint solvers take a set of hard and soft constraints in an organization and formulate the most effective plan, taking into account real-time problems. It is the best solution for businesses that have timetabling, assignment or efficiency issues.

In a RedHat webinar, principal software engineer, Geoffrey De Smet, ran through three use cases for constraint solvers.

Vehicle Routing

Efficient delivery management is something Amazon has seemingly perfected, so much so its now an annoyance to have to wait 3-5 days for an item to be delivered. Using RedHats OptaPlanner, businesses can improve vehicle routing by 9 to 18 percent, by optimizing routes and ensuring drivers are able to deliver an optimal amount of goods.

To start, OptaPlanner takes in all the necessary constraints, like truck capacity and driver specialization. It also takes into account regional laws, like the amount of time a driver is legally allowed to drive per day and creates a route for all drivers in the organization.

SEE ALSO: Machine Learning Algorithms Help Couples Conceive

In a practical case, De Smet said RedHat saved a technical vehicle routing company over $100 million in savings per year with the constraint solver. Driving time was reduced by 25 percent and the business was able to reduce its headcount by 10,000.

The benefits [of OptaPlanner] are to reduce cost, improve customer satisfaction, employee well-being and save the planet, said De Smet. The nice thing about some of these are theyre complementary, for example reducing travel time also reduces fuel consumption.

Employee timetabling

Knowing who is covering what shift can be an infuriating task for managers, with all the requests for time off, illness and mandatory days off. In a place where 9 to 5 isnt regular, it can be even harder to keep track of it all.

RedHats OptaPlanner is able to take all of the hard constraints (two days off per week, no more than eight-hour shifts) and soft constraints (should have up to 10 hours rest between shifts) and can formulate a timetable that takes all that into account. When someone asks for a day off, OptaPlanner is able to reassign workers in real-time.

De Smet said this is useful for jobs that need to run 24/7, like hospitals, the police force, security firms, and international call centers. According to RedHats simulation, it should improve employee well-being by 19 to 85 percent, alongside improvements in retention and customer satisfaction.

Task assignment

Even within a single business department, there are skills only a few employees have. For instance, in a call center, only a few will be able to speak fluently in both English and French. To avoid customer annoyance, it is imperative for employees with the right skill-set to be assigned correctly.

With OptaPlanner, managers are able to add employee skills and have the AI assign employees correctly. Using the call center example again, a bilingual advisor may take all calls in French for one day when theres a high demand for it, but on others have a mix of French and English.

For customer support, the constraint solver would be able to assign a problem to the correct advisor, or to the next best thing, before the customer is connected, thus avoiding giving out the wrong advice or having to pass the customer on to another advisor.

In the webinar, De Smet said that while the constraint solver is a valuable asset for businesses looking to reduce costs, this shouldnt be their only aim.

Without having all stakeholders involved in the implementation, the AI could end up harming other areas of the business, like customer satisfaction or employee retention. This is a similar warning given from all analysts on AI implementation it needs to come from a genuine desire to improve the business to get the best outcome.

Read more from the original source:
Forget Machine Learning, Constraint Solvers are What the Enterprise Needs - - RTInsights

Posted in Machine Learning | Comments Off on Forget Machine Learning, Constraint Solvers are What the Enterprise Needs – – RTInsights

Limits of machine learning – Deccan Herald

Suppose you are driving a hybrid car with a personalised Alexa prototype and happen to witness a road accident. Will your Alexa automatically stop the car to help the victim or call an ambulance? Probably,it would act according tothe algorithmprogrammed into itthat demands the users command.

But as a fellow traveller with Alexa, what would you do? If you areanempathetic human being, you would try to administer first aid and take the victim to a nearby hospital in your car. This empathy is what is missing in the machines, largely in the technocratic conquered education which parents are banking upon these days.

Tech-buddies

With the advancement of bots or robots teaching in our classrooms, theteachersof millennials are worried. Recently, a WhatsApp video of AI-teacher engaging class in one of the schools of Bengaluru went viral. Maybe in a decade or two, academic robots in our classrooms would teach mathematics. Or perhaps they will teach children the algorithmsthatbrings them to life and togetherthey can create another generation of tech-buddies.

I was informed by a friend that coding is taught atprimary level now which was indeed a surprise for me. Then what about other skills? Maybe life skills like swimming, cooking could also be taught by a combination of YouTube and personal robots. However, we have the edge over the machines in at least one area and thats basic human values. This is where human intervention cant be eliminated at all.

The values are not taught; rather they are ingrained at every phase of life by various people who we meet including parents, teachers, peers, and anyone around us alongside practising them. Say for example, how does one teach kids to care for the elderly at home?

Unless one feels the same emotional turmoilas the elderly before them as they are raised and apply the compassionate values, they wouldnt be motivated to take care of them.

The missing link in academia

The discussions on trans-disciplinary or interdisciplinary courses often put forward multiple subjects as well as unconventional subjects to study together. Like engineering and terracotta designs or literature and agriculture. However, the objection comes within academia citing a lack of career prospects.

We tend to forget the fact that the best mathematicians were also musicians and the best medicinal practitioners were botanists or farmers too. Interest in one subject might trigger gaining expertise in others and connect the discreet dots to create a completely new concept.

Life skills like agriculture, pottery, animal care, gardening, andhousing are essentialskills that have many benefits.Every rural person is equipped with these skills through surrounding experiences. Rather than in a classroom session, these learning takes place by seeing, interacting as well as making mistakes.

A friend who homeschooled both her kids had similar concerns. She was firmly against the formalised education which teaches a limited amount of information mostly based on memorisation taking out the natural interest of the child. Several such institutes are functioning to serve the same goals of lifelong learning. Such schools aiming at understanding human-nature, emotional wellbeing, artistic and critical thinking are fundamentally guided on the idea of learning in a fear-free environment.

When scrolling on the admissions page in these schools, I was surprised that the admissions for the 2021 academic year were already completed.This reflects the eagerness of many parents looking for such alternative education systems.

These analogies bring back the basic question of why education? If it is merely for technology-driven jobs, probably by the time your kids grow there wouldnt be many jobs as themachines would have snatched them.

Also, the country is moving towards a technology-driven economy and may not need many skilled labourers. Surely, a few post-millennials would survive in any condition if they are extremely smart and adoptive butthey may need to stop and reboot if theireducation has not prepared them for uncertainties to come.

(The writer is with Christ, Bengaluru)

Read the original post:
Limits of machine learning - Deccan Herald

Posted in Machine Learning | Comments Off on Limits of machine learning – Deccan Herald

Dell’s Latitude 9510 shakes up corporate laptops with 5G, machine learning, and thin bezels – PCWorld

Dell's Latitude 9510 shakes up corporate laptops with 5G, machine learning, and thin bezels | PCWorld ');consent.ads.queue.push(function(){ try { IDG.GPT.addDisplayedAd("gpt-superstitial", "true"); $('#gpt-superstitial').responsiveAd({screenSize:'971 1115', scriptTags: []}); IDG.GPT.log("Creating ad: gpt-superstitial [971 1115]"); }catch (exception) {console.log("Error with IDG.GPT: " + exception);} }); This business workhorse has a lot to like.

Dell Latitude 9510 hands-on: The three best features

Dell's Latitude 9510 has three features we especially love: The integrated 5G, the Dell Optimizer Utility that tunes the laptop to your preferences, and the thin bezels around the huge display.

Today's Best Tech Deals

Picked by PCWorld's Editors

Top Deals On Great Products

Picked by Techconnect's Editors

The Dell Latitude 9510 is a new breed of corporate laptop. Inspired in part by the companys powerful and much-loved Dell XPS 15, its the first model in an ultra-premium business line packed with the best of the best, tuned for business users.

Announced January 2 and unveiled Monday at CES in Las Vegas, the Latitude 9510 weighs just 3.2 pounds and promises up to 30 hours of battery life.PCWorld had a chance to delve into the guts of the Latitude 9510, learning more about whats in it and how it was built. Here are the coolest things we saw:

The Dell Latitude 9510 is shown disassembled, with (top, left to right) the magnesium bottom panel, the aluminum display lid, and the internals; and (bottom) the array of ports, speaker chambers, keyboard, and other small parts.

The thin bezels around the 15.6-inch screen (see top of story) are the biggest hint that the Latitude 9510 took inspiration from its cousin, the XPS 15. Despite the size of the screen, the Latitude 9510 is amazingly compact. And yet, Dell managed to squeeze in a camera above the displaythanks to a teeny, tiny sliver of a module.

A closer look at the motherboard of the Dell Latitude 9510 shows the 52Wh battery and the areas around the periphery where Dell put the 5G antennas.

The Latitude 9510 is one of the first laptops weve seen with integrated 5G networking. The challenge of 5G in laptops is integrating all the antennas you need within a metal chassis thats decidedly radio-unfriendly.

Dell made some careful choices, arraying the antennas around the edges of the laptop and inserting plastic pieces strategically to improve reception. Two of the antennas, for instance, are placed underneath the plastic speaker components and plastic speaker grille.

The Dell Latitude 9510 incorporated plastic speaker panels to allow reception for the 5G antennas underneath.

Not ready for 5G? No worries. Dell also offers the Latitude 9510 with Wi-Fi 6, the latest wireless networking standard.

You are constantly asking your PC to do things for you, usually the same things, over and over. Dells Optimizer software, which debuts on the Latitude 9510, analyzes your usage patterns and tries to save you time with routine tasks.

For instance, the Express SignIn feature logs you in faster. The ExpressResponse feature learns which applications you fire up first and loads them faster for you. Express Charge watches your battery usage and will adjust settings to save bettery, or step in with faster charging when you need some juice, pronto. Intelligent Audio will try to block out background noise so you can videoconference with less distraction.

The Dell Latitude 9510s advanced features and great looks should elevate corporate laptops in performance as well as style.It will come in clamshell and 2-in-1 versions, and is due to ship March 26. Pricing is not yet available.

Melissa Riofrio spent her formative journalistic years reviewing some of the biggest iron at PCWorld--desktops, laptops, storage, printers. As PCWorld's Executive Editor she leads PCWorlds content direction and covers productivity laptops and Chromebooks.

Original post:
Dell's Latitude 9510 shakes up corporate laptops with 5G, machine learning, and thin bezels - PCWorld

Posted in Machine Learning | Comments Off on Dell’s Latitude 9510 shakes up corporate laptops with 5G, machine learning, and thin bezels – PCWorld

Pear Therapeutics Expands Pipeline with Machine Learning, Digital Therapeutic and Digital Biomarker Technologies – Business Wire

BOSTON & SAN FRANCISCO--(BUSINESS WIRE)--Pear Therapeutics, Inc., the leader in Prescription Digital Therapeutics (PDTs), announced today that it has entered into agreements with multiple technology innovators, including Firsthand Technology, Inc., leading researchers from the Karolinska Institute in Sweden, Cincinnati Childrens Hospital Medical Center, Winterlight Labs, Inc., and NeuroLex Laboratories, Inc. These new agreements continue to bolster Pears PDT platform, by adding to its library of digital biomarkers, machine learning algorithms, and digital therapeutics.

Pears investment in these cutting-edge technologies further supports its strategy to create the broadest and deepest toolset for the development of PDTs that redefine standard of care in a range of therapeutic areas. With access to these new technologies, Pear is positioned to develop PDTs in new disease areas, while leveraging machine learning to personalize and improve its existing PDTs.

We are excited to announce these agreements, which expand the leading PDT platform, said Corey McCann, M.D., Ph.D., President and CEO of Pear. "Accessing external technologies allows us to continue to broaden the scope and efficacy of PDTs.

The field of digital health is evolving rapidly, and PDTs are going to increasingly play a big part because they are designed to allow doctors to treat disease in combination with drug products more effectively than with drugs alone, said Alex Pentland, Ph.D., a leading expert in voice analytics and MIT Professor. For PDTs to make their mark in healthcare, they will need to continually evolve. Machine learning and voice biomarker algorithms are key to guide that evolution and personalization.

About Pear Therapeutics

Pear Therapeutics, Inc. is the leader in prescription digital therapeutics. We aim to redefine medicine by discovering, developing, and delivering clinically validated software-based therapeutics to provide better outcomes for patients, smarter engagement and tracking tools for clinicians, and cost-effective solutions for payers. Pear has a pipeline of products and product candidates across therapeutic areas, including severe psychiatric and neurological conditions. Our lead product, reSET, for the treatment of Substance Use Disorder, was the first prescription digital therapeutic to receive marketing authorization from the FDA to treat disease. Pears second product, reSET-O, for the treatment of Opioid Use Disorder, received marketing authorization from the FDA in December 2018. For more information, visit us at http://www.peartherapeutics.com.

________________________________

1. Jones, T., Moore, T., & Choo, J. (2016). The Impact of Virtual Reality on Chronic Pain. PloS one, 11(12), e0167523. doi:10.1371/journal.pone.0167523

2. Ljtsson B, Hesser H, Andersson E, Lackner JM, Alaoui El S, Falk L, Aspvall K, Fransson J, Hammarlund K, Lfstrm A, Nowinski S, Lindfors P, Hedman E. Provoking symptoms to relieve symptoms: A randomized controlled dismantling study of exposure therapy in irritable bowel syndrome. Beh Res Ther. 2014 Feb 10;55C:2739. PMID:24584055

3. Ljtsson B, Hedman E, Andersson E, Hesser H, Lindfors P, Hursti T, Rydh S, Rck C, Lindefors N, Andersson G. Internet-delivered exposure-based treatment vs. stress management for irritable bowel syndrome: a randomized trial. Am J Gastroenterol. 2011 Aug;106(8):148191. PMID:21537360

4. Ljtsson B, Andersson G, Andersson E, Hedman E, Lindfors P, Andrewitch S, Rck C, Lindefors N. Acceptability, effectiveness, and cost-effectiveness of internet-based exposure treatment for irritable bowel syndrome in a clinical sample: a randomized controlled trial. BMC Gastroenterol. 2011;11(1):110. PMID:21992655

5. Ljtsson B, Falk L, Vesterlund AW, Hedman E, Lindfors P, Rck C, Hursti T, Andrewitch S, Jansson L, Lindefors N, Andersson G. Internet-delivered exposure and mindfulness based therapy for irritable bowel syndrome - a randomized controlled trial. Beh Res Ther. 2010 Jun;48(6):5319. PMID:20362976

Read the original post:
Pear Therapeutics Expands Pipeline with Machine Learning, Digital Therapeutic and Digital Biomarker Technologies - Business Wire

Posted in Machine Learning | Comments Off on Pear Therapeutics Expands Pipeline with Machine Learning, Digital Therapeutic and Digital Biomarker Technologies – Business Wire