-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PA learning #1
Comments
Hello, |
Thanks The file looks different from what was in my mind. |
It is quite tailored for our application. The input file is basically a long sequence of symbols. In the first step based on an expert knowledge, these symbols are put together into strings and in the second step such a multiset of strings is then the input for DPA learning. |
@vhavlena is recieving only tuples as input (as in your example) or can also get simple string i.e. "a a a" |
|
Hello @vhavlena I tried the algorithm with other samples but I'm afraid I did a mistake since the results are different from expected: The apleh-bet is "a, b" I use the file as input file to pa_learning but I got the output: |
Hello @pberko, Not sure if you are doing something wrong. I think there are several issues to consider. Your black-box automaton is Markov chain, right? In that case you likely get something different, because DPA on the output has accepting probabilities that may cause some bias for your setting (maybe you can try specialised algorithms for learning MCs). The second issue are learning parameters: different parameters may lead to different automata. |
Hello
Do you have a working example for pa_learning?
Thanks
The text was updated successfully, but these errors were encountered: