Skip to content

Releases: apphp/ai-with-php-examples

0.6.0

11 Jun 19:35
Compare
Choose a tag to compare

Artificial Intelligence

  • Problem Solving
    • Informed Search
      • Simulated Annealing Search
    • Practical Applications
      • Simulated Annealing Process Animation
        • Sample 1 in PHP
        • Sample 2 in JS
        • Sample 3 in JS
  • AI Agents
    • LLM Agents
      • Site Status Checker Agent
      • Sales Analyst Agent
  • Knowledge & Uncertainty in AI
    • Knowledge-Based Agents
  • Mathematics for AI
    • Logic and Reasoning
      • Propositional
      • Predicate Logic

0.5.0

14 Mar 14:40
Compare
Choose a tag to compare

Artificial Intelligence

  • Expanded Problem Solving in AI with:
    • Uninformed Search: Random Walk Search (RWS)
    • Informed Search: Hill Climbing Search
    • Practical Applications, including the Traveling Salesman Problem
  • Enhanced Knowledge & Uncertainty in AI with:
    • Knowledge-Based Agents: Site Status Checker Agent and Sales Analyst Agent
  • Added AI Agents section with a focus on LLM Agents, including the Site Status Checker Agent

Machine Learning

  • Expanded Mathematics for ML with:
    • Scalars and their implementation using MathPHP
    • Vector Operations with Rubix and MathPHP
    • Matrix Operations with Rubix and MathPHP
    • Introduction to Eigenvalues and Eigenvectors

This update adds practical AI problem-solving techniques, applications, and PHP-based ML implementations.

v0.3.0

04 Jan 13:49
Compare
Choose a tag to compare
  • Internal code refactoring
  • Search Algorithms Section
    • Uninformed Search
      • Breadth-First Search (BFS)
      • Depth-First Search (DFS)
      • Depth-Limited Search (DLS)
      • Iterative Deepening Depth-First Search (IDDFS)
      • Uniform Cost Search (UCS)
      • Bidirectional Search (BDS)
    • Informed (Heuristic) Search
      • Greedy Search
      • A* Tree Search
      • A* Graph Search
      • Iterative Deepening A*
      • Beam Search

v0.2.0

22 Nov 16:18
Compare
Choose a tag to compare
  • Added more examples to Data Processing
  • Added examples to Linear Regression
  • Added examples to Basic Neural Network
  • UI improvements
  • Added dark theme

v0.1.0

22 Nov 16:16
Compare
Choose a tag to compare
  • Initial release