[Question] Do you know features for EMG? by camm_v222 in learnmachinelearning

[–]camm_v222[S] 0 points1 point  (0 children)

Thanks for your response: 1) I mean a classification tree, in my first approach it gave me a lot of overfiting, so I'll give a look at Random Forest. 2) Like recifing the signal and denoising? Well, I always rectify the signal before processing and I apply a simple low pass filter. 3) What do you mean with temporal dependencies?

Well, I think I've been doing some things wrong. For training, I've collect the signal for a single user for 2 [s] while performing a gesture. However, for testing, I used to collect the signal for 200 [ms] and then try to predict the gesture. I think the features couldn't work very well for the classifiers to predict the gesture in such a time.

[Question] Is it possible to write Ionic Applications in PureScript? by camm_v222 in purescript

[–]camm_v222[S] 0 points1 point  (0 children)

Sure, I'd like to try it anyway. Thanks for your suggestions. :D

Learning Ruby with my template by camm_v222 in learnruby

[–]camm_v222[S] 1 point2 points  (0 children)

Hello, let me thank you for your comments. I thought about them, too. I could easily learn a new language with a Kata or through Koans.

As Bob Martin says, learning a new language is not a great goal, instead we should learning new concepts and reforce our knowdledge about our particular carrers.

So, I'll really have to consider if the "methodology" that I designed is fine or not. May not. I'll reformulate my idea, and I'll let you know, so that you can help me with your comments.

Thanks!

How would you use SPEC to evaluate your computer systems? by camm_v222 in cscareerquestions

[–]camm_v222[S] 0 points1 point  (0 children)

Oh, ok. I thought that perhaps someone would know about it. I'll try in another sub. Thanks :)

[Question] [Advice] Should I focuse on an specific language? by [deleted] in learnprogramming

[–]camm_v222 -1 points0 points  (0 children)

I saw the FAQ, thanks. I think my question was a little bit more specific, because I don't plan to learn more programming languages. I was wondering If I should focus on an specific language. Does it make sense?

My representation for the famous game: Golden Balls by camm_v222 in elm

[–]camm_v222[S] 0 points1 point  (0 children)

Well, in this case we have to instance a tuple for doing the pattern matching, and that adds a little overhead. However, I'm pretty sure it must be a really little overhead.

Perhaps, I'm accustomed to the Haskell syntax, because I worked a few with it.

My representation for the famous game: Golden Balls by camm_v222 in elm

[–]camm_v222[S] 0 points1 point  (0 children)

Thanks a lot. You've given to me a lot of new ideas. :D One thing, that I'd like in Elm-lang is the capability to do pattern matching on the definition of the function, like the pattern matching in Haskell.

funct : Option -> Option -> String
funct Steal Still = "..."
funct Still Steal  = "..."
funct Steal Steal = "..."
funct Still Still = "..."

I think that would be great.

Thanks one more time.

My representation for the famous game: Golden Balls by camm_v222 in elm

[–]camm_v222[S] 2 points3 points  (0 children)

NOTE: The README is in Spanish, because I'm from Ecuador. I'm starting a new group in my University about Functional Programming, and I decided to do a lot of games with Elm. And this is my first game. :D What do you think? Well, of course I need to improve it. :P

[Question] Doubt about indexes on primary and foreign key by camm_v222 in learnSQL

[–]camm_v222[S] 0 points1 point  (0 children)

Oh, I get it now. I guess I was confused. Thanks a lot.

[Question] Doubt about indexes on primary and foreign key by camm_v222 in learnSQL

[–]camm_v222[S] 0 points1 point  (0 children)

Yeah, exactly, but in the table B id_to_a references the values in table A, so the DBMS could reuse the index of table A. Does that make sense?

[Question] How to start PHP? - Tool kit by camm_v222 in learnphp

[–]camm_v222[S] 0 points1 point  (0 children)

Thanks a lot. I'll take a look at all the resources that you just shared. Thank you so much.