Different algorithms are combined to calculate the square root of a number and compared with default C library function regarding execution time and accuracy. Compile with gcc sqrt_test.c -o [name] ...
Abstract: Activation function plays an important role in the construction of a neural network. Existing methods such as S-type and Rectified-type activation function have many deficiencies in terms of ...
A C++ implementation of a fast square root algorithm inspired by the famous "fast inverse square root" technique originally used in Quake III Arena. This project implements a high-performance square ...
Abstract: Recent studies on hyperspectral remote sensing (HSR) have shown that the estimation accuracy of different vegetation characteristics improves when the HSR data are corrected for the ...
Calculators have become an essential tool for people from all walks of life. From students solving mathematical problems to professionals calculating financial figures, their applications are ...