question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hi everyone, i am working on speech recognition project. i have extracted the features from voice to set an input for hmm. But now i am confused either go for https://github.com/hmmlearn/hmmlearn (Guassian HMM) or go for my own. And if i am building my own, which resource should i use to make my hmm work correctly. Note that it is my final year project. And help/suggestion would be more than welcome.

See original GitHub issue

Description

Steps/Code to Reproduce

Expected Results

Actual Results

Versions

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
glemaitrecommented, Aug 17, 2017

i mean how can i publish paper for my research, when i am using existing implementation.

Probably like the 6569 other scientists which cited the scikit-learn software: https://scholar.google.fr/scholar?hl=en&q=scikit-learn&btnG=&as_sdt=1%2C5&as_sdtp=

1reaction
jnothmancommented, Aug 17, 2017

FWIW, you’re better off using an existing implementation almost always.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Speech Recognition — GMM, HMM - Jonathan Hui - Medium
The diagram below is a high-level architecture for speech recognition that links HMM (Hidden Markov Model) with speech recognition. Starting ...
Read more >
Speech Recognition using MFCC and HMM - Data Science
My thinking was this: If, at the end of my sabbatical, ... detail on how MFCCs can be used to extract numerical features...
Read more >
Speech Recognition Project - HMM
My project is triggering a set of traffic lights (simulation) using Speech recognition. In theory, I want to use a HMM (Hidden Markov...
Read more >
Python Speech Recognizer TypeError: '>' not supported ...
Similar pattern is used for the test data folder. The code is run from the command prompt: python Speech-Recognizer.py --input-folder train.
Read more >
Speech Recognition using Hidden Markov Model - DiVA Portal
The purpose with this final master degree project was to develop a speech recog- nition tool, to make the technology accessible. The development...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found