-
Newton method from scratch
Attemp to implement the Newton-Raphson method in Python Description Studying calculus I found this interesting numeric method for approximating the real zeros of a function. That is, for estimating solutions for equations of the form $f(x)=0$.
Read more… -
Analyzing Data with Python (edX project)
Final assigment of the course IBM: DA0101EN Analyzing Data with Python. Description The goal was to analyze and predict alcohol consumption by country using features such as beer servings and wine servings.
Read more… -
Using Python for research (edX project)
Final assigment of the course HarvardX: PH526x Using Python for Research. Description The goal was to develop a model that would predict the type of physical activity (standing, walking, climbing stairs or going down the stairs) from tri-axial smartphone accelerometer data.
Read more…