This book will try to explain the basics of Artificial Intelligence and Machine Learning in a way that’s easy to understand.
The official website version of this book: https://apphp.gitbook.io/artificial-intelligence-with-php
This book will try to explain the basics of Artificial Intelligence and Machine Learning in a way that’s easy to understand. All the formulas, ideas, and code examples will be shown using PHP, so you can learn and apply the concepts step by step. PHP has been a leader in web development for decades, but its potential for artificial intelligence remains unexplored. We'll try to put PHP at the center of our learning, giving you the chance to explore how this powerful language can be used to build intelligent systems.
To install these examples, follow these steps:
- Clone the repository:
git clone [email protected]:apphp/ai-with-php-book.git
- Navigate to the project directory:
cd ai-with-php-book
To use AI with PHP, follow these steps:
- Open the project in your favorite Markdown editor.
- Modify the source code to fit your needs.
- Use the project as desired according to the license rules.
- Don't use the material for commercial purposes!
If you'd like to contribute to AI with PHP, here are some guidelines:
- Fork the repository.
- Create a new branch for your changes.
- Make your changes.
- Write tests to cover your changes.
- Run the tests to ensure they pass.
- Commit your changes.
- Push your changes to your forked repository.
- Submit a pull request.
- English
- Russian
AI with PHP is released under the CC BY-NC (Attribution-NonCommercial) License. See the LICENSE file for details.
AI with PHP was created by Samuel Akopyan.
If you have any questions or comments about AI with PHP, please contact Samuel Akopyan [email protected].
Let's Make the AI World More PHP Friendly