Top videos
Wide & Deep Learning (https://research.googleblog.co....m/2016/06/wide-deep- combines the power of memorization and generalization by jointly training wide linear models and deep neural networks. We've open-sourced the implementation with an easy-to-use API in TensorFlow. It's effective for generic large-scale regression and classification problems with sparse inputs, such as recommender systems, search, ranking problems and more. We hope you find it useful in your machine learning projects.
Check out our blog post with links to tutorials, code samples, and our research paper:
- Google Research Blog post: https://research.googleblog.co....m/2016/06/wide-deep-
- TensorFlow Linear Model Tutorial: https://www.tensorflow.org/tutorials/wide/
- TensorFlow Wide & Deep Learning Tutorial: https://www.tensorflow.org/tut....orials/wide_and_deep
- Research paper: http://arxiv.org/abs/1606.07792
Watch all Machine Learning videos: https://goo.gl/gnXPPw
Subscribe to the Google Developers YouTube channel: http://goo.gl/mQyv5L
Subscribe to the brand new Firebase Channel: https://goo.gl/9giPHG
Subscribe: http://bit.ly/subscribeToSmitha
Tesla has currently pioneered a major shift in the auto industry towards Self-driving cars. Have you ever wondered how it achieves this? Let's discuss the basic essentials of Self-Driving capabilities in a Tesla Car:
1. Computer Vision:
A broad field in Artificial Intelligence focusing on enabling computers to see. Tesla cars primarily make use of 2 Computer Vision Applications that make use of Deep Learning; Image Localization and Image Classification. Image Localization allows Tesla cars to position where an object is while Image classification allows the car to identify the object. These two come hand in hand to allow Tesla cars to "see".
2. Decision Making:
Besides using Deep Learning to make more efficient models to enable Tesla cars to "see", it has to carry out these resource-intensive tasks in real time. So the chips in Tesla cars have to be powerful enough to handle all the computations in Self-Driving cars. Tesla recently unveiled their own chips in 2019, which they claim is 21x more powerful than Nvidia chips.
Socials:
LinkedIn: https://www.linkedin.com/in/smithakolan/
Instagram: https://www.instagram.com/smithacodes/
Neural Storyteller is a project created by Jamie Ryan Kiros, a PhD student at the University of Toronto’s Machine Learning Group. As a high-level description, Neural Storyteller enables a machine to see an image, and then attempt to “imagine” the story behind it. Neural Storyteller has been implemented in the Somatic Model Marketplace, and this video will feature a demo by Somatic’s Jason Toy.
Deep Learning TV on
Facebook: https://www.facebook.com/DeepLearningTV/
Twitter: https://twitter.com/deeplearningtv
Relevant URLs
Neural Storyteller model on Somatic - http://somatic.io/neural-storyteller
Somatic Blog post - http://www.somatic.io/blog/how....-neural-storyteller-
Neural Storyteller - https://github.com/ryankiros/neural-storyteller
MSCOCO Database - http://mscoco.org/
BookCorpus URL - http://www.cs.toronto.edu/~mbweb/
Jamie Ryan Kiros - http://www.cs.toronto.edu/~rkiros/
Credits
Nickey Pickorita (YouTube art) -
https://www.upwork.com/freelan....cers/~0147b8991909b2
Isabel Descutner (Voice) -
https://www.youtube.com/user/IsabelDescutner
Dan Partynski (Copy Editing) -
https://www.linkedin.com/in/danielpartynski
Marek Scibior (Prezi creator, Illustrator) -
http://brawuroweprezentacje.pl/
Jagannath Rajagopal (Creator, Producer and Director) -
https://ca.linkedin.com/in/jagannathrajagopal
Question answering is one of the most advanced tasks in Deep Learning. Let's see how to achieve it using a Deep Learning model from Hugging Face in just 4 lines of code.
▬▬▬▬▬▬▬▬▬▬▬▬ CONNECT ▬▬▬▬▬▬▬▬▬▬▬▬
🖥️ Website: https://www.assemblyai.com
🐦 Twitter: https://twitter.com/AssemblyAI
🦾 Discord: https://discord.gg/Cd8MyVJAXd
▶️ Subscribe: https://www.youtube.com/c/Asse....mblyAI?sub_confirmat
🔥 We're hiring! Check our open roles: https://www.assemblyai.com/careers
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
#machinelearning #DeepLearning
From the MaRS Discovery District, to ventureLAB, to the Durham College AI/HUB, the support you need to grow your AI business is here.
https://torontoglobal.ca/ai
What is Transfer Learning? It is a way to transfer knowledge and learning from one neural network to nets in other domains. indico a group of Deep Learning innovators from Boston, MA has used Transfer Learning to build a demo on fashion-matching. This video is in two parts - Part 1 showcases Transfer Learning.
Online clothing stores typically recommend products by simply analyzing the past purchasing behaviors of their customers. Deep learning is currently revolutionizing this paradigm by using algorithms to determine which fashion items are likely to match from a human’s point of view. The demo as you'll see in Part 2 of this video, is built using their Custom Collections API. The API works on the concept of Transfer Learning which allows deep nets trained on one task, to be tweaked to work for other tasks using about 100x data than starting from scratch.
Deep Learning TV on
Facebook: https://www.facebook.com/DeepLearningTV/
Twitter: https://twitter.com/deeplearningtv
Indico Links
Post on Transfer Learning - https://indico.io/blog/deep-le....arning-fashion-trans
Tutorial - Site - https://indico.io/blog/fashion-matching-tutorial/
Fashion Matching Demo - https://indico.io/demos/clothing-matching
Blog (the blog has great content) - https://indico.io/blog/
Site - https://indico.io/
Credits
Nickey Pickorita (YouTube art) -
https://www.upwork.com/freelan....cers/~0147b8991909b2
Isabel Descutner (Voice) -
https://www.youtube.com/user/IsabelDescutner
Dan Partynski (Copy Editing) -
https://www.linkedin.com/in/danielpartynski
Marek Scibior (Prezi creator, Illustrator) -
http://brawuroweprezentacje.pl/
Jagannath Rajagopal (Creator, Producer and Director) -
https://ca.linkedin.com/in/jagannathrajagopal
Torsten Hoefler presents an overview of sparsity in deep learning. Check the markers for various parts of the talk.
arXiv: https://arxiv.org/abs/2102.00554
Chapters:
0:00 Introduction to deep learning
7:29 Introduction to hardware scaling and locality
11:25 Overview of model compression and optimization
12:47 Introduction to sparsification
18:17 Overparameterization, SGD dynamics, and Occam's hill and generalization
26:00 Sparse storage formats and representational overheads
31:10 Overview of sparsification techniques - model and ephemeral sparsity
35:13 Sparsification schedules - when to sparsify
41:36 Fully sparse training
47:53 Retraining example
50:35 How to sparsify - picking elements for removal
54:50 Data-free pruning - magnitude
56:52 Data-driven pruning - sensitivity, activity, and correlation
59:42 Training-aware pruning - Taylor expansions of the loss and regularization
1:09:19 Learnable gating functions (approximations)
1:12:49 Structured sparsification
1:15:34 Variational removal methods
1:18:08 Parameter budgets between layers and literature statistics
1:22:10 Re-growing elements in fully-sparse training
1:24:53 Ephemeral sparsity - activations, gradients, dynamic networks
1:33:07 Putting everything together - case studies with CNNs
1:36:39 Parameter efficiency and slack
1:41:03 Compute efficiency and sparse transformers
1:43:41 Acceleration for sparse deep learning
1:50:04 Lottery tickets and sparse subnetworks
1:53:37 Best practices for sparse deep learning
1:56:06 Open research questions and summary
Abstract: The growing energy and performance costs of deep learning have driven the community to reduce the size of neural networks by selectively pruning components. Similarly to their biological counterparts, sparse networks generalize just as well, if not better than, the original dense networks. Sparsity can reduce the memory footprint of regular networks to fit mobile devices, as well as shorten training time for ever growing networks. In this paper, we survey prior work on sparsity in deep learning and provide an extensive tutorial of sparsification for both inference and training. We describe approaches to remove and add elements of neural networks, different training strategies to achieve model sparsity, and mechanisms to exploit sparsity in practice. Our work distills ideas from more than 300 research papers and provides guidance to practitioners who wish to utilize sparsity today, as well as to researchers whose goal is to push the frontier forward. We include the necessary background on mathematical methods in sparsification, describe phenomena such as early structure adaptation, the intricate relations between sparsity and the training process, and show techniques for achieving acceleration on real hardware. We also define a metric of pruned parameter efficiency that could serve as a baseline for comparison of different sparse networks. We close by speculating on how sparsity can improve future workloads and outline major open problems in the field.
H2O.ai is a software platform that offers a host of machine learning algorithms, as well as one deep net model. It also provides sophisticated data munging, an intuitive UI, and several built-in enhancements for handling data. However, the tools must be run on your own hardware.
Deep Learning TV on
Facebook: https://www.facebook.com/DeepLearningTV/
Twitter: https://twitter.com/deeplearningtv
H2O.ai was founded by SriSatish Ambati, Cliff Click, and Arno Candel. In addition to its only deep net – a vanilla MLP – the platform offers a variety of models like GLM, Distributed Random Forest, Naive Bayes, a K-Means clustering model, and a few others. H2O.ai can be linked to multiple data sources in order to train data loads.
The UI is highly intuitive, but you can also work with the tools through other apps like Tableau or Excel. These interfaces allow you to set up a deep net by configuring its hyper-parameters.
H2O.ai needs to be deployed and maintained on your own hardware, which may be a limiting factor. However, the platform comes with many performance enhancements like in-memory map-reduce, columnar compression, and distributed parallel processing. Depending on your hardware’s capabilities, training on big data sets could be completed in a reasonable amount of time. As an added note, it’s unclear whether or not GPU support is a built-in feature at this point in time.
Do you have any experience with the H2O.ai platform? Please comment and share your thoughts.
Credits
Nickey Pickorita (YouTube art) -
https://www.upwork.com/freelan....cers/~0147b8991909b2
Isabel Descutner (Voice) -
https://www.youtube.com/user/IsabelDescutner
Dan Partynski (Copy Editing) -
https://www.linkedin.com/in/danielpartynski
Marek Scibior (Prezi creator, Illustrator) -
http://brawuroweprezentacje.pl/
Jagannath Rajagopal (Creator, Producer and Director) -
https://ca.linkedin.com/in/jagannathrajagopal