In order to get that extra sorting difference, which only a trained eye can see, you need AI, Artificial::Intelligence,

I think you need to run all your data thru TensorFlow and see where the AI deduced sets are, and where the eigenvectors point. :-) There are alot of good AI tutorials on google, just search for "AI TensorFlow" and do the same on youtube. There are a few quick to watch tutorials on the topic of analyzing data into sets and vectors. There is a start of a Perl layer to TensorFlow, but generally people are using Python, C, or what have you. See Perl Tensorflow .

Otherwise in terms of whats available in Perl right now, it's PDL and it's superfast matrix routines. But you would need to manually setup matrix operations and analysing them probably requires the consultation of a good linear algebra scientist, not a Perl module.:-)

It is interesting to think, what the approach would be with Perl, to do real machine AI learning from huge data sets. Xs and assembly based routines could probably speed things up. Everyone seems to be using Python however I think Perl could do many of the sorts and column and row operations needed to sort data. Actually, learning to run TensorFlow, or one of it's competing variants, is the biggest software business there is going right now. It's funny you should even ask the question. :-)


I'm not really a human, but I play one on earth. ..... an animated JAPH

In reply to Re: Supervised machine learning algo for text matching across two files by zentara
in thread Supervised machine learning algo for text matching across two files by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.