Edit
by Sagaya Stephen - 8 years ago (2017-02-27)
I want to build a recommendation engine using Ai
| Recommend Some Good Algorithms in AI or MaCHINE LEARNING |
Ask clarification
2 Recommendations
This package can assemble a neural network that can learn patterns.
It provides classes that act as nodes and layers of a neural network that can learn from input values and desired output values.
The package can train a neural network with a given number of epochs, learning rate, and a given activation function.
It can also display the values of the neural network before or after it is trained and import or export those values as a string in JSON format.
| by Rafael Martin Soto package author 30 - 3 years ago (2021-07-14) Comment
You can use my basic PHP in AI. It has implemented back propagation too. Gret Machine Learning package in pure PHP. |
PHP Expert System Engine: Ask questions and make decisions based on answers
This class can ask questions and make decisions based on answers.
It can parse a script that defines steps of asking user certain questions and process answers based on user options.
The class can call custom functions to display the user interface for the user, as well record answers in CSV files of MySQL database, use variables, etc..
| by zinsou A.A.E.Moïse 6835 - 7 years ago (2017-06-20) Comment
try this one |