Deep Learning
Microsoft And Intel Collaborate To Simplify AI Deployments At The Edge
The public cloud offers unmatched power to train sophisticated deep learning models. Developers can choose from a diverse set of environments based on CPU, GPU and FPGA hardware. Cloud providers exposing high-performance compute environments through virtual machines and containers provide a unified stack of hardware and software platforms. Developers don't need to worry about getting the right set of tools, frameworks, and libraries required for training the models in the cloud. But training a model is only half of the AI story.
Deep Learning Tensor Compiler Engineer
This position is for a Deep Learning Compiler Software Engineer in Intel's AI Products Group. Come join our industry award winning team! Intel AI, leveraging Intel's world leading position in silicon innovation and proven history in creating the compute standards that power our world, is transforming Artificial Intelligence (AI) with the Intel AI products portfolio. Harnessing silicon designed specifically for AI, end to end solutions that broadly span from the data center to the edge, and tools that enable customers to quickly deploy and scale up, Intel AI is inside AI and leading the next evolution of compute. All qualified applicants will receive consideration for employment without regard to race, color, religion, religious creed, sex, national origin, ancestry, age, physical or mental disability, medical condition, genetic information, military and veteran status, marital status, pregnancy, gender, gender expression, gender identity, sexual orientation, or any other characteristic protected by local law, regulation, or ordinance….
Cerebras CEO talks about the big implications for machine learning in company's big chip ZDNet
You may have heard that, on Monday, Silicon Valley startup Cerebras Systems unveiled the world's biggest chip, called the WSE, or "wafer-scale engine," pronounced "wise." It is going to be built into complete computing systems sold by Cerebras. What you may not know is that the WSE and the systems it makes possible have some fascinating implications for deep learning forms of AI, beyond merely speeding up computations. Cerebras co-founder and chief executive Andrew Feldman talked with ZDNet a bit about what changes become possible in deep learning. There are three immediate implications that can be seen in what we know of the WSE so far.
Intel Talks at Hot Chips gear up for "AI Everywhere" - insideHPC
Naveen Rao is vice president and general manager of the Artificial Intelligence Products Group at Intel Corporation. Today at Hot Chips 2019, Intel revealed new details of upcoming high-performance AI accelerators: Intel Nervana neural network processors, with the NNP-T for training and the NNP-I for inference. Intel engineers also presented technical details on hybrid chip packaging technology, Intel Optane DC persistent memory and chiplet technology for optical I/O. To get to a future state of'AI everywhere,' we'll need to address the crush of data being generated and ensure enterprises are empowered to make efficient use of their data, processing it where it's collected when it makes sense and making smarter use of their upstream resources," said Naveen Rao, Intel vice president and GM, Artificial Intelligence Products Group. "Data centers and the cloud need to have access to performant and scalable general purpose computing and specialized acceleration for complex AI applications.
Video: Unboxing the NVIDIA DGX-1 Supercomputer at Georgia Tech - insideHPC
Oded Green is a Senior Graph Software Engineer at NVIDIA. The NVIDIA DGX-1 supercomputer is a GPU-based platform designed to facilitate faster and more efficient big data sequencing, machine learning, and deep learning processes. There aren't many computers or servers significant enough to be recognizable by model name. But, a DGX-1 is well-known throughout the computing community, particularly by the artificial intelligence and machine learning crowd," said School of Computational Science and Engineering (CSE) Research Technologist Will Powell. The DGX-1 is powered by 8 NVIDIA TESLA V100 GPUs, has over 40,000 CUDA Cores, 5,000 Tensor cores, and 1,000 TFLOPS built specially for deep learning.
Master data analytics and deep learning with this $35 Python certification bundle
Python is one of the easiest programming languages to learn, but mastering it allows you to build apps and games or even take advantage of neural networks for deep learning. But first, you'll need to learn the basics of Python, and this $34.99 bundle has exactly what you need to do so. The Complete Python Certification Bootcamp Bundle contains 12 courses on the different ways that Python is employed. If you're new to Python and coding in general, the first course you should take is From 0 to 1: Learn Python Programming - Easy As Pie. This course will teach you how to write Python code, auto-generate spreadsheets with xlsxwriter, scrape websites with Beautiful Soup, and more.
Deep learning enables scientists to identify cancer cells in blood in milliseconds
Researchers at UCLA and NantWorks have developed an artificial intelligence-powered device that detects cancer cells in a few milliseconds -- hundreds of times faster than previous methods. With that speed, the invention could make it possible to extract cancer cells from blood immediately after they are detected, which could in turn help prevent the disease from spreading in the body. A paper about the advance was published in the journal Nature Scientific Reports. The approach relies on two core technologies: deep learning and photonic time stretch. Deep learning is a type of machine learning, an artificial intelligence technique in which algorithms are "trained" to perform tasks using large volumes of data.
Google DeepMind Co-Founder Placed on Leave From AI Lab
The co-founder of DeepMind, the high-profile artificial intelligence lab owned by Google, has been placed on leave after controversy over some of the projects he led. Mustafa Suleyman runs DeepMind's "applied" division, which seeks practical uses for the lab's research in health, energy and other fields. Suleyman is also a key public face for DeepMind, speaking to officials and at events about the promise of AI and the ethical guardrails needed to limit malicious use of the technology. "Mustafa is taking time out right now after 10 hectic years," a DeepMind spokeswoman said. She didn't say why he was put on leave.
On Accurate and Reliable Anomaly Detection for Gas Turbine Combustors: A Deep Learning Approach
Monitoring gas turbine combustors health, in particular, early detecting abnormal behaviors and incipient faults, is critical in ensuring gas turbines operating efficiently and in preventing costly unplanned maintenance. One popular means of detecting combustor abnormalities is through continuously monitoring exhaust gas temperature profiles. Over the years many anomaly detection technologies have been explored for detecting combustor faults, however, the performance (detection rate) of anomaly detection solutions fielded is still inadequate. Advanced technologies that can improve detection performance are in great need. Aiming for improving anomaly detection performance, in this paper we introduce recently-developed deep learning (DL) in machine learning into the combustors anomaly detection application. Specifically, we use deep learning to hierarchically learn features from the sensor measurements of exhaust gas temperatures. And we then use the learned features as the input to a neural network classifier for performing combustor anomaly detection. Since such deep learned features potentially better capture complex relations among all sensor measurements and the underlying combustor behavior than handcrafted features do, we expect the learned features can lead to a more accurate and robust anomaly detection. Using the data collected from a real-world gas turbine combustion system, we demonstrated that the proposed deep learning based anomaly detection significantly indeed improved combustor anomaly detection performance.
Demystifying the MLPerf Benchmark Suite
Verma, Snehil, Wu, Qinzhe, Hanindhito, Bagus, Jha, Gunjan, John, Eugene B., Radhakrishnan, Ramesh, John, Lizy K.
MLPerf, an emerging machine learning benchmark suite strives to cover a broad range of applications of machine learning. We present a study on its characteristics and how the MLPerf benchmarks differ from some of the previous deep learning benchmarks like DAWNBench and DeepBench. We find that application benchmarks such as MLPerf (although rich in kernels) exhibit different features compared to kernel benchmarks such as DeepBench. MLPerf benchmark suite contains a diverse set of models which allows unveiling various bottlenecks in the system. Based on our findings, dedicated low latency interconnect between GPUs in multi-GPU systems is required for optimal distributed deep learning training. We also observe variation in scaling efficiency across the MLPerf models. The variation exhibited by the different models highlight the importance of smart scheduling strategies for multi-GPU training. Another observation is that CPU utilization increases with increase in number of GPUs used for training. Corroborating prior work we also observe and quantify improvements possible by compiler optimizations, mixed-precision training and use of Tensor Cores.