Basic understanding of Artificial Neural networkThe artificial neural network which is simply called a neural network is an artificial interconnection of a group of nodes that try as much as possible to mimic the biological brain, it is made up of three types of layers, input, hidden and output la...Mar 27, 2023·2 min read
Easy way in Creating an Image CRUD API with Laravel 8Laravel is the most popular PHP framework for building backend application. It was created by Taylor Otwell in 2011 and it follows the MVC architecture pattern and it's based on Symfony (Symfony is also a PHP web application framework). One of the ch...Jun 8, 2022·4 min read
Statsmodels in Data ScienceStatsmodels is one of the most important library in Python’s Data Science ecosystem, inspired by the R Statistical Programming language Statsmodels is the most powerful python library for dealing with Time series Data. Statmodels is very useful in pe...Jun 8, 2022·3 min read
Best UI libraries in ReactJSReactJS is the most popular JavaScript framework (or a library) and the most widely used of all frontend frameworks in JavaScript. What make ReactJS unique is that you get to choose which package or library to work with (you get to choose your team) ...Jun 6, 2022·5 min read
The Bane of JavaScriptJavaScript is no doubt one of the most popular programming language in the world. It was originally created for frontend web development back in the 1990s and could only run in the browser but in 2009 using the Chrome V8 engine NodeJS was invented. N...Jun 3, 2022·3 min read