Author: Manuel Lemos
Package: CSV Pair File
The machine learning process starts with training the system with some values that it should recognize and the desired values that the system should output when it has learned to recognize the patterns correctly.
This package helps prepare different sets of values to train a machine learning system from the same set of input values and desired output values.
About the CSV Pair File Package
The package CSV Pair File is one of the few PHP packages that was considered notable recently because it does something that is worth paying attention.
The basic purpose is: Manage values for training machine learning system
Here follows in more detail what it does:
This package can manage values in CSV files datasets for training machine learning systems.
It can take two files in CSV format with values for training an artificial intelligence system with data for the system input and the expected output.
The class can perform several types of operations with the data files. The result of these operations generates new files with the transformed data values. Currently, it can:
- Shuffle the data values by a random order
- Split the data values into two sets with a percentage number of rows defined
Conclusion
The CSV Pair File can be downloaded from download page or be installed using the PHP Composer tool following instructions in the Composer install instructions page.
This package was considered notable for implementing its benefits in a way that is worth noticing.
Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.
If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package as well nice prizes.
One nice prize that many PHP developers want and you may like is the PHP elePHPant mascot plush.
You need to be a registered user or login to post a comment
1,616,107 PHP developers registered to the PHP Classes site.
Be One of Us!
Login Immediately with your account on:
Comments:
No comments were submitted yet.