A guide to deep learning in healthcare
Andre Esteva, Alexandre Robicquet, Bharath Ramsundar, Volodymyr Kuleshov, Mark DePristo, Katherine Chou, Claire Cui, Greg Corrado, Sebastian Thrun & Jeff Dean
Nature Medicine
volume 25, pages 24–29 (2019)
Here we present deep-learning techniques for healthcare, centering our discussion on deep learning in computer vision, natural language processing, reinforcement learning, and generalized methods. We describe how these computational techniques can impact a few key areas of medicine and explore how to build end-to-end systems. Our discussion of computer vision focuses largely on medical imaging, and we describe the application of natural language processing to domains such as electronic health record data. Similarly, reinforcement learning is discussed in the context of robotic-assisted surgery, and generalized deep-learning methods for genomics are reviewed.
https://www.nature.com/articles/s41591-018-0316-z
Andre Esteva, Alexandre Robicquet, Bharath Ramsundar, Volodymyr Kuleshov, Mark DePristo, Katherine Chou, Claire Cui, Greg Corrado, Sebastian Thrun & Jeff Dean
Nature Medicine
volume 25, pages 24–29 (2019)
Here we present deep-learning techniques for healthcare, centering our discussion on deep learning in computer vision, natural language processing, reinforcement learning, and generalized methods. We describe how these computational techniques can impact a few key areas of medicine and explore how to build end-to-end systems. Our discussion of computer vision focuses largely on medical imaging, and we describe the application of natural language processing to domains such as electronic health record data. Similarly, reinforcement learning is discussed in the context of robotic-assisted surgery, and generalized deep-learning methods for genomics are reviewed.
https://www.nature.com/articles/s41591-018-0316-z
Nature
A guide to deep learning in healthcare
Nature Medicine - A primer for deep-learning techniques for healthcare, centering on deep learning in computer vision, natural language processing, reinforcement learning, and generalized methods.
Forwarded from Machinelearning
Padam: Closing the Generalization gap of adaptive gradient methods in training deep neural networks
https://github.com/yashkant/Padam-Tensorflow
https://github.com/yashkant/Padam-Tensorflow
GitHub
GitHub - yashkant/padam-tensorflow: Reproducing the paper "PADAM: Closing The Generalization Gap of Adaptive Gradient Methods In…
Reproducing the paper "PADAM: Closing The Generalization Gap of Adaptive Gradient Methods In Training Deep Neural Networks" for the ICLR 2019 Reproducibility Challenge - yashkant/...
A radical new neural network design could overcome big challenges in AI
https://www.technologyreview.com/s/612561/a-radical-new-neural-network-design-could-overcome-big-challenges-in-ai/
https://www.technologyreview.com/s/612561/a-radical-new-neural-network-design-could-overcome-big-challenges-in-ai/
MIT Technology Review
A radical new neural network design could overcome big challenges in AI
David Duvenaud was collaborating on a project involving medical data when he ran up against a major shortcoming in AI. An AI researcher at the University of Toronto, he wanted to build a deep-learning model that would predict a patient’s health over time.…
The new fast.ai research datasets collection, on AWS Open Data
https://www.fast.ai/2018/10/16/aws-datasets/
https://www.fast.ai/2018/10/16/aws-datasets/
Graph Wavelet Neural Network (ICLR 2019) -- Pytorch implementation
Paper: https://openreview.net/forum?id=H1ewdiR5tQ
PyTorch: https://github.com/benedekrozemberczki/GraphWaveletNeuralNetwork
Paper: https://openreview.net/forum?id=H1ewdiR5tQ
PyTorch: https://github.com/benedekrozemberczki/GraphWaveletNeuralNetwork
OpenReview
Graph Wavelet Neural Network
We present graph wavelet neural network (GWNN), a novel graph convolutional neural network (CNN), leveraging graph wavelet transform to address the shortcoming of previous spectral graph CNN...
AI vs Machine Learning vs Deep Learning | Machine Learning Training with Python
https://www.youtube.com/watch?v=WSbgixdC9g8&start_radio=1&list=RDQM9Anh_BWTmWk
https://www.youtube.com/watch?v=WSbgixdC9g8&start_radio=1&list=RDQM9Anh_BWTmWk
YouTube
AI vs Machine Learning vs Deep Learning | AI vs ML vs DL - Differences Explained | Edureka
🔥 NIT Warangal Post Graduate Diploma on AI and Machine Learning: https://www.edureka.co/post-graduate/machine-learning-and-ai
This Edureka Machine Learning tutorial (Machine Learning Tutorial with Python Blog: https://goo.gl/fe7ykh ) on "AI vs Machine Learning…
This Edureka Machine Learning tutorial (Machine Learning Tutorial with Python Blog: https://goo.gl/fe7ykh ) on "AI vs Machine Learning…
What is AI bias?
https://towardsdatascience.com/what-is-ai-bias-6606a3bcb814?source=collection_home---2------0---------------------
https://towardsdatascience.com/what-is-ai-bias-6606a3bcb814?source=collection_home---2------0---------------------
Towards Data Science
What is AI bias?
The amazing thing about AI is just how un(human)biased it is. If it had personhood and opinions of its own, it might stand up to those who…
Introduction to Artificial Intelligence | Deep Learning
https://www.youtube.com/watch?v=5hNK7-N23eU&index=2&list=PL9ooVrP1hQOGHNaCT7_fwe9AabjZI1RjI
https://www.youtube.com/watch?v=5hNK7-N23eU&index=2&list=PL9ooVrP1hQOGHNaCT7_fwe9AabjZI1RjI
YouTube
Introduction to Artificial Intelligence | Deep Learning | Edureka
🔥 Post Graduate Diploma in Artificial Intelligence by E&ICT Academy
NIT Warangal: https://www.edureka.co/executive-programs/machine-learning-and-ai
This video on Artificial intelligence gives you an introduction to artificial intelligence with futuristic…
NIT Warangal: https://www.edureka.co/executive-programs/machine-learning-and-ai
This video on Artificial intelligence gives you an introduction to artificial intelligence with futuristic…
Deep Face Recognition: A Survey
https://arxiv.org/abs/1804.06655
https://arxiv.org/abs/1804.06655
arXiv.org
Deep Face Recognition: A Survey
Deep learning applies multiple processing layers to learn representations of data with multiple levels of feature extraction. This emerging technique has reshaped the research landscape of face...
Sliding Puzzle - Solving Search Problem with Iterative Deepening A
https://towardsdatascience.com/sliding-puzzle-solving-search-problem-with-iterative-deepening-a-d7e8c14eba04?source=topic_page---------1------------------1
https://towardsdatascience.com/sliding-puzzle-solving-search-problem-with-iterative-deepening-a-d7e8c14eba04?source=topic_page---------1------------------1
Towards Data Science
Sliding Puzzle - Solving Search Problem with Iterative Deepening A*
Demystifying Graph Traversal