Welcome to JL Caraveo Blog!
In this Blog you will be able to find from general topics that I like to topics related to Machine Learning and Deep Learning. Enjoy it!
In this Blog you will be able to find from general topics that I like to topics related to Machine Learning and Deep Learning. Enjoy it!
Categorical Data
Numerical Data
Ordinal Data
Understanding our data and categorizing it correctly is the first step to carry out a good analysis.
Bias and Variance
Underfitting and Overfitting
How to lead with overfitting and underfitting, tasks of high importance during the evaluation of a model, learn how to identify it and solve it before deploy it to production.
Neural Network Configuration
Layers
Neurons
A description, as friendly as possible, of what a neural network is and what components it is made up of. Find out in this post.
Matplotlib
Data Visualization
Learn how to use the Matplotlib library and create visualizations for your reports. Learn with the example proposed in the article.
Maths Logistic Regression
Gradient Descent
Cost Function
Logistic regression helps to predict a categorical variable. Understand the fundamentals behind this algorithm and apply it using Python code or the Scikit-Learn library.
Maths Linear Regression
Gradient Descent
Cost Function
Understand how to apply a linear regression algorithm from scratch. Also understands how to optimize it using the Scikit-Learn library.