Deepen your technical knowledge
Learn and share the latest technology with community members in Webscale’s Engineering Education Program.
How to Create a Registration Form using React.js and Connect it to Firebase
In this tutorial, we are going to learn how to make a registration form using React.js and connect it with firebase from scratch using React hooks, Bootstrap, and Firebase. Here is an image of what...
Machine Learning with XGBoost and Scikit-learn
XGBoost is an open-source Python library that provides a gradient boosting framework. It helps in producing a highly efficient, flexible, and portable model. When it comes to predictions, XGBoost outperforms the other algorithms or machine learning frameworks. This is...
How to build a real time location tracker using leaflet.js
Geolocation refers to the ID of the geographic location of a client or computing device employing an assortment of data collection systems. Most geolocation administrations use network routing addresses or inward GPS devices to decide this location. Geolocation is a...
Getting Started with Spring Boot Security Antmatchers
As a backend developer, the API you build will typically be for consumption by other applications or services. The sensitivity of the data carried by an application varies from application to application. Hence, it is ideal that only authenticated users have access to...
User Registration in Django using Google OAuth
Open Authorization (OAuth) is a service that allows websites or apps to share user information with other websites without being given a users password. Users...
Introduction to Active Learning
By their very nature machine learning models are data-hungry. They require a lot of data to make decisions. However, always having high quality labeled data...
An Introduction to Activation Functions
In an earlier article on perceptron algorithms, we looked at the concepts of weighted sums and thresholding. The output was passed through a threshold...
Understanding Hill Climbing Algorithm in Artificial Intelligence
A hill-climbing algorithm is an Artificial Intelligence (AI) algorithm that increases in value continuously until it achieves a peak solution. This algorithm...
Building Your First Laravel Application (Blog Application)
Laravel is a free and open-source PHP Framework for Web Artisans based on Symfony that helps craft Web Applications following the MVC (Model View Controller)...
Introduction to Random Forest in Machine Learning
A random forest is a supervised machine learning algorithm that is constructed from decision tree algorithms. This algorithm is applied in various industries...
Introduction to Constructors in C++
This article will go through basics of C++ constructors. A constructor is a special member function that initializes the objects of its class. It is said to...
How to Create an API using Laravel
An Application Programming Interface, denoted as API, enables applications to access data and other external software functionalities. APIs are gaining...
Intelligent Agents in Artificial Intelligence
An intelligent agent (IA) is an entity that makes a decision, that enables artificial intelligence to be put into action. It can also be described as a...