In lineal.py, the funcion_lineal function generates and displays plots of linear equations. Below is an example of how to use it: lineal.py: Contains a function to plot linear equations. cuadratica.py ...
A customizable binary classification neural network implementation built from scratch using only NumPy and Python's built-in math functions. This project demonstrates the fundamental concepts of deep ...