Questions tagged [c#]

C-sharp is a general-purpose object-oriented programming language created & managed by Microsoft.

22 questions
2
votes
0 answers

How to determine states for Hidden Markov Model

I am trying to learn about machine learning using Accord.Net. I created a project that has a number of labeled states that represent screens a user visited in a sequence. I created some unit tests to submit a series of historical sequences and a new…