• Stars
    star
    231
  • Rank 167,605 (Top 4 %)
  • Language
    Python
  • License
    MIT License
  • Created over 8 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Spoken language identification with deep learning

Spoken language identification with deep learning

Read more in the following blog posts:

Theano/Lasagne models are here. The basic steps to run them are:

  • Download the dataset from here or use your own dataset.
  • Create spectrograms for recording using create_spectrograms.py or augment_data.py. The latter will also augment the data by randomly perturbing the spectrograms and cropping a random interval of length 9s from the recording.
  • Create listfiles for training set and validation set, where each row of the a listfile describes one example and has 2 values seperated by a comma. The first one is the name of the example, the second one is the label (counting starts from 0). A typical listfile will look like this.
  • Change the png_folder and listfile paths in theano/main.py.
  • Run theano/main.py.

More Repositories

1

mimic3-benchmarks

Python suite to construct benchmark machine learning datasets from the MIMIC-III 💊 clinical database.
Python
771
star
2

Dynamic-memory-networks-in-Theano

Implementation of Dynamic memory networks by Kumar et al. http://arxiv.org/abs/1506.07285
Python
334
star
3

A-Guide-to-Deep-Learning

📚 A detailed guide to deep learning: http://yerevann.com/a-guide-to-deep-learning/
HTML
215
star
4

R-NET-in-Keras

Open R-NET (hy` առնետ 🐁) implementation and detailed analysis: https://git.io/vd8dx
Python
180
star
5

translit-rnn

Automatic transliteration with LSTM
Python
92
star
6

WARP

Code for ACL'2021 paper WARP 🌀 Word-level Adversarial ReProgramming. Outperforming `GPT-3` on SuperGLUE Few-Shot text classification. https://aclanthology.org/2021.acl-long.381/
Python
83
star
7

DIIN-in-Keras

Reproducing Densely Interactive Inference Network in Keras
Python
75
star
8

neural-colorizer

Convolutional autoencoder to colorize greyscale images
Python
43
star
9

BARTSmiles

BARTSmiles, generative masked language model for molecular representations
Python
27
star
10

BioRelEx

🧬 BioRelEx: Biological Relation Extraction Benchmark @ ACL BioNLP Workshop 2019
Python
19
star
11

dmn-ui

UI for Dynamic Memory Networks
JavaScript
15
star
12

yerevann.github.io

YerevaNN blog
CSS
14
star
13

SciERC

A fork of https://bitbucket.org/luanyi/scierc/src
Python
14
star
14

PARASITE

🪱 PARASITE || A parallel sentence data preprocessing toolkit. Originally developed as a part of the `en-ru` winner submission of WMT20 Biomedical Translation Task.
Python
11
star
15

Relation-extraction-pipeline

Pipelines that combine different modules to perform relation extraction
Python
9
star
16

RaSoR-in-Tensorflow

The implementation of one of the SQuAD solutions
Python
7
star
17

word2vec-armenian-wiki

Testing word2vec on Armenian Wikipedia
C
6
star
18

armtreebank

Armenian Treebank http://armtreebank.yerevann.com/
Python
5
star
19

Caffe-python-tools

Some tools written in Python to work with Caffe
Python
4
star
20

SSL-playground

Python
4
star
21

zsee

Zero Shot Event Extraction - Making pretrained sentence encoders more multilingual and language-agnostic. Works best (at the moment) with YerevaNN's internal version of allennlp.
Python
4
star
22

Kaggle-diabetic-retinopathy-detection

Scripts used in Kaggle Diabetic retionpathy detection contest by YerevaNN team
Mathematica
3
star
23

pmi

Fast pointwise mutual information implementation in C++
C++
3
star
24

RelationClassification

Python
2
star
25

dmn-docker

Dockerfile for starting DMN with UI
2
star
26

hyper-language-identification

Python
2
star
27

amr_seq2seq

Python
2
star
28

dom-gen-failure-modes

Python
1
star
29

char-rnn-constitution

Shell
1
star
30

JointUD

🚬 JointUD - Universal Dependencies | Part-of-Speech tagging, Morphological parsing and Lemmatization
Python
1
star
31

NN-in-Armenian

Presentation and other stuff on Neural networks in Armenian
1
star
32

yarx

YARX - Yet Another Relation eXtraction framework, based on SciIE architecture and AllenNLP framework
Python
1
star
33

Molecular_Generation_with_GDB13

Jupyter Notebook
1
star
34

BioER

Biological entity recognition
Jupyter Notebook
1
star
35

docker-cudnn-theano

Docker image for Theano with Ubuntu 16.04 + CUDA 8.0 + cuDNN 7
Dockerfile
1
star
36

NLOS-Localization-WAIR-D

Python
1
star