Python Machine Learning (2nd Ed.) Code Repository
By Sebastian Raschka et al.: https://github.com/rasbt/python-machine-learning-book-2nd-edition
#100DaysOfMLCode #Clustering #DataScience #DeepLearning #MachineLearning #NeuralNetworks #Programming #SupervisedLearning
By Sebastian Raschka et al.: https://github.com/rasbt/python-machine-learning-book-2nd-edition
#100DaysOfMLCode #Clustering #DataScience #DeepLearning #MachineLearning #NeuralNetworks #Programming #SupervisedLearning
"Neural Networks for Machine Learning by Geoffrey Hinton" (Coursera 2013)
Video Lectures: https://www.youtube.com/watch?v=2fRnHVVLf1Y&list=PLiPvV5TNogxKKwvKb1RKwkq2hm7ZvpHz0
#100DaysOfMLCode #ArtificialIntelligence #DeepLearning #NeuralNetworks #MachineLearning
Video Lectures: https://www.youtube.com/watch?v=2fRnHVVLf1Y&list=PLiPvV5TNogxKKwvKb1RKwkq2hm7ZvpHz0
#100DaysOfMLCode #ArtificialIntelligence #DeepLearning #NeuralNetworks #MachineLearning
Data Pre-processing for Deep Learning models (Deep Learning with Keras – Part 2)
Training deep learning models requires data… A lot of data! Unfortunately, in most cases data comes messy, and our models are very sensitive towards this. Therefore, we need to be careful while preparing our data to achieve the best results.
Part 1- https://www.marktechpost.com/2019/06/11/deep-learning-with-keras-tutorial-part-1/
Part 2- https://www.marktechpost.com/2019/06/14/deep-learning-wit...
See More
Training deep learning models requires data… A lot of data! Unfortunately, in most cases data comes messy, and our models are very sensitive towards this. Therefore, we need to be careful while preparing our data to achieve the best results.
Part 1- https://www.marktechpost.com/2019/06/11/deep-learning-with-keras-tutorial-part-1/
Part 2- https://www.marktechpost.com/2019/06/14/deep-learning-wit...
See More
MarkTechPost
Deep Learning with Keras Tutorial - Part 1
This series aims to introduce the Keras deep learning library and how to use it to train various deep learning models.deep learning
They say a picture is worth a thousand words. Sure, but the real trick is realizing a bot that draws pictures is using only a dozen. Throw in an ability to visualize an entire story and one day this bot could be working in the movies. #CVPR2019
https://www.microsoft.com/en-us/research/blog/a-picture-from-a-dozen-words-a-drawing-bot-for-realizing-everyday-scenes-and-even-stories/?OCID=msr_blog_drawbot_cvpr_tw
https://www.microsoft.com/en-us/research/blog/a-picture-from-a-dozen-words-a-drawing-bot-for-realizing-everyday-scenes-and-even-stories/?OCID=msr_blog_drawbot_cvpr_tw
Microsoft Research
An imaginative bot that draws a picture from a dozen words
They say a picture is worth a thousand words. Sure, but the real trick is realizing a bot that draws pictures is using only a dozen. Throw in an ability to visualize an entire story and one day this bot could be working in the movies #CVPR2019
List of 200+ Data Science Blogs https://www.cybrhome.com/topic/data-science-blogs
new course :
3 days until you can take Course 3 of the TensorFlow Specialization! Andrew ng and Laurence discuss what it takes to process text, one of the foundational skills for building NLP applications.
Enroll in Course 1 and 2 if you haven't already:
https://www.coursera.org/collections/tensorflow-deeplearning-ai
https://t.iss.one/ArtificialIntelligenceArticles
deeplearning.ai
3 days until you can take Course 3 of the TensorFlow Specialization! Andrew ng and Laurence discuss what it takes to process text, one of the foundational skills for building NLP applications.
Enroll in Course 1 and 2 if you haven't already:
https://www.coursera.org/collections/tensorflow-deeplearning-ai
https://t.iss.one/ArtificialIntelligenceArticles
deeplearning.ai
Coursera
TensorFlow Specialization by deeplearning.ai | Coursera
If you are a software developer who wants to build ...
Reweighted Expectation Maximization
Adji B. Dieng and John Paisley: https://arxiv.org/abs/1906.05850
Code: https://github.com/adjidieng/REM
#ArtificialIntelligence #MachineLearning #VariationalAutoEncoders #VAEs
Adji B. Dieng and John Paisley: https://arxiv.org/abs/1906.05850
Code: https://github.com/adjidieng/REM
#ArtificialIntelligence #MachineLearning #VariationalAutoEncoders #VAEs
Turing's Neural Networks of 1948
By Jack Copeland and Diane Proudfoot
https://www.alanturing.net/turing_archive/pages/Reference%20Articles/connectionism/Turing's%20neural%20networks.html?fbclid=IwAR0B5k0lmUY2JNwV0aMgMvTkmb-lFlW7j4R8RID632rvkhGEdSYB3Vd_uv4
By Jack Copeland and Diane Proudfoot
https://www.alanturing.net/turing_archive/pages/Reference%20Articles/connectionism/Turing's%20neural%20networks.html?fbclid=IwAR0B5k0lmUY2JNwV0aMgMvTkmb-lFlW7j4R8RID632rvkhGEdSYB3Vd_uv4
Contrastive Multiview Coding
Unsupervised representation learned to maximize MI measure between different views results in SoTA for downstream tasks such as object classification
code https://github.com/HobbitLong/CMC/
paper https://arxiv.org/pdf/1906.05849.pdf
Unsupervised representation learned to maximize MI measure between different views results in SoTA for downstream tasks such as object classification
code https://github.com/HobbitLong/CMC/
paper https://arxiv.org/pdf/1906.05849.pdf
Divide and Conquer the Embedding Space for Metric Learning, CVPR 2019
code https://github.com/CompVis/metric-learning-divide-and-conquer
code https://github.com/CompVis/metric-learning-divide-and-conquer
Topology-Preserving Deep Image Segmentation. arxiv.org/abs/1906.05404
“CVPR 2019 | Waymo Introduces Open Dataset to Accelerate Autonomous Driving Research”
https://medium.com/syncedreview/cvpr-2019-waymo-introduces-open-dataset-to-accelerate-autonomous-driving-research-38d9dcde032c
https://medium.com/syncedreview/cvpr-2019-waymo-introduces-open-dataset-to-accelerate-autonomous-driving-research-38d9dcde032c
Medium
CVPR 2019 | Waymo Introduces Open Dataset to Accelerate Autonomous Driving Research
Established in 2009, Alphabet’s autonomous driving unit Waymo has always been relatively protective of its technology and data. Yesterday…
Create custom gym environments from scratch — A stock market example
By Adam King: https://towardsdatascience.com/creating-a-custom-openai-gym-environment-for-stock-trading-be532be3910e
#artificialintelligence #stockmarket #trading #reinforcementlearning
By Adam King: https://towardsdatascience.com/creating-a-custom-openai-gym-environment-for-stock-trading-be532be3910e
#artificialintelligence #stockmarket #trading #reinforcementlearning
Medium
Create custom gym environments from scratch — A stock market example
OpenAI’s gym is an awesome package that allows you to create custom reinforcement learning agents. It comes with quite a few pre-built…
Speech Model Pre-training for End-to-End Spoken Language Understanding
Lugosch et al.: https://arxiv.org/abs/1904.03670
#spokenlanguageunderstanding #machinelearning #technology
Lugosch et al.: https://arxiv.org/abs/1904.03670
#spokenlanguageunderstanding #machinelearning #technology
Must watch! [https://www.youtube.com/watch?v=g6HiuEnbwJE]
YouTube
ICML 2019 Tutorial: Recent Advances in Population-Based Search for Deep Neural Networks
Recent Advances in Population-Based Search for Deep Neural Networks: Quality Diversity, Indirect Encodings, and Open-Ended Algorithms.
Jeff Clune · Joel Lehman · Kenneth Stanley
We will cover new, exciting, unconventional techniques for improving population…
Jeff Clune · Joel Lehman · Kenneth Stanley
We will cover new, exciting, unconventional techniques for improving population…
Presented at CVPR 2019:
Facebook researchers use AI to generate recipes from food images
(They evaluate the whole system on the large-scale Recipe1M dataset)
https://www.profillic.com/paper/arxiv:1812.06164
Facebook researchers use AI to generate recipes from food images
(They evaluate the whole system on the large-scale Recipe1M dataset)
https://www.profillic.com/paper/arxiv:1812.06164
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…
Using AI to generate recipes from food images
Facebook developed image 2 recipe architecture.
Paper: https://research.fb.com/publications/inverse-cooking-recipe-generation-from-food-images/
Code: https://github.com/facebookresearch/inversecooking
Link: https://ai.facebook.com/blog/inverse-cooking/
#CV #DL
Facebook developed image 2 recipe architecture.
Paper: https://research.fb.com/publications/inverse-cooking-recipe-generation-from-food-images/
Code: https://github.com/facebookresearch/inversecooking
Link: https://ai.facebook.com/blog/inverse-cooking/
#CV #DL
Meta Research
Inverse Cooking: Recipe Generation from Food Images - Meta Research
People enjoy food photography because they appreciate food. Behind each meal there is a story described in a complex recipe and, unfortunately, by simply looking at a food image we do not have access to its preparation process. Therefore, in this paper we…
AlphaStar: Mastering the Game of StarCraft II
Talk by David Silver: https://slideslive.com/38916905/alphastar-mastering-the-game-of-starcraft-ii
#ArtificialIntelligence #DeepLearning #ReinforcementLearning
Talk by David Silver: https://slideslive.com/38916905/alphastar-mastering-the-game-of-starcraft-ii
#ArtificialIntelligence #DeepLearning #ReinforcementLearning
SlidesLive
David Silver | AlphaStar: Mastering the Game of StarCraft II