Attention-Based Recurrent Neural Network Models for Joint Intent Detection and Slot Filling

Pytorch implementation of “Attention-Based Recurrent Neural Network Models for Joint Intent Detection and Slot Filling” (https://arxiv.org/pdf/1609.01454.pdf) Intent prediction and slot filling are performed in two branches based on Encoder-Decoder model. dataset (Atis) You can get data from here Requirements Train python3 train.py –data_path ‘your data path e.g. ./data/atis-2.train.w-intent.iob’ Result GitHub https://github.com/DSKSD/RNN-for-Joint-NLU    

Read more

Training RNNs as Fast as CNNs

News SRU++, a new SRU variant, is released. [tech report] [blog] The experimental code and SRU++ implementation are available on the dev branch which will be merged into master later. About SRU is a recurrent unit that can run over 10 times faster than cuDNN LSTM, without loss of accuracy tested on many tasks. Average processing time of LSTM, conv2d and SRU, tested on GTX 1070 For example, the figure above presents the processing time of a single mini-batch of […]

Read more

The cross-modality generative model that synthesizes dance from music

Dancing to Music PyTorch implementation of the cross-modality generative model that synthesizes dance from music. Paper Hsin-Ying Lee, Xiaodong Yang, Ming-Yu Liu, Ting-Chun Wang, Yu-Ding Lu, Ming-Hsuan Yang, Jan KautzDancing to Music Neural Information Processing Systems (NeurIPS) 2019[Paper] [YouTube] [Project] [Blog] [Supp] Example Videos Beat-Matching1st row: generated dance sequences, 2nd row: music beats, 3rd row: kinematics beats MultimodalityGenerate various dance sequences with    

Read more

A Virtual Desktop Assistant Written in Python

A Virtual Desktop Assistant Written in Python. It’s generally a basic virtual assistant The basic purpose of this is to make work easier as it re-directs you to various main sites and performs various important functions for your PC as well just install it for your system and run it in your code editor or IDE. I will be soon updating it as an application for MacOS, Linux and Windows. Until then you can follow the Contributing Guidelines and Contribute […]

Read more

Machine Translation Weekly 88: Text Segmentation and Multilinguality

With the semester start, it is also time to renew MT Weekly. My new year’s resolution was to make it to 100 issues, so let’s see if I can keep it. Today, I will talk about a paper by my colleagues from LMU Munich that will appear in the Findings of EMNLP 2021 which deals with a perpetual problem of NLP – input text segmentation. The title of the paper is Wine is Not v i n. On the Compatibility […]

Read more

Exploratory Data Analysis for Employee Retention Dataset

Employee turn-over is a very costly problem for companies. The cost of replacing an employee if often larger than 100K USD, taking into account the time spent to interview and find a replacement, placement fees, sign-on bonuses and the loss of productivity for several months. It is only natural then that data science has started being applied to this area. Understanding why and when employees are most likely to leave can lead to actions to improve employee retention as well […]

Read more

Different Shapes Made With PyQt5

Different Shapes Made With PyQt5 How to contribute? Your pull request must contain a file with the name of the shape’s. Moreover, your python file should be independent, meaning that it should have an instance of QApplication created GitHub https://github.com/Win-tharsh/PyQt6-Shapes    

Read more

A Hacktoberfest 2021 Python Repository

This is A Hacktoberfest 2021 Repository What You Have to do?? Fork This Repository Add Your Python Project With Name [YOUR PROJECT NAME.with extension of your language] Make A Pull Request and Wait For it To be Reviewed And Accepted if That Was Worth It! Note — Just Please Add the Project in Their Respective Folders For Example – If it is a python project, Then add it to python/your project.pyIf There is no Folder of your Language, Then you […]

Read more

A CLI tool that can download songs from youtube

Music Downloader is a tool that can download songs from Youtube. Installation Base requirements: If you have Python 3.7+ installed, all you need to do is follow these steps: > git clone https://github.com/matjsilva/music-downloader> cd music-downloader> python install.py Then, you just need to: > python musicDownloader.py When the tool starts, drop a “help” on the input and enjoy Music Downloader. ⚙️ Technologies used GitHub https://github.com/matjsilva/music-downloader    

Read more
1 45 46 47 48 49 50