站在巨人的肩膀上
搜索结果
约 2,612,338 条结果
Deep learning
Yann LeCun, Yoshua Bengio, Geoffrey E. Hinton - Nature - 2015该记录暂无摘要,您可以通过来源链接查看详细信息。被引用次数:78,111Deep Residual Learning for Image Recognition
Kaiming He, Xiangyu Zhang, Shaoqing Ren, Jian Sun - 2016Deeper neural networks are more difficult to train. We present a residual learning framework to ease the training of networks that are substantially deeper than those used previously. We explicitly reformulate the layers as learning residual functions with reference to the layer inputs, instead of learning unreferenced functions. We provide comprehensive empirical evidence showing that these residual networks are eas…被引用次数:214,710Deep learning in neural networks: An overview
Jürgen Schmidhuber - Neural Networks - 2014该记录暂无摘要,您可以通过来源链接查看详细信息。被引用次数:17,678Deep Learning
Ian Goodfellow, Yoshua Bengio, Aaron Courville - MIT Press eBooks - 2016Deep learning is a form of machine learning that enables computers to learn from experience and understand the world in terms of a hierarchy of concepts. Because the computer gathers knowledge from experience, there is no need for a human computer operator to formally specify all the knowledge that the computer needs. The hierarchy of concepts allows the computer to learn complicated concepts by building them out of…被引用次数:8,918A survey on deep learning in medical image analysis
Geert Litjens, Thijs Kooi, Babak Ehteshami Bejnordi, Arnaud A. A. Setio - Medical Image Analysis - 2017该记录暂无摘要,您可以通过来源链接查看详细信息。被引用次数:13,336Xception: Deep Learning with Depthwise Separable Convolutions
François Chollet - 2017We present an interpretation of Inception modules in convolutional neural networks as being an intermediate step in-between regular convolution and the depthwise separable convolution operation (a depthwise convolution followed by a pointwise convolution). In this light, a depthwise separable convolution can be understood as an Inception module with a maximally large number of towers. This observation leads us to pro…被引用次数:18,211PyTorch: An Imperative Style, High-Performance Deep Learning Library
Adam Paszke, Sam Gross, Francisco Massa, Adam Lerer - arXiv (Cornell University) - 2019Deep learning frameworks have often focused on either usability or speed, but not both. PyTorch is a machine learning library that shows that these two goals are in fact compatible: it provides an imperative and Pythonic programming style that supports code as a model, makes debugging easy and is consistent with other popular scientific computing libraries, while remaining efficient and supporting hardware accelerato…被引用次数:16,161A survey on Image Data Augmentation for Deep Learning
Connor Shorten, Taghi M. Khoshgoftaar - Journal Of Big Data - 2019Deep convolutional neural networks have performed remarkably well on many Computer Vision tasks. However, these networks are heavily reliant on big data to avoid overfitting. Overfitting refers to the phenomenon when a network learns a function with very high variance such as to perfectly model the training data. Unfortunately, many application domains do not have access to big data, such as medical image analysis. T…被引用次数:11,607Deep Learning Face Attributes in the Wild
Ziwei Liu, Ping Luo, Xiaogang Wang, Xiaoou Tang - 2015Predicting face attributes in the wild is challenging due to complex face variations. We propose a novel deep learning framework for attribute prediction in the wild. It cascades two CNNs, LNet and ANet, which are fine-tuned jointly with attribute tags, but pre-trained differently. LNet is pre-trained by massive general object categories for face localization, while ANet is pre-trained by massive face identities for…被引用次数:7,499PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation
Raffaelli Charles, Hao Su, Kaichun Mo, Leonidas Guibas - 2017Point cloud is an important type of geometric data structure. Due to its irregular format, most researchers transform such data to regular 3D voxel grids or collections of images. This, however, renders data unnecessarily voluminous and causes issues. In this paper, we design a novel type of neural network that directly consumes point clouds, which well respects the permutation invariance of points in the input. Our…被引用次数:9,571