Tag: python
-
Pycorrelation: Building and Sharing My First Python Package on PyPi!
Recently, I have been working on several personal projects related to quantitative finance. These projects often require the manipulation of covariance or correlation matrices for analyses or optimizations. In academic settings, such matrices are typically computed directly from historical data within a script, often stored in Numpy arrays or Pandas DataFrames to be reused later…
-
Exploring Python’s Software Engineering Capabilities with a Correlation Matrix Example
Python is often celebrated for its simplicity and accessibility, especially in scientific and mathematical applications. However, it’s also equipped with robust software engineering features that allow for the creation of well-structured and maintainable code. In this post, I’ll illustrate some of these capabilities through the implementation of a helper class that allows for the easy…
-
Generative AI with Large Language Models: A Course Review
After diving into the depths of Deep Learning last year, I recently embarked on a new online journey with the “Generative AI with Large Language Models” course offered by Deeplearning.AI on Coursera. At USD 49 with six months to complete it, this course promises a comprehensive introduction to Generative AI, with a focus on computational…