Paul Juma

Paul Juma is a first-year undergraduate Electrical engineering student who develops Python, kotlin, Java and matlab applications. Paul has a great passion for solving problems and teaching others.
Author Insights

10

0

0
Paul Juma is a first-year undergraduate Electrical engineering student who develops Python, kotlin, Java and matlab applications. Paul has a great passion for solving problems and teaching others.
10
0
0
Mar 31, 2022
We implement deep CNN in Python using TensorFlow and Keras libraries. TensorFlow is an open-source platform that JetBrains created for machine learning.
Feb 1, 2022
Curvelet transform is a powerful tool that can capture details along the curvature in images. It is useful when it comes to feature extraction and pattern recognition.
Dec 16, 2021
ECG signals represent the electrical activity of the heart observed from a strategic point of the human body, characterized by Quasi-periodic voltage. AlexNet is a convolutional neural network that has eight...
Nov 6, 2021
A matrix is the rectangular arrangement of numbers. We represent them in the form of m x n, where m is the rows while n is the number of columns. Eigen decomposition is the process of representing vectors or a...
Sep 15, 2021
In mathematics, equations in the form Ax=b are linear algebra equations. In such equations, A is a matrix while x and b are column vectors. A matrix is a two-dimensional arrangement of numbers.
Aug 11, 2021
Errors occur everywhere in the world. In programming, these errors could be caused by writing code that the software does not understand or by mistyping.
Jun 18, 2021
A controller is a system’s response modifiers. These systems may a robot control or even a plant. In an open-loop scenario, the system’s control system is acted upon by the input to generate output...
May 10, 2021
In this article, we will look at how to prepare your digit dataset, the structure of a convolution neural network. We will also look at the Matlab code for training and validation and code for discrete testing....
Apr 4, 2021
Face detection is the ability to distinguish faces from non-face objects in an image or a video. Viola-Jones algorithm is an object recognition framework that allows the detection of human faces. Viola-Jones...
Feb 3, 2021
Java database connectivity (JDBC) is an application programming interface that defines how Java programs connect and execute database queries. In this tutorial, we will create a simple console application that...