PHP Regular Expressions: preg_match, preg_split, preg_replace

PHP Regular Expressions: preg_match, preg_split, preg_replace

Jul 1, 20213 min read

Regular expressions are a powerful pattern matching algorithm that can be performed in a single expression. Regular expressions use arithmetic operators such as (+, -, ^) to create complex expressions. Regular expressions help you perform tasks such as validating email…

Python: a simple neural network

Python: a simple neural network

Jul 1, 20202 min read

Installing numpy For the application to work, we need to install the numpy library – this is a Python library for working with arrays and various mathematical functions. This can be done as usual through the command line by calling…

Artificial Intelligence Voice Bot in Python

Artificial Intelligence Voice Bot in Python

Feb 1, 20205 min read

In this tutorial, we will analyze the creation of a voice bot using neural network technology in Python. The bot can recognize a human voice in real time from your device, such as a laptop microphone, and speak out conscious…

Remove value from array in PHP

Remove value from array in PHP

Apr 1, 20192 min read

Deleting a value from an array by key in PHP is quite a simple task, but when it is necessary to delete an element of an array exactly by value, then there are slight difficulties. It seems to be a…

Python: a simple neural network
Jul 1, 2020
Artificial Intelligence Voice Bot in Python
Feb 1, 2020
Remove value from array in PHP
Apr 1, 2019

We’ve Helped The Following Brands:

PHP Regular Expressions: preg_match, preg_split, preg_replace
Jul 1, 20213 min read

Regular expressions are a powerful pattern matching algorithm that can be performed in a single expression. Regular expressions use arithmetic operators such as (+, -, ^) to create complex expressions.…

Python: a simple neural network
Jul 1, 20202 min read

Installing numpy For the application to work, we need to install the numpy library – this is a Python library for working with arrays and various mathematical functions. This can…

Artificial Intelligence Voice Bot in Python
Feb 1, 20205 min read

In this tutorial, we will analyze the creation of a voice bot using neural network technology in Python. The bot can recognize a human voice in real time from your…

Remove value from array in PHP
Apr 1, 20192 min read

Deleting a value from an array by key in PHP is quite a simple task, but when it is necessary to delete an element of an array exactly by value,…