"HSBC to open 50-person AI lab in Toronto"
https://www.theglobeandmail.com/business/article-hsbc-to-open-50-person-artificial-intelligence-lab-in-toronto/
https://www.theglobeandmail.com/business/article-hsbc-to-open-50-person-artificial-intelligence-lab-in-toronto/
The Globe and Mail
HSBC to open 50-person AI lab in Toronto
Data scientists, engineers and analysts, as well as students, will analyze up to 10 petabytes of data – 10 million gigabytes – in order to help HSBC develop new products and services
Great article on image enhancing (without NN!!!!)
https://sites.google.com/view/handheld-super-res/
https://sites.google.com/view/handheld-super-res/
Google
Handheld Multi-Frame Super-Resolution
We present a multi-frame super-resolution algorithm that supplants the need for demosaicing in a camera pipeline by merging a burst of raw images. In the above figure we show a comparison to a method that merges frames containing the same-color channels…
NLP researchers: help Facebook detect false news.
https://research.fb.com/programs/research-awards/proposals/the-online-safety-benchmark-request-for-proposals/
https://research.fb.com/programs/research-awards/proposals/the-online-safety-benchmark-request-for-proposals/
Facebook Research
The Online Safety Benchmark request for proposals - Facebook Research
The reduction of fake and misleading content on Facebook is mostly driven by the state-of-the-art text and visual recognition systems, including Machine Translation, Automatic Speech and Character Recognition, and Image and Text Categorization. However, we…
Google researchers developed a way to peer inside the minds of deep-learning systems, and the results are delightfully weird.
https://www.technologyreview.com/f/610439/making-sense-of-neural-networks-febrile-dreams/
https://www.technologyreview.com/f/610439/making-sense-of-neural-networks-febrile-dreams/
MIT Technology Review
A new tool helps us understand what an AI is actually thinking
Google researchers developed a way to peer inside the minds of deep-learning systems, and the results are delightfully weird.What they did: The team built a tool that combines several techniques to provide people with a clearer idea of how neural networks…
Turning cortical activity into speech using deep learning.
Pretty cool.
Some ways to go but still pretty cool.
Is the speed of our speech limited by the mechanical constraints of our articulatory apparatus, or is it limited by the speed of our speech-generating cortex?
If it is the former, people with speech-production implants may, one day, be able to speak faster than non-equipped people.
https://www.sciencemag.org/news/2019/01/artificial-intelligence-turns-brain-activity-speech
Pretty cool.
Some ways to go but still pretty cool.
Is the speed of our speech limited by the mechanical constraints of our articulatory apparatus, or is it limited by the speed of our speech-generating cortex?
If it is the former, people with speech-production implants may, one day, be able to speak faster than non-equipped people.
https://www.sciencemag.org/news/2019/01/artificial-intelligence-turns-brain-activity-speech
Science
Artificial intelligence turns brain activity into speech
Fed data from invasive brain recordings, algorithms reconstruct heard and spoken sounds
A triple interview of Geoff, Yoshua and me in the June issue of Communication of the ACM.
https://cacm.acm.org/magazines/2019/6/236987-reaching-new-heights-with-artificial-neural-networks/fulltext
https://cacm.acm.org/magazines/2019/6/236987-reaching-new-heights-with-artificial-neural-networks/fulltext
cacm.acm.org
Reaching New Heights with Artificial Neural Networks
ACM A.M. Turing Award recipients Yoshua Bengio, Geoffrey Hinton, and Yann LeCun on the promise of neural networks, the need for new paradigms, and the concept of making technology accessible to all.
A Guide for Making Black Box Models Explainable
By Christoph Molnar: https://christophm.github.io/interpretable-ml-book/ …
#ArtificialIntelligence #DeepLearning #MachineLearning #NeuralNetworks
By Christoph Molnar: https://christophm.github.io/interpretable-ml-book/ …
#ArtificialIntelligence #DeepLearning #MachineLearning #NeuralNetworks
christophm.github.io
Interpretable Machine Learning
A birds-eye view of optimization algorithms
By Fabian Pedregosa: http://fa.bianp.net/teaching/2018/eecs227at/
#ArtificialIntelligence #NeuralNetworks
By Fabian Pedregosa: http://fa.bianp.net/teaching/2018/eecs227at/
#ArtificialIntelligence #NeuralNetworks
State of the art- Latest from Google AI: Moving Camera, Moving People: A Deep Learning Approach to Depth Prediction.
paper: https://www.profillic.com/paper/arxiv:1904.11111
These guys show improvement over state-of-the-art monocular depth prediction methods!
paper: https://www.profillic.com/paper/arxiv:1904.11111
These guys show improvement over state-of-the-art monocular depth prediction methods!
Profillic
Profillic: AI research & source code to supercharge your projects
Explore state-of-the-art in machine learning, AI, and robotics research. Browse papers, source code, models, and more by topics and authors. Connect with researchers and engineers working on related problems in machine learning, deep learning, natural language…
AUTOVC: Zero-Shot Voice Style Transfer with Only Autoencoder Loss
Qian et al.: https://arxiv.org/abs/1905.05879
Demo: https://auspicious3000.github.io/autovc-demo/
#ArtificialIntelligence #DeepLearning #MachineLearning
Qian et al.: https://arxiv.org/abs/1905.05879
Demo: https://auspicious3000.github.io/autovc-demo/
#ArtificialIntelligence #DeepLearning #MachineLearning
arXiv.org
AUTOVC: Zero-Shot Voice Style Transfer with Only Autoencoder Loss
Non-parallel many-to-many voice conversion, as well as zero-shot voice conversion, remain under-explored areas. Deep style transfer algorithms, such as generative adversarial networks (GAN) and...
ArviZ: Exploratory analysis of Bayesian models
Includes functions for posterior analysis, sample diagnostics, model checking, and comparison: https://arviz-devs.github.io/arviz/
#ArtificialIntelligence #Bayesian #BayesianInference #MachineLearning #Python
Includes functions for posterior analysis, sample diagnostics, model checking, and comparison: https://arviz-devs.github.io/arviz/
#ArtificialIntelligence #Bayesian #BayesianInference #MachineLearning #Python
Machine Learning Open Source of the Month (v.May 2019)
https://medium.mybridge.co/machine-learning-open-source-for-the-past-month-v-may-2019-bf4ff9b80b1b
https://medium.mybridge.co/machine-learning-open-source-for-the-past-month-v-may-2019-bf4ff9b80b1b
Medium
Machine Learning Open Source for the Past Month (v.May 2019)
For the past month, we ranked nearly 250 Machine Learning Open Source Projects to pick the Top 10.
Model optimization with new Tensorflow tool
https://medium.com/tensorflow/tensorflow-model-optimization-toolkit-pruning-api-42cac9157a6a
https://medium.com/tensorflow/tensorflow-model-optimization-toolkit-pruning-api-42cac9157a6a
Medium
TensorFlow Model Optimization Toolkit — Pruning API
Since we introduced the Model Optimization Toolkit — a suite of techniques that developers, both novice and advanced, can use to optimize…
Deep Flow-Guided Video Inpainting
Xu et al.: https://nbei.github.io/video-inpainting.html
#AritifcialIntelligence #DeepLearning #MachineLearning
Xu et al.: https://nbei.github.io/video-inpainting.html
#AritifcialIntelligence #DeepLearning #MachineLearning
nbei.github.io
Deep Flow-Guided Video Inpainting
Video-Inpainting.>
<meta name=
<meta name=
Understanding Neural Networks via Feature Visualization: A survey
Nguyen et al.: https://arxiv.org/pdf/1904.08939v1.pdf
#neuralnetworks #generatornetwork #generativemodels
Nguyen et al.: https://arxiv.org/pdf/1904.08939v1.pdf
#neuralnetworks #generatornetwork #generativemodels
Unsupervised Learning with Graph Neural Networks
By Thomas Kipf.
Slides : http://helper.ipam.ucla.edu/publications/glws4/glws4_15546.pdf
Recording: http://www.ipam.ucla.edu/programs/workshops/workshop-iv-deep-geometric-learning-of-big-data-and-applications/?tab=schedule
#deeplearning #neuralnetworks #unsupervisedlearning #technology
By Thomas Kipf.
Slides : http://helper.ipam.ucla.edu/publications/glws4/glws4_15546.pdf
Recording: http://www.ipam.ucla.edu/programs/workshops/workshop-iv-deep-geometric-learning-of-big-data-and-applications/?tab=schedule
#deeplearning #neuralnetworks #unsupervisedlearning #technology
IPAM
Workshop IV: Deep Geometric Learning of Big Data and Applications - IPAM
Distributed deep learning/machine learning tasks
https://github.com/cerndb/dist-keras
https://github.com/Azure/DistributedDeepLearning/
https://towardsdatascience.com/deep-learning-with-apache-spark-part-2-2a2938a36d35
https://aiwiz.com/introduction-to-a-version-control-system-git-and-github/
https://www.intel.ai/introducing-nauta/#gs.ecvu0o
https://github.com/cerndb/dist-keras
https://github.com/Azure/DistributedDeepLearning/
https://towardsdatascience.com/deep-learning-with-apache-spark-part-2-2a2938a36d35
https://aiwiz.com/introduction-to-a-version-control-system-git-and-github/
https://www.intel.ai/introducing-nauta/#gs.ecvu0o
GitHub
GitHub - cerndb/dist-keras: Distributed Deep Learning, with a focus on distributed training, using Keras and Apache Spark.
Distributed Deep Learning, with a focus on distributed training, using Keras and Apache Spark. - GitHub - cerndb/dist-keras: Distributed Deep Learning, with a focus on distributed training, using K...
AI was 94 percent accurate in screening for lung cancer on 6,716 CT scans, reports a new paper in Nature, and when pitted against six expert radiologists, when no prior scan was available, the deep learning model beat the doctors: It had fewer false positives and false negatives.
https://www.nytimes.com/2019/05/20/health/cancer-artificial-intelligence-ct-scans.html
https://www.nytimes.com/2019/05/20/health/cancer-artificial-intelligence-ct-scans.html
NY Times
A.I. Took a Test to Detect Lung Cancer. It Got an A. (Published 2019)
Artificial intelligence may help doctors make more accurate readings of CT scans used to screen for lung cancer.
Revisiting Graph Neural Networks: All We Have is Low-Pass Filters "Our results indicate that graph neural networks only perform low-pass filtering on feature vectors"
https://arxiv.org/abs/1905.09550
https://arxiv.org/abs/1905.09550