A Survey of Data Augmentation Approaches for NLP
Data Augmentation has becoming more and more popular and important task in NLP. On the contrary to Computer Vision where all methods now are well-known and already pre-implemented in libraries, in NLP the situation is not so consistent.
So, there has been published a nice paper that accumulated all known due today techniques, models and applications of data augmentation in texts:
https://arxiv.org/abs/2105.03075
In the appendix you can find the list of open-source that may be useful for your task.
@Machine_learn
Data Augmentation has becoming more and more popular and important task in NLP. On the contrary to Computer Vision where all methods now are well-known and already pre-implemented in libraries, in NLP the situation is not so consistent.
So, there has been published a nice paper that accumulated all known due today techniques, models and applications of data augmentation in texts:
https://arxiv.org/abs/2105.03075
In the appendix you can find the list of open-source that may be useful for your task.
@Machine_learn
ALIGN: Scaling Up Visual and Vision-Language Representation Learning With Noisy Text Supervision
http://ai.googleblog.com/2021/05/align-scaling-up-visual-and-vision.html
@Machine_learn
http://ai.googleblog.com/2021/05/align-scaling-up-visual-and-vision.html
@Machine_learn
research.google
ALIGN: Scaling Up Visual and Vision-Language Representation Learning With Noisy
Posted by Chao Jia and Yinfei Yang, Software Engineers, Google Research Learning good visual and vision-language representations is critical to sol...
500 + 𝗔𝗿𝘁𝗶𝗳𝗶𝗰𝗶𝗮𝗹 𝗜𝗻𝘁𝗲𝗹𝗹𝗶𝗴𝗲𝗻𝗰𝗲 𝗣𝗿𝗼𝗷𝗲𝗰𝘁 𝗟𝗶𝘀𝘁 𝘄𝗶𝘁𝗵 𝗰𝗼𝗱𝗲
https://github.com/ashishpatel26/500-AI-Machine-learning-Deep-learning-Computer-vision-NLP-Projects-with-code
@Machine_learn
https://github.com/ashishpatel26/500-AI-Machine-learning-Deep-learning-Computer-vision-NLP-Projects-with-code
@Machine_learn
GitHub
GitHub - ashishpatel26/500-AI-Machine-learning-Deep-learning-Computer-vision-NLP-Projects-with-code: 500 AI Machine learning Deep…
500 AI Machine learning Deep learning Computer vision NLP Projects with code - ashishpatel26/500-AI-Machine-learning-Deep-learning-Computer-vision-NLP-Projects-with-code
Project Guideline: Enabling Those with Low Vision to Run Independently
http://ai.googleblog.com/2021/05/project-guideline-enabling-those-with.html
@Machine_learn
http://ai.googleblog.com/2021/05/project-guideline-enabling-those-with.html
@Machine_learn
research.google
Project Guideline: Enabling Those with Low Vision to Run Independently
Posted by Xuan Yang, Software Engineer, Google Research For the 285 million people around the world living with blindness or low vision, exercising...
Topic : Sudoku solver (SolSudo)
Abstract : SolSudo is a Sudoku solver made using Deep Learning. SolSudo can solve sudokus using images. This has an intelligent solution method. According to this method, the model predicts the blank digits, and when each level is completed, the filled blanks are placed one after another. Each time a digit is filled, new sudoku will be fed to the solver to determine the next digit. Again and again, until there is no blank left. One of the features of this project is detecting sudoku from an image and filling in the blanks. This requires tesseract-ocr, however, which may cause problems. Therefore, I devised a method, in which the Sudoku numbers are entered one by one, and 0 is used for the empty spaces. Below is an example of Sudoku, its detection, and its solution.
Github Link : https://github.com/AryaKoureshi/SolSudo
Linkedin Link : https://www.linkedin.com/posts/arya-koureshi_deeplearning-python-tensorflow-activity-6711641409658716160-kdSD
@Machine_learn
Abstract : SolSudo is a Sudoku solver made using Deep Learning. SolSudo can solve sudokus using images. This has an intelligent solution method. According to this method, the model predicts the blank digits, and when each level is completed, the filled blanks are placed one after another. Each time a digit is filled, new sudoku will be fed to the solver to determine the next digit. Again and again, until there is no blank left. One of the features of this project is detecting sudoku from an image and filling in the blanks. This requires tesseract-ocr, however, which may cause problems. Therefore, I devised a method, in which the Sudoku numbers are entered one by one, and 0 is used for the empty spaces. Below is an example of Sudoku, its detection, and its solution.
Github Link : https://github.com/AryaKoureshi/SolSudo
Linkedin Link : https://www.linkedin.com/posts/arya-koureshi_deeplearning-python-tensorflow-activity-6711641409658716160-kdSD
@Machine_learn
Cicolani2021_Book_BeginningRoboticsWithRaspberry.pdf
7.3 MB
Beginning Robotics with Raspberry Pi and Arduino #2021 #book @Machine_learn
با عرض سلام دوستانی که نیاز به تهیه کتاب های زبان اصلی دارند می توانند با ارسال نام کتاب و ناشر آن به ایدی بنده ثبت سفارش کنند. تمامی کتاب ها با 50% تخفیف دلاری برای تمامی رشته ها قابل دسترس می باشد.
@Raminmousa
@Raminmousa
Machine learning books and papers pinned «با عرض سلام دوستانی که نیاز به تهیه کتاب های زبان اصلی دارند می توانند با ارسال نام کتاب و ناشر آن به ایدی بنده ثبت سفارش کنند. تمامی کتاب ها با 50% تخفیف دلاری برای تمامی رشته ها قابل دسترس می باشد. @Raminmousa»
A Browsable Petascale Reconstruction of the Human Cortex
http://ai.googleblog.com/2021/06/a-browsable-petascale-reconstruction-of.html
@Machine_learn
http://ai.googleblog.com/2021/06/a-browsable-petascale-reconstruction-of.html
@Machine_learn
research.google
A Browsable Petascale Reconstruction of the Human Cortex
Posted by Tim Blakely, Software Engineer and Michał Januszewski, Research Scientist, Connectomics at Google In January 2020 we released the fly “he...
Implementing original #UNet paper using #PyTorch
Video tutorial on how to code your own neural network from scratch.
Link: https://www.youtube.com/watch?v=u1loyDCoGbE&t=1s
Paper: https://arxiv.org/abs/1505.04597
@Machine_learn
Video tutorial on how to code your own neural network from scratch.
Link: https://www.youtube.com/watch?v=u1loyDCoGbE&t=1s
Paper: https://arxiv.org/abs/1505.04597
@Machine_learn
YouTube
Implementing original U-Net from scratch using PyTorch
In this video, I show you how to implement original UNet paper using PyTorch. UNet paper can be found here: https://arxiv.org/abs/1505.04597
Please subscribe and like the video to help me keep motivated to make awesome videos like this one. :)
To buy my…
Please subscribe and like the video to help me keep motivated to make awesome videos like this one. :)
To buy my…
A Tool Of Choice for Bootstrapping High Quality Python Packages
https://morioh.com/p/65db96717d00
The Demo/Documentation: https://pyscaffold.org/
Download Link: https://github.com/pyscaffold/pyscaffold/archive/refs/heads/master.zip
Official Website: https://github.com/pyscaffold/pyscaffold
@Machine_learn
https://morioh.com/p/65db96717d00
The Demo/Documentation: https://pyscaffold.org/
Download Link: https://github.com/pyscaffold/pyscaffold/archive/refs/heads/master.zip
Official Website: https://github.com/pyscaffold/pyscaffold
@Machine_learn
Fresh picks from ArXiv
This week on ArXiv: 1000-layer GNN, solutions to OGB challenge, and theory behind GNN explanations 🤔
If I forgot to mention your paper, please shoot me a message and I will update the post.
Deep GNNs
* Training Graph Neural Networks with 1000 Layers ICML 2021
* Very Deep Graph Neural Networks Via Noise Regularisation with Petar Veličković, Peter Battaglia
Heterophily
* Improving Robustness of Graph Neural Networks with Heterophily-Inspired Designs with Danai Koutra
Knowledge graphs
* Query Embedding on Hyper-relational Knowledge Graphs with Mikhail Galkin
OGB-challenge
* Fast Quantum Property Prediction via Deeper 2D and 3D Graph Networks
* First Place Solution of KDD Cup 2021 & OGB Large-Scale Challenge Graph Prediction Track
Theory
* Towards a Rigorous Theoretical Analysis and Evaluation of GNN Explanations with Marinka Zitnik
* A unifying point of view on expressive power of GNNs
GNNs
* Stability of Graph Convolutional Neural Networks to Stochastic Perturbations with Alejandro Ribeiro
* TD-GEN: Graph Generation With Tree Decomposition
* Unsupervised Resource Allocation with Graph Neural Networks
* Equivariance-bridged SO(2)-Invariant Representation Learning using Graph Convolutional Network
* GemNet: Universal Directional Graph Neural Networks for Molecules with Stephan Günnemann
* Optimizing Graph Transformer Networks with Graph-based Techniques
Survey
* Systematic comparison of graph embedding methods in practical tasks
* Evaluating Modules in Graph Contrastive Learning
* A Survey on Mining and Analysis of Uncertain Graphs
@Machine_learn
This week on ArXiv: 1000-layer GNN, solutions to OGB challenge, and theory behind GNN explanations 🤔
If I forgot to mention your paper, please shoot me a message and I will update the post.
Deep GNNs
* Training Graph Neural Networks with 1000 Layers ICML 2021
* Very Deep Graph Neural Networks Via Noise Regularisation with Petar Veličković, Peter Battaglia
Heterophily
* Improving Robustness of Graph Neural Networks with Heterophily-Inspired Designs with Danai Koutra
Knowledge graphs
* Query Embedding on Hyper-relational Knowledge Graphs with Mikhail Galkin
OGB-challenge
* Fast Quantum Property Prediction via Deeper 2D and 3D Graph Networks
* First Place Solution of KDD Cup 2021 & OGB Large-Scale Challenge Graph Prediction Track
Theory
* Towards a Rigorous Theoretical Analysis and Evaluation of GNN Explanations with Marinka Zitnik
* A unifying point of view on expressive power of GNNs
GNNs
* Stability of Graph Convolutional Neural Networks to Stochastic Perturbations with Alejandro Ribeiro
* TD-GEN: Graph Generation With Tree Decomposition
* Unsupervised Resource Allocation with Graph Neural Networks
* Equivariance-bridged SO(2)-Invariant Representation Learning using Graph Convolutional Network
* GemNet: Universal Directional Graph Neural Networks for Molecules with Stephan Günnemann
* Optimizing Graph Transformer Networks with Graph-based Techniques
Survey
* Systematic comparison of graph embedding methods in practical tasks
* Evaluating Modules in Graph Contrastive Learning
* A Survey on Mining and Analysis of Uncertain Graphs
@Machine_learn
Facebook's Reverse engineering generative models from a single deepfake image
Github: https://github.com/vishal3477/Reverse_Engineering_GMs
Paper: https://arxiv.org/abs/2106.07873
Facebook's blog: https://ai.facebook.com/blog/reverse-engineering-generative-model-from-a-single-deepfake-image/
Dataset: https://drive.google.com/drive/folders/1ZKQ3t7_Hip9DO6uwljZL4rYAn5viSRhu?usp=sharing
@Machine_learn
Github: https://github.com/vishal3477/Reverse_Engineering_GMs
Paper: https://arxiv.org/abs/2106.07873
Facebook's blog: https://ai.facebook.com/blog/reverse-engineering-generative-model-from-a-single-deepfake-image/
Dataset: https://drive.google.com/drive/folders/1ZKQ3t7_Hip9DO6uwljZL4rYAn5viSRhu?usp=sharing
@Machine_learn
GitHub
GitHub - vishal3477/Reverse_Engineering_GMs: Official Pytorch implementation of paper "Reverse Engineering of Generative Models:…
Official Pytorch implementation of paper "Reverse Engineering of Generative Models: Inferring Model Hyperparameters from Generated Images" - vishal3477/Reverse_Engineering_GMs