Regularizing Meta-Learning via Gradient Dropout
Code: https://github.com/hytseng0509/DropGrad
Paper: https://arxiv.org/abs/2004.05859
Code: https://github.com/hytseng0509/DropGrad
Paper: https://arxiv.org/abs/2004.05859
GitHub
GitHub - hytseng0509/DropGrad: Regularizing Meta-Learning via Gradient Dropout
Regularizing Meta-Learning via Gradient Dropout. Contribute to hytseng0509/DropGrad development by creating an account on GitHub.
How to Develop Voting Ensembles With Python
https://machinelearningmastery.com/voting-ensembles-with-python/
https://machinelearningmastery.com/voting-ensembles-with-python/
MachineLearningMastery.com
How to Develop Voting Ensembles With Python - MachineLearningMastery.com
Voting is an ensemble machine learning algorithm. For regression, a voting ensemble involves making a prediction that is the average of multiple other regression models. In classification, a hard voting ensemble involves summing the votes for crisp class…
Why PyTorch Is the Deep Learning Framework of the Future
https://blog.paperspace.com/why-use-pytorch-deep-learning-framework/
https://blog.paperspace.com/why-use-pytorch-deep-learning-framework/
Paperspace by DigitalOcean Blog
Why PyTorch Is the Deep Learning Framework of the Future
An introduction to PyTorch, what makes it so advantageous, and how PyTorch compares to TensorFlow and Scikit-Learn. Then we'll look at how to use PyTorch by building a linear regression model and using it to make predictions.
How to Develop a Random Forest Ensemble in Python
https://machinelearningmastery.com/random-forest-ensemble-in-python/
https://machinelearningmastery.com/random-forest-ensemble-in-python/
MachineLearningMastery.com
How to Develop a Random Forest Ensemble in Python - MachineLearningMastery.com
Random forest is an ensemble machine learning algorithm. It is perhaps the most popular and widely used machine learning algorithm given its good or excellent performance across a wide range of classification and regression predictive modeling problems. It…
Exploring Evolutionary Meta-Learning in Robotics
https://ai.googleblog.com/2020/04/exploring-evolutionary-meta-learning-in.html
https://ai.googleblog.com/2020/04/exploring-evolutionary-meta-learning-in.html
Google AI Blog
Exploring Evolutionary Meta-Learning in Robotics
Posted by Xingyou (Richard) Song, Software Engineer and Yuxiang Yang, AI Resident, Robotics at Google Rapid development of more accurate...
A Scalable Approach to Reducing Gender Bias in Google Translate
https://ai.googleblog.com/2020/04/a-scalable-approach-to-reducing-gender.html
https://ai.googleblog.com/2020/04/a-scalable-approach-to-reducing-gender.html
blog.research.google
A Scalable Approach to Reducing Gender Bias in Google Translate
A Gentle Introduction to Degrees of Freedom in Machine Learning
https://machinelearningmastery.com/degrees-of-freedom-in-machine-learning/
https://machinelearningmastery.com/degrees-of-freedom-in-machine-learning/
MachineLearningMastery.com
A Gentle Introduction to Degrees of Freedom in Machine Learning - MachineLearningMastery.com
Degrees of freedom is an important concept from statistics and engineering.
It is often employed to summarize the number of values used in the calculation of a statistic, such as a sample statistic or in a statistical hypothesis test.
In machine learning…
It is often employed to summarize the number of values used in the calculation of a statistic, such as a sample statistic or in a statistical hypothesis test.
In machine learning…
Yolo v4 (v3/v2) - Windows and Linux version of Darknet Neural Networks for object detection (Tensor Cores are used) https://pjreddie.com/darknet/
https://github.com/AlexeyAB/darknet
Paper Yolo v4: https://arxiv.org/abs/2004.10934
More details: https://pjreddie.com/darknet/yolo/
https://github.com/AlexeyAB/darknet
Paper Yolo v4: https://arxiv.org/abs/2004.10934
More details: https://pjreddie.com/darknet/yolo/
Making Decision Trees Accurate Again: Explaining What Explainable AI Did Not
https://bair.berkeley.edu/blog/2020/04/23/decisions/
https://bair.berkeley.edu/blog/2020/04/23/decisions/
Difference Between Algorithm and Model in Machine Learning
https://machinelearningmastery.com/difference-between-algorithm-and-model-in-machine-learning/
https://machinelearningmastery.com/difference-between-algorithm-and-model-in-machine-learning/
How Does NLP Benefit Legal System: A Summary of Legal Artificial Intelligence
https://github.com/thunlp/LegalPapers
Paper: https://arxiv.org/abs/2004.12158v2
https://github.com/thunlp/LegalPapers
Paper: https://arxiv.org/abs/2004.12158v2
Jukebox: a new generative model for audio from OpenAI.
Jukebox can generate music with neat (but still creepy) vocal in a variety of genres and artist styles.
openai.com/blog/jukebox
Article: cdn.openai.com/papers/jukebox.pdf
Examples: https://jukebox.openai.com/
Jukebox can generate music with neat (but still creepy) vocal in a variety of genres and artist styles.
openai.com/blog/jukebox
Article: cdn.openai.com/papers/jukebox.pdf
Examples: https://jukebox.openai.com/
Openai
Jukebox
We’re introducing Jukebox, a neural net that generates music, including rudimentary singing, as raw audio in a variety of genres and artist styles. We’re releasing the model weights and code, along with a tool to explore the generated samples.
Reinforcement Learning with Augmented Data
https://mishalaskin.github.io/rad
Code: https://github.com/MishaLaskin/rad
Paper: https://arxiv.org/abs/2004.14990
https://mishalaskin.github.io/rad
Code: https://github.com/MishaLaskin/rad
Paper: https://arxiv.org/abs/2004.14990
Consistent Video Depth Estimation
https://roxanneluo.github.io/Consistent-Video-Depth-Estimation/
Paper: https://arxiv.org/abs/2004.15021
https://roxanneluo.github.io/Consistent-Video-Depth-Estimation/
Paper: https://arxiv.org/abs/2004.15021
How to Develop a Gradient Boosting Machine Ensemble in Python
https://machinelearningmastery.com/gradient-boosting-machine-ensemble-in-python/
https://machinelearningmastery.com/gradient-boosting-machine-ensemble-in-python/
MachineLearningMastery.com
How to Develop a Gradient Boosting Machine Ensemble in Python - MachineLearningMastery.com
The Gradient Boosting Machine is a powerful ensemble machine learning algorithm that uses decision trees. Boosting is a general ensemble technique that involves sequentially adding models to the ensemble where subsequent models correct the performance of…
An NLU-Powered Tool to Explore COVID-19 Scientific Literature
https://ai.googleblog.com/2020/05/an-nlu-powered-tool-to-explore-covid-19.html
https://ai.googleblog.com/2020/05/an-nlu-powered-tool-to-explore-covid-19.html
research.google
An NLU-Powered Tool to Explore COVID-19 Scientific Literature
Posted by Keith Hall, Research Scientist, Natural Language Understanding, Google Research Update — 2021/05/20: We are expanding the Research Expl...