diff --git a/.DS_Store b/.DS_Store index 0dfbb5e..fc179c5 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/assets/.DS_Store b/assets/.DS_Store index 6796eb2..6cccf6b 100644 Binary files a/assets/.DS_Store and b/assets/.DS_Store differ diff --git a/assets/general/.DS_Store b/assets/general/.DS_Store index 782d632..4a62292 100644 Binary files a/assets/general/.DS_Store and b/assets/general/.DS_Store differ diff --git a/assets/general/TeachingPhilosophy.pdf b/assets/general/TeachingPhilosophy.pdf new file mode 100644 index 0000000..be4549f Binary files /dev/null and b/assets/general/TeachingPhilosophy.pdf differ diff --git a/assets/general/img/.DS_Store b/assets/general/img/.DS_Store index 8a76881..2ce8f2c 100644 Binary files a/assets/general/img/.DS_Store and b/assets/general/img/.DS_Store differ diff --git a/assets/general/img/courses/chile_flag.jpg b/assets/general/img/courses/chile_flag.jpg new file mode 100644 index 0000000..1c56912 Binary files /dev/null and b/assets/general/img/courses/chile_flag.jpg differ diff --git a/assets/general/img/courses/italy_flag.jpg b/assets/general/img/courses/italy_flag.jpg new file mode 100644 index 0000000..7e2b2c3 Binary files /dev/null and b/assets/general/img/courses/italy_flag.jpg differ diff --git a/courses.html b/courses.html index 6a382c4..64f3425 100644 --- a/courses.html +++ b/courses.html @@ -34,7 +34,15 @@
-

Courses

+

Educational Activities and Philosophy

+ In this page, I outline my educational activities and philosophy. + These encompass not only the formal courses I teach but + workshops and less formal educational experiences that + lie outside traditional coursework. +
+
+

+

Courses

Many of the members of the lab are in some way or another involved in the teaching of the following courses. @@ -208,8 +216,181 @@

Machine Learning and AI with Python

+ + +
+ + +
+

+

Courses

+ Here I outline various teaching activities that I have been involved but do not fall under structured + courses. + +
+ + +
+ + +
+
+ +
+ Image Description +
+ +

Chile Data Science School

+

La Serena Data Science School.
+ This is a 10 day long course that I co-organize with Juan Pablo Cuevas. + It is offered in La Serena, Chile and it is tailored for students in the social sciences and humanities. + The course covers data collection, data wrangling, visualization, statistical inference, and basic machine learning. +

+
+ +
+ +
+
+ +
+ Image Description +
+

Italy Data Science School

+

Italy Data Science School.
+ This is a 10 day long course that I co-organize with Gianluca Bontempi. + It is offered in Milan, Italy and it is tailored for students in the social sciences and humanities. + The course covers data collection, data wrangling, visualization, statistical inference, and basic machine learning. +

+
+ +
+ +
+
+ +
+ Image Description +
+ +

AC215

+

In today’s AI-driven landscape, building a deep learning model is just the beginning; + the real challenge lies in making it scalable, maintainable, and deployment-ready. AC215: + Productionizing AI (Machine Learning Operations) focuses on the entire ML operations workflow, + particularly for Large Language Models (LLMs). This course covers essentials like containerization, + cloud functions, data pipelines, and advanced training techniques, with a special emphasis on LLM + applications. You’ll learn to use LLM APIs, fine-tune models for specific tasks, and build scalable + applications, gaining the skills to deploy AI in real-world scenarios effectively. + +​

+
+ +
+ +
+
+ +
+ Image Description +
+ +

Bedrock Data Science

+

The objective of this course is to provide fundamental understanding of math, + statistics & programming required to undertake a course in machine learning, data science or AI. + You will start with the basics of python, statistics, linear algebra, and calculus. + + By the end of the course, you will have the tools and know the concepts needed to successfully + undertake a rigorous course in machine learning. + +

Course Topics:

+
    +
  1. Basic Python: Data types, data structures, functions
  2. +
  3. Advanced Python: Python Classes
  4. +
  5. Probability & Statistics
  6. +
  7. Linear Algebra & Calculus
  8. +
+

+
+ +
+ +
+ + +
+ +
+ Image Description +
+ +

The PINNS course

+

+ In this course, we will first review differential equations and traditional numerical methods + to solve them. We will then delve into neural network approaches for solving differential equations, initial and boundary condition problems, + optimization methods, sampling techniques, error characterization, and transfer learning. + At the end of the course, students will be able to understand the challenges and advantages of PINNs, + know different approaches and compare them, and be able to implement and use existing + libraries to solve linear and non-linear ODE, a system of ODEs, + a system of linear and not linear-PDEs. +

+ +
+ +
+
+ +
+ Image Description +
+ +

Introduction to Data Science with Python

+

+

This course guides learners through essential data science techniques using Python, + covering regression, classification, and libraries like sklearn and Pandas. + Key ML concepts such as overfitting, regularization, and model evaluation are introduced, + providing a strong foundation in Python for advanced study in Machine Learning and AI.

+

+ Know more here + +

+

Machine Learning and AI with Python

+

Focusing on decision-making through machine learning, this course introduces decision trees, + progressing to bagging, random forests, and gradient boosting. + Real-world cases help learners practice prediction, refine models, and address issues + like overfitting and bias, preparing them for complex decision-making using Python.

+ Know more here + + +
+ +
+ +
+ +