Author Topic: Numbers pattern recognition software  (Read 1410 times)

0 Members and 1 Guest are viewing this topic.

Offline Axon

  • VIP
  • King
  • *
  • Posts: 2047
  • Cookies: 319
    • View Profile
Numbers pattern recognition software
« on: January 25, 2014, 06:16:21 pm »
Does anyone know any software (preferably open source) for numbers pattern recognition? I'm looking for a software where the user inputs a set of numbers, then the software will do a pattern recognition, after that the software will generate numbers based on the patterns.

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Numbers pattern recognition software
« Reply #1 on: January 25, 2014, 06:21:10 pm »
Attempting to win a lottery? that won't work :P

Offline Axon

  • VIP
  • King
  • *
  • Posts: 2047
  • Cookies: 319
    • View Profile
Re: Numbers pattern recognition software
« Reply #2 on: January 25, 2014, 06:43:37 pm »
Attempting to win a lottery? that won't work :P


Nope, I'm working on something that involves numbers. But my work has some flavour of trickery.

Offline bluechill

  • Cybermancer
  • Royal Highness
  • ****
  • Posts: 682
  • Cookies: 344
  • I am the existence in these walls
    • View Profile
Re: Numbers pattern recognition software
« Reply #3 on: January 25, 2014, 07:38:59 pm »

Nope, I'm working on something that involves numbers. But my work has some flavour of trickery.

It's rather simple to do.  I mean it shouldn't be too hard to code it in something like C++.  Basically you just need to brute force the pattern.  There are more efficient ways but on modern computers that should work fine for your needs.  Don't do it for images but for numbers you can.
I have dreamed a dream, but now that dream has gone from me.  In its place now exists my own reality, a reality which I have created for myself by myself.

Offline vezzy

  • Royal Highness
  • ****
  • Posts: 771
  • Cookies: 172
    • View Profile
Re: Numbers pattern recognition software
« Reply #4 on: January 25, 2014, 09:41:56 pm »
Functional languages like Lisp and Haskell are particularly adept for your use case, as their paradigm is fundamentally designed to easily process structured data (be it lists, strings, tuples, tables or whatever) with constructs like map, reduce, cons, car, cdr and plenty more.

Although really, you can do this in any language, as it's not that specialized. Just grab a numerical computing library and I assume it'll be arbitrary.
Quote from: Dippy hippy
Just brushing though. I will be semi active mainly came to find a HQ botnet, like THOR or just any p2p botnet

Offline Axon

  • VIP
  • King
  • *
  • Posts: 2047
  • Cookies: 319
    • View Profile
Re: Numbers pattern recognition software
« Reply #5 on: January 25, 2014, 10:09:30 pm »
Thank you for the help guys, although I was looking for a quick fix, but that's ok. I think I should work on this by my own. I was going to write my idea behind using such software, but I think I'll keep it to myself until the outcome is satisfying.

I'm thinking MATLAB or Python should the trick, since I have some background with them.

Cheers.

Offline bluechill

  • Cybermancer
  • Royal Highness
  • ****
  • Posts: 682
  • Cookies: 344
  • I am the existence in these walls
    • View Profile
Re: Numbers pattern recognition software
« Reply #6 on: January 26, 2014, 08:09:54 pm »
Thank you for the help guys, although I was looking for a quick fix, but that's ok. I think I should work on this by my own. I was going to write my idea behind using such software, but I think I'll keep it to myself until the outcome is satisfying.

I'm thinking MATLAB or Python should the trick, since I have some background with them.

Cheers.

MATLAB would work great
I have dreamed a dream, but now that dream has gone from me.  In its place now exists my own reality, a reality which I have created for myself by myself.

Offline Stackprotector

  • Administrator
  • Titan
  • *
  • Posts: 2515
  • Cookies: 205
    • View Profile
~Factionwars