Neto FigueiraSetting Up my automated (semi) ML-based trading strategyNow that I have an ML model to trade stocks (you can read about it here), is time to build an infrastructure to start the trades in real…Feb 6Feb 6
Neto FigueiraMachine Learning Algorithm Simple Strategy Applied to Brazilian Oil StockThis is my first machine learning-based trading algorithm experience, so I’ve decided to keep things simple.Jan 302Jan 302
Neto FigueiraPrincipal Component Analysis Fundamentals (PCA) — Part 1Principal Component Analysis is the standard method used to achieve dimensionality reduction in many situations, but also can give a great…Aug 28, 2023Aug 28, 2023
Neto FigueirainAnalytics VidhyaPerceptron from (Almost) Zero and 3D VisualizationIn a previous post i’ve introduced the idea the Perceptron algorithm to solve an specific problem (the AND gate). The ideia was to get a…Jan 25, 2021Jan 25, 2021
Neto FigueirainAnalytics VidhyaK-NN from scratchK- Nearest Neighbors is one of the most used algorithms in classification problems. implementing it from scratch is a great programming…Dec 4, 2020Dec 4, 2020
Neto FigueirainAnalytics VidhyaImplementing the Perceptron Learning Algorithm to Solve and Gate in PythonIf you searched for Neural Networks, Deep Learning, Machine Learning, or anything that has to do with Artificial Inteligence, you’ve…Nov 25, 20201Nov 25, 20201