Replies: 2 comments 3 replies
-
Thanks for taking a look Akash! Line_patterns is not supposed work on it's own, it's only the 1st level of an indefinitely deep hierarchy, and only in 1D. There should be tons of applications, but the alg is far from complete, we can't even properly test it yet. |
Beta Was this translation helpful? Give feedback.
-
Thanks Akash, we are currently working on line_PPs_draft in 1D, comp_slice_ and comp_blob_draft in 2D. |
Beta Was this translation helpful? Give feedback.
-
Hi Chris and Boris,
I would like to thank you for giving me this opportunity. I was curious when I learned from Chris that you are working on CogAlgo which will be an alternative to CNN and DNN, so I took some time to go through your github and tried to understand the algorithm.
This is my understanding from line_pattern and some questions:
A binary or grayscale image will be input to the code. Also some pattern filters or hyper parameters are initialized.
For ex: ave = 15, ave_min = 2, ave_M = 50, etc.
I have one question on what basis these parameters are given these value ?
Then the image is passed to cross_comp funcion, where we take frame of pixels(row wise , from what I understood) and
convert the to frame of patterns.
These frame of patterns will be used to form the new frame of patterns until a result is obtained.
I wanted to discuss and ask more things. I think we can use this algorithm for object detection, object classification. Use it for the ADAS system, or maybe for NLP and many more applications.
I tried to accumulate my thought and express them in a simple way as possible.
Thanks,
Akash
Beta Was this translation helpful? Give feedback.
All reactions