Does this make me a genius or stupid
So the other day, I made a cryptography algorithm which was taken from a compression algorithm (which failed) I made. the trick was that you take a letter, convert it into ASCII then convert that ASCII code to binary and then replace 0 and 1 with specific keys.
This would be genius.
As I said it was taken from a compression algorithm, I made. I was talking about it in the community when someone points out that I recreated the Lempel-Zvich algorithm (https://www.cs.duke.edu/csed/curious/compression/lzw.html). I had no idea such an algorithm existed way before me. Is this sheer coincidence? How is that even possible.
I went on ..
My second algorithm was an array sorting one. Every programming Language has one in-built. The catch of this one was that you take the largest number from the array and keep on popping it off. In this way, the array is sure to be sorted at the end. This performed really good.
My Third Algorithm was a clustering algorithm. In Artificial Intelligence and Machine Learning is a task in which clusters of points are created and when a new point is introduced, Its cluster can be determined. Basically its classification but without the labels for the training data. I wont talk about it much because I created a blog post about it some time back.
(http://telegra.ph/Decide-Cluster-Algorithm-09-15)
People say this is exactly like K- Means.
So is this genius or stupid ? Comment below.
This would be genius.
As I said it was taken from a compression algorithm, I made. I was talking about it in the community when someone points out that I recreated the Lempel-Zvich algorithm (https://www.cs.duke.edu/csed/curious/compression/lzw.html). I had no idea such an algorithm existed way before me. Is this sheer coincidence? How is that even possible.
I went on ..
My second algorithm was an array sorting one. Every programming Language has one in-built. The catch of this one was that you take the largest number from the array and keep on popping it off. In this way, the array is sure to be sorted at the end. This performed really good.
My Third Algorithm was a clustering algorithm. In Artificial Intelligence and Machine Learning is a task in which clusters of points are created and when a new point is introduced, Its cluster can be determined. Basically its classification but without the labels for the training data. I wont talk about it much because I created a blog post about it some time back.
(http://telegra.ph/Decide-Cluster-Algorithm-09-15)
People say this is exactly like K- Means.
So is this genius or stupid ? Comment below.
Comments
Post a Comment