Setting 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 6, 2024Feb 6, 2024
Machine 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 30, 20242Jan 30, 20242
Principal 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
Published inAnalytics 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
Published inAnalytics 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
Published inAnalytics 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