Goto

Collaborating Authors

 Deep Learning


Deep Learning for Automatically Visual Evoked Potential Classification During Surgical Decompression of Sellar Region Tumors TVST

#artificialintelligence

In the previous paper, we built a convolutional neural network to differentiate normal VEPs from abnormal VEPs from signals obtained from multifocal VEP examination.7 Still images are more suitable for the convolutional neural network. In data with dynamic properties, a combination of the convolutional and recurrent neural network was more suitable. The recurrent neural network has been proven to be useful in analyzing data, such as clinical notes,23,24 anesthesia parameters,25 and cardiographs.26 Here, we combined a convolutional neural network and recurrent neural network with the assumption that the former can differentiate static images and the latter can recognize dynamic patterns. We chose the long-short memory layer because of its property of selectively remembering and forgetting patterns for long and short durations of time.


Enabling the Deep Learning Revolution - KDnuggets

#artificialintelligence

Deep Learning (DL) models are revolutionizing the business and technology world with jaw-dropping performances in one application area after another -- image classification, object detection, object tracking, pose recognition, video analytics, synthetic picture generation -- just to name a few. However, they are like anything but classical Machine Learning (ML) algorithms/techniques. DL models use millions of parameters and create extremely complex and highly nonlinear internal representations of the images or datasets that are fed to these models. Whereas for the classical ML, domain experts and data scientists often have to write hand-crafted algorithms to extract and represent high-dimensional features from the raw data, deep learning models, on the other hand, automatically extracts and work on these complex features. A lot of theory and mathematical machines behind the classical ML (regression, support vector machines, etc.) were developed with linear models in mind. However, practical real-life problems are often nonlinear in nature and therefore cannot be effectively solved using those ML methods.


An introduction to deep learning with Brain.js - LogRocket Blog

#artificialintelligence

Using Brain.js is a fantastic way to build a neural network. It learns the patterns and relationship between the inputs and output in order to make a somewhat educated guess when dealing with related issues. One example of a neural network is Cloudinary's image recognition add-on system. I was also shocked the first time I read the documentation of Brain.js, In this post, we will discuss some aspects of understanding how neural networks work.


Popular Deep Learning Courses of 2019 - KDnuggets

#artificialintelligence

Deep Learning is gaining more momentum and notoriety among the data science generation of this decade. A few years ago, it was not as mainstream as Machine Learning techniques, such as Logistic Regression and Random Forest for example. Nowadays, it is all about Neural Networks, Activation Functions, Multiple Layers, Drop-out, etc. There is good reason for this one, which is simply, Deep Learning has shown to perform better than Machine Learning algorithms at times. The following courses are famous among peers for knowledge on the new wave of Deep Learning and AI.


What is TensorFlow? Where can use TensorFlow? Besant Technologies

#artificialintelligence

TensorFlow is a machine learning open library, known for its Python-friendly interface. This open-source library is used for numerical computations and can increase the rate at which machine learning can be achieved by the users. Formulated by Google, this product promises to evolve as one of the most successful deep learning libraries for virtual learners. TensorFlow is a brainchild of Google's research division and works at making large scale machine learning simpler. The product is designed keeping in view of researchers, programmers and data scientists.


AI Hardware Built from a Software-first Perspective: Groq's Flexible Silicon Architecture - News

#artificialintelligence

Semiconductor industry startups are usually founded by hardware engineers who develop a silicon architecture and then figure out how to map software for that specific hardware. Here is a tale of a chip startup founded in the age of artificial intelligence (AI) that has a software DNA. Groq was founded in 2016 by a group of software engineers who wanted to solve AI problems from the software side. When they approached the issue without any preconceptions of what an AI architecture may need to look like, they were able to create an architecture that can be mapped to different AI models. The company is focused on the inference market for data centers and autonomous vehicles, and its first product is a PCIe plug-in card for which Groq designed the ASIC and AI accelerator and developed the software stack.


MIT breaks new ground in AI with 'deep' knitting, yes, knitting ZDNet

#artificialintelligence

A hot trend in artificial intelligence in recent years has been the rise of impressive fakes -- fake headshots, fake videos, fake text. Deep learning techniques, part of machine learning, have gotten better and better at taking real-world data and using it to make something artificial, such as a picture, seem incredibly convincing. Researchers at the Massachusetts Institute of Technology on Monday announced an AI approach that goes in the opposite direction: it takes something real and makes it artificial. The application is somewhat surprising: knitted garments that need to be reproduced. The system studies a picture of a garment and computes a series of stitches to give to an automated knitting machine.


Enterprise AI: Data Analytics, Data Science and Machine Learning

#artificialintelligence

In the first article in this series, we discussed how humans have always desired to better understand the present and predict the future.1 The algorithms to help achieve this understanding have been around for decades, including even those of artificial intelligence (AI) approaches for enabling computers to reason about things that normally require human intelligence. However, only in recent years have we accumulated the massive digital data and developed the sufficiently powerful processors needed to put these AI algorithms to work on real human and business problems, with excellent performance and accuracy, on a broad scale. In this article, we describe some of the fundamental technologies and processes that enable enterprises to put AI to work to transform their businesses. In particular, we explain the concepts of data analytics, data science and machine learning, including deep learning.


An overview of model explainability in modern machine learning

#artificialintelligence

Model explainability is one of the most important problems in machine learning today. It's often the case that certain "black box" models such as deep neural networks are deployed to production and are running critical systems from everything in your workplace security cameras to your smartphone. It's a scary thought that not even the developers of these algorithms understand why exactly the algorithms make the decisions they do -- or even worse, how to prevent an adversary from exploiting them. While there are many challenges facing the designer of a "black box" algorithm, it's not completely hopeless. There are actually many different ways to illuminate the decisions a model makes.


r/MachineLearning - [D] Preferred Networks (creators of Chainer) migrating it's research platform to PyTorch from Chainer

#artificialintelligence

PFN to work with PyTorch and the open-source community to develop the framework and advance MN-Core processor support. Preferred Networks, Inc. (PFN, Head Office: Tokyo, President & CEO: Toru Nishikawa) today announced plans to incrementally transition its deep learning framework (a fundamental technology in research and development) from PFN's Chainer to PyTorch. Concurrently, PFN will collaborate with Facebook and the other contributors of the PyTorch community to actively participate in the development of PyTorch. With the latest major upgrade v7 released today, Chainer will move into a maintenance phase. PFN will provide documentation and a library to facilitate the migration to PyTorch for Chainer users.