Goto

Collaborating Authors

 cnn and rnn


5d0d5594d24f0f955548f0fc0ff83d10-Supplemental.pdf

Neural Information Processing Systems

Onemightconsider"2V 7 V"and "V 84V"tobedifferent patterns orinvariants butatahigher levelofabstraction theycan both represent the concept of a repeated symbol irrespective of the position of the repeating item.


One Transformer -- A New Era of Deep Learning

#artificialintelligence

Deep learning has ignited the AI renaissance over the past decade. DL has become the mainstream of technological innovation and digital transformation. Over time, due to different algorithms and use cases, it has established two well-known branches, CNN and RNN. CNN (Convolutional Neural Network) is a DL model designed to process and analyze data with a grid-like structure, such as images. It uses convolutional layers to extract features from data and is often used for image classification, object detection, and segmentation.


Domain Adaptation for Robust Workload Level Alignment Between Sessions and Subjects using fNIRS

arXiv.org Artificial Intelligence

Significance: We demonstrated the potential of using domain adaptation on functional Near-Infrared Spectroscopy (fNIRS) data to classify different levels of n-back tasks that involve working memory. Aim: Domain shift in fNIRS data is a challenge in the workload level alignment across different experiment sessions and subjects. In order to address this problem, two domain adaptation approaches -- Gromov-Wasserstein (G-W) and Fused Gromov-Wasserstein (FG-W) were used. Approach: Specifically, we used labeled data from one session or one subject to classify trials in another session (within the same subject) or another subject. We applied G-W for session-by-session alignment and FG-W for subject-by-subject alignment to fNIRS data acquired during different n-back task levels. We compared these approaches with three supervised methods: multi-class Support Vector Machine (SVM), Convolutional Neural Network (CNN), and Recurrent Neural Network (RNN). Results: In a sample of six subjects, G-W resulted in an alignment accuracy of 68 $\pm$ 4 % (weighted mean $\pm$ standard error) for session-by-session alignment, FG-W resulted in an alignment accuracy of 55 $\pm$ 2 % for subject-by-subject alignment. In each of these cases, 25 % accuracy represents chance. Alignment accuracy results from both G-W and FG-W are significantly greater than those from SVM, CNN and RNN. We also showed that removal of motion artifacts from the fNIRS data plays an important role in improving alignment performance. Conclusions: Domain adaptation has potential for session-by-session and subject-by-subject alignment of mental workload by using fNIRS data.


Intro to Neural Networks: CNN vs. RNN

#artificialintelligence

In machine learning, each type of artificial neural network is tailored to certain tasks. This article will introduce two types of neural networks: convolutional neural networks (CNN) and recurrent neural networks (RNN). Using popular Youtube videos and visual aids, we will explain the difference between CNN and RNN and how they are used in computer vision and natural language processing. The main difference between CNN and RNN is the ability to process temporal information or data that comes in sequences, such as a sentence for example. Moreover, convolutional neural networks and recurrent neural networks are used for completely different purposes, and there are differences in the structures of the neural networks themselves to fit those different use cases.


LuNet: A Deep Neural Network for Network Intrusion Detection

arXiv.org Artificial Intelligence

Network attack is a significant security issue for modern society. From small mobile devices to large cloud platforms, almost all computing products, used in our daily life, are networked and potentially under the threat of network intrusion. With the fast-growing network users, network intrusions become more and more frequent, volatile and advanced. Being able to capture intrusions in time for such a large scale network is critical and very challenging. To this end, the machine learning (or AI) based network intrusion detection (NID), due to its intelligent capability, has drawn increasing attention in recent years. Compared to the traditional signature-based approaches, the AI-based solutions are more capable of detecting variants of advanced network attacks. However, the high detection rate achieved by the existing designs is usually accompanied by a high rate of false alarms, which may significantly discount the overall effectiveness of the intrusion detection system. In this paper, we consider the existence of spatial and temporal features in the network traffic data and propose a hierarchical CNN+RNN neural network, LuNet. In LuNet, the convolutional neural network (CNN) and the recurrent neural network (RNN) learn input traffic data in sync with a gradually increasing granularity such that both spatial and temporal features of the data can be effectively extracted. Our experiments on two network traffic datasets show that compared to the state-of-the-art network intrusion detection techniques, LuNet not only offers a high level of detection capability but also has a much low rate of false positive-alarm.


Comparison of Neural Network Architectures for Spectrum Sensing

arXiv.org Machine Learning

Different neural network (NN) architectures have different advantages. Convolutional neural networks (CNNs) achieved enormous success in computer vision, while recurrent neural networks (RNNs) gained popularity in speech recognition. It is not known which type of NN architecture is the best fit for classification of communication signals. In this work, we compare the behavior of fully-connected NN (FC), CNN, RNN, and bi-directional RNN (BiRNN) in a spectrum sensing task. The four NN architectures are compared on their detection performance, requirement of training data, computational complexity, and memory requirement. Given abundant training data and computational and memory resources, CNN, RNN, and BiRNN are shown to achieve similar performance. The performance of FC is worse than that of the other three types, except in the case where computational complexity is stringently limited.


Intel offers AI breakthrough in quantum computing ZDNet

#artificialintelligence

We don't know why deep learning forms of neural networks achieve great success on many tasks; the discipline has a paucity of theory to explain its empirical successes. As Facebook's Yann LeCun has said, deep learning is like the steam engine, which preceded the underlying theory of thermodynamics by many years. It would be the harbinger of an entirely new medium of calculation, harnessing the powers of subatomic particles to obliterate the barriers of time in solving incalculable problems. But some deep thinkers have been plugging away at the matter of theory for several years now. On Wednesday, the group presented a proof of deep learning's superior ability to simulate the computations involved in quantum computing.


r/deeplearning - How can I understand the maths of back propagation of neural network, CNN and RNN?

#artificialintelligence

I'm currently writing a series of blog posts aimed at demystifying the maths behind deep learning. I've gone through the intuition as well as step-by-step through the maths, and I've also got code samples for you to implement the neural networks from scratch. Hope you find the posts useful, please comment if there are parts that could be made clearer. I'll be posting the RNN/LSTM backprop posts in a few days, in the meantime I have already posted the CNN and neural network backprop posts if you want to check that out.


Combining CNNs and RNNs – Crazy or Genius?

#artificialintelligence

Summary: There are some interesting use cases where combining CNNs and RNN/LSTMs seems to make sense and a number of researchers pursuing this. However, the latest trends in CNNs may make this obsolete. There are things that just don't seem to go together. Take oil and water for instance. Both valuable, but try putting them together?