# neuroseti Library for easy neural networks support ```php // Library for neural networks support use mirzaev\neuroseti\network; var_dump(network::gpt5); ``` ## Installation ```bash composer require mirzaev/neuroseti ```