Click here to Skip to main content
15,888,286 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: Area vs perimeter Pin
Richard Deeming11-Aug-20 22:12
mveRichard Deeming11-Aug-20 22:12 
QuestionDynamic Programming problem / Two factors - Right approach Pin
Member 1487381427-Jul-20 1:44
Member 1487381427-Jul-20 1:44 
AnswerRe: Dynamic Programming problem / Two factors - Right approach Pin
Gerry Schmitz28-Jul-20 6:36
mveGerry Schmitz28-Jul-20 6:36 
QuestionNOAA's National Centers for Environmental Information collects global climate data and aggregates this data to provide information on climate trends and variability. One product they offer is a monthly regional analysis. The following table gives "an Pin
Member 1489532821-Jul-20 19:43
Member 1489532821-Jul-20 19:43 
AnswerRe: NOAA's National Centers for Environmental Information collects global climate data and aggregates this data to provide information on climate trends and variability. One product they offer is a monthly regional analysis. The following table gives Pin
OriginalGriff21-Jul-20 19:47
mveOriginalGriff21-Jul-20 19:47 
AnswerRe: NOAA's National Centers for Environmental Information collects global climate data and aggregates this data to provide information on climate trends and variability. One product they offer is a monthly regional analysis. The following table gives Pin
Patrice T22-Jul-20 23:03
mvePatrice T22-Jul-20 23:03 
AnswerRe: NOAA's National Centers for Environmental Information collects global climate data and aggregates this data to provide information on climate trends and variability. One product they offer is a monthly regional analysis. The following table gives Pin
Dave Kreskowiak23-Jul-20 3:39
mveDave Kreskowiak23-Jul-20 3:39 
AnswerAI: how to distinguish music from voice Pin
David_Spector20-Jul-20 2:25
David_Spector20-Jul-20 2:25 
Basic Ideas

Here are some suggestions for distinguishing music from voice: Music usually has melody, which uses a wider range of sustained frequencies than voice. Polyphonic music has harmony, which uses more chords than does voice. A chord usually has multiple harmonics and subharmonics, while voice is much more limited in its harmonics.

Programming Approach

As general guidance, I would write tests based on realtime Fourier analysis, comparing samples of the range of music and the range of voice which you wish to distinguish (you have to make decisions about this so you know when you are successful). Each test can yield a measurement of effectiveness that you can use to direct the evolution of your ideas and program. Basically, if a test program gets 50% correct answers when faced with music and voice samples, then it is 0% successful, but if it gets 100% correct answers, it is 100% successful for that set of samples.
David Spector

GeneralRe: AI: how to distinguish music from voice Pin
Gerry Schmitz23-Jul-20 3:55
mveGerry Schmitz23-Jul-20 3:55 
GeneralRe: AI: how to distinguish music from voice Pin
David_Spector23-Jul-20 4:21
David_Spector23-Jul-20 4:21 
QuestionRight approach for Dynamic Programming Pin
Member 1487381426-Jun-20 13:20
Member 1487381426-Jun-20 13:20 
AnswerRe: Right approach for Dynamic Programming Pin
Patrice T29-Jun-20 11:26
mvePatrice T29-Jun-20 11:26 
AnswerRe: Right approach for Dynamic Programming Pin
Richard MacCutchan29-Jun-20 21:50
mveRichard MacCutchan29-Jun-20 21:50 
AnswerRe: Right approach for Dynamic Programming Pin
Gerry Schmitz30-Jun-20 15:13
mveGerry Schmitz30-Jun-20 15:13 
AnswerRe: Right approach for Dynamic Programming Pin
Luc Pattyn5-Jul-20 3:40
sitebuilderLuc Pattyn5-Jul-20 3:40 
Questionwhat is being done in this algorithim Pin
Muhammad Sudais26-Jun-20 8:40
Muhammad Sudais26-Jun-20 8:40 
AnswerRe: what is being done in this algorithim Pin
Dave Kreskowiak26-Jun-20 9:06
mveDave Kreskowiak26-Jun-20 9:06 
AnswerRe: what is being done in this algorithim Pin
Richard MacCutchan26-Jun-20 22:19
mveRichard MacCutchan26-Jun-20 22:19 
QuestionDynamic Programming / Greedy algorithm - Best time with constraints Pin
Member 1487381426-Jun-20 1:04
Member 1487381426-Jun-20 1:04 
AnswerRe: Dynamic Programming / Greedy algorithm - Best time with constraints Pin
Richard MacCutchan25-Jun-20 23:18
mveRichard MacCutchan25-Jun-20 23:18 
GeneralRe: Dynamic Programming / Greedy algorithm - Best time with constraints Pin
Member 1487381425-Jun-20 23:30
Member 1487381425-Jun-20 23:30 
GeneralRe: Dynamic Programming / Greedy algorithm - Best time with constraints Pin
Richard MacCutchan25-Jun-20 23:43
mveRichard MacCutchan25-Jun-20 23:43 
AnswerRe: Dynamic Programming / Greedy algorithm - Best time with constraints Pin
Greg Utas26-Jun-20 0:42
professionalGreg Utas26-Jun-20 0:42 
GeneralRe: Dynamic Programming / Greedy algorithm - Best time with constraints Pin
Member 1487381426-Jun-20 1:00
Member 1487381426-Jun-20 1:00 
GeneralRe: Dynamic Programming / Greedy algorithm - Best time with constraints Pin
Greg Utas26-Jun-20 1:41
professionalGreg Utas26-Jun-20 1:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.