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

Create MVP for pattern detection #13

Open
vladdez opened this issue Jul 5, 2024 · 4 comments
Open

Create MVP for pattern detection #13

vladdez opened this issue Jul 5, 2024 · 4 comments

Comments

@vladdez
Copy link
Collaborator

vladdez commented Jul 5, 2024

We need a small program to use pattern detection algo on two data with and without patterns.
Then we will immediately see is it efficient or not without using it on huge datasets

@vladdez
Copy link
Collaborator Author

vladdez commented Oct 24, 2024

Also we need simulated dataset with

  • N examples with pattern
  • N examples without it

Or real data with 10-15 examples of each pattern.

Requirements for each figure

  • figure should be naked (without axis, labels, paddings etc)
  • same data size

Ideas how to simulate patterns:

@behinger
Copy link
Member

that is very little, more like >>10k for deep learning?

@vladdez
Copy link
Collaborator Author

vladdez commented Oct 24, 2024

Open questions:

  • what is N number?
  • imagine we train a python model. How then will we use it on Julia?

@behinger
Copy link
Member

if it is just a simple CNN (which I'd do, can be relatively small e.g. 100x100px iirc, we can always shrink the erpimage to a "default" size), we can just train it in Flux.jl - no need for pytorch. but iirc you can import pytorch models somehow also.

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