All Projects → swshon → dialectID_siam

swshon / dialectID_siam

Licence: other
Dialect identification using Siamese network

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to dialectID siam

pytorch-siamese-triplet
One-Shot Learning with Triplet CNNs in Pytorch
Stars: ✭ 74 (+393.33%)
Mutual labels:  siamese, siamese-network
SiamFC-tf
A TensorFlow implementation of the SiamFC tracker, use with your own camera and video, or integrate to your own project 实时物体追踪,封装API,可整合到自己的项目中
Stars: ✭ 22 (+46.67%)
Mutual labels:  siamese, siamese-network
urdu-characters
📄 Complete collection of Urdu language characters & unicode code points.
Stars: ✭ 24 (+60%)
Mutual labels:  character, words
Cltypinglabel
iOS UILabel with character by character typing /typewriter animation
Stars: ✭ 192 (+1180%)
Mutual labels:  character
Stringformatter
Simple Text Formetter (Credit Card Number, Phone Number, Serial Number etc.) Can be used in all text inputs according to the format pattern. If desired, large minor character restrictions can be made in the format pattern.
Stars: ✭ 231 (+1440%)
Mutual labels:  character
Speaker-Recognition
This repo contains my attempt to create a Speaker Recognition and Verification system using SideKit-1.3.1
Stars: ✭ 94 (+526.67%)
Mutual labels:  i-vector
vocascan-frontend
A highly configurable vocabulary trainer
Stars: ✭ 26 (+73.33%)
Mutual labels:  words
Creature ue4
Unreal Engine 4 Runtimes for Creature, the 2D Skeletal + Mesh Animation Tool
Stars: ✭ 174 (+1060%)
Mutual labels:  character
oneshot-audio
Experiment with "one-shot learning" techniques to recognize a voice signature
Stars: ✭ 22 (+46.67%)
Mutual labels:  siamese-network
siamese dssm
siamese dssm sentence_similarity sentece_similarity_rank tensorflow
Stars: ✭ 59 (+293.33%)
Mutual labels:  siamese
Word2VecAndTsne
Scripts demo-ing how to train a Word2Vec model and reduce its vector space
Stars: ✭ 45 (+200%)
Mutual labels:  words
Siamese-Sentence-Similarity
Keras and Tensorflow implementation of Siamese Recurrent Architectures for Learning Sentence Similarity
Stars: ✭ 47 (+213.33%)
Mutual labels:  siamese-network
TwinBert
pytorch implementation of the TwinBert paper
Stars: ✭ 36 (+140%)
Mutual labels:  siamese-network
Tts Cube
End-2-end speech synthesis with recurrent neural networks
Stars: ✭ 213 (+1320%)
Mutual labels:  character
Characters of the Three Kingdoms
3️⃣ Characters of the Three Kingdoms - 三国人物结构化数据
Stars: ✭ 100 (+566.67%)
Mutual labels:  character
Free Gophers Pack
✨ This pack of 100+ gopher pictures and elements will help you to build own design of almost anything related to Go Programming Language: presentations, posts in blogs or social media, courses, videos and many, many more.
Stars: ✭ 2,343 (+15520%)
Mutual labels:  character
gonvert
Golang character encoding converter with an automatic code-estimation.
Stars: ✭ 24 (+60%)
Mutual labels:  character
Character12
DirectX 12 character animation and rendering. Note: currently, there is no AA deployed in this sample, because it originally worked with temporal AA in my full scene rendering; please use AA settings in the panel provided by your graphics-card vendor for a better visualization.
Stars: ✭ 19 (+26.67%)
Mutual labels:  character
J2N
Java-like Components for .NET
Stars: ✭ 37 (+146.67%)
Mutual labels:  character
Deep-One-Shot-Logo-Retrieval
A Deep One-Shot Network for Query-based Logo Retrieval [Pattern Recognition 2019, Elsevier]
Stars: ✭ 58 (+286.67%)
Mutual labels:  siamese-network

Dialect identification using Siamese network

Siamese network based dimensionality reduction for robust dialect identification (and as well as language recognition)

Requirment

  • Python, tested on 2.7.6 (better with jupyter notebook)
  • Tensorflow

Training Model

  • train_ivector.ipynb : Training siamese neural network model for i-vector feature
  • train_word.ipynb : Training siamese neural network model for word feature
  • train_char.ipynb : Training siamese neural network model for character feature
  • train_phone.ipynb : Training siamese neural network model for phoneme feature

Performance evaluation example of i-vector feature on MGB-3 Test dataset

  • Confusion matrix
EGY GLF LAB MSA NOR
EGY 225 13 37 11 24
GLF 11 178 31 16 12
LAB 43 45 212 14 31
MSA 5 5 10 208 10
NOR 18 9 44 13 267
  • Precision
EGY GLF LAB MSA NOR
0.73 0.72 0.61 0.87 0.76
  • Recall
EGY GLF LAB MSA NOR
0.75 0.71 0.63 0.79 0.78

Overall performance

Accurary : 0.731 Precision : 0.739 Recall : 0.732
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].