Skip to content
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

Thank you I seen the example directory. But please give instructions. #3

Open
alfredalappat opened this issue May 3, 2024 · 1 comment

Comments

@alfredalappat
Copy link

alfredalappat commented May 3, 2024

Please give instructions like how to use this program.why example file is so small without any Python files like create, convert, generate,train?.in example python file how training dataset is created and saved for prediction??. And how much private key public key pairs is generated for training (1k,10k or 100k)????.

@alfredalappat alfredalappat changed the title Thank you I seen the example directory. But please given instructions. Thank you I seen the example directory. But please give instructions. May 3, 2024
@DRSZL
Copy link
Owner

DRSZL commented May 6, 2024

The training data will be generated always. It is random but still deterministic when you don't change the seed. The data can be saved but from runtime perspective it makes no sense if you read it from a file or generate the random ints. But it can be improved when the keypairs (public/private) will be saved (no ripe and sha256 :) )

The model which is used in the example.py was trained with 100k key pairs.
The example checks only one specific public key.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants