Algorithms in Artificial Intelligence: A Necessary Renunciation of the Deterministic Paradigm 4 min read Fundamentals Algorithms in Artificial Intelligence: A Necessary Renunciation of the Deterministic Paradigm Francisco Yepes Barrera February 25, 2024 Algorithmic Complexity When analyzing and developing an algorithm, we must take into consideration the issues regarding execution...Read More
Conservation of Angular Momentum in a System of Central Forces 3 min read Physics Quantum Mechanics Conservation of Angular Momentum in a System of Central Forces Francisco Yepes Barrera February 22, 2024 In physics, both classical mechanics and quantum mechanics, we define angular momentum as the cross product of...Read More
Normalizing Datasets in Perl 3 min read Perl Normalizing Datasets in Perl Francisco Yepes Barrera February 22, 2024 The following code in Perl performs the normalization of a dataset of numerical data. For each record,...Read More
Gray Code 3 min read Algorithms C Genetic Algorithms Gray Code Francisco Yepes Barrera February 17, 2024 Introduction Integer conversion between bases 10 and 2 (binary) is necessary and extensively used in many areas...Read More