Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 362 Bytes

File metadata and controls

8 lines (6 loc) · 362 Bytes

data-driven-cpp

C++ implementation of example codes from the book:

Data Driven Science & Engineering: Machine Learning, Dynamical Systems, and Control by S. L. Brunton and J. N. Kutz

I am going to use eigen3 (for Linear Algebra), opencv (for image loading, etc.), and matplotplusplus/matplotlib-cpp (for plots) library. This is soley for studying purpose.