-
Notifications
You must be signed in to change notification settings - Fork 1
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
Comments
Also we need simulated dataset with
Or real data with 10-15 examples of each pattern. Requirements for each figure
Ideas how to simulate patterns:
|
that is very little, more like >>10k for deep learning? |
Open questions:
|
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. |
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
The text was updated successfully, but these errors were encountered: