Skip to content
View lezippo's full-sized avatar
Block or Report

Block or report lezippo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
lezippo/README.md

Hello, I'm Luigi Emanuele Zippo

About Me

I'm a Math student with a great interest in Machine Learning, poised to graduate in July 2024. Equipped with a solid foundation in mathematical concepts, I'm currently seeking opportunities to apply analytical skills in real-world scenarios.

Languages and Tools:

c cplusplus swift python seaborn pandas tensorflow matlab figma

lezippo

Formation

  • Bachelor’s degree in Mathematics (expected in July 2024)
  • Apple Developer Academy, 2023-2024 (expected to end in June 2024)
  • Apple Foundation Program, 2023
  • Scientific High School Diploma, 2020, 100/100

Pinned

  1. PredictStudentsDropoutAndAcademicSuccess PredictStudentsDropoutAndAcademicSuccess Public

    Prediction of students' dropout using classification models. Data visualisation, feature selection, dimensionality reduction, model selection and interpretation, parameters tuning.

    Jupyter Notebook

  2. LinearSystemsResolution LinearSystemsResolution Public

    Linear systems' resolution using Forward and Backward Substitution Algorithms, LU factorisation with and without partial pivoting, Gauss-Seidel and Jacobi Methods

    MATLAB

  3. BinarySearchTrees BinarySearchTrees Public

    Functions to create a BRT, print it, destroy it, add an element, search an element, remove an element.

    C

  4. decisionTreeClassifier decisionTreeClassifier Public

    Implementation of a simple Decision Tree Classifier, entirely made in Swift

    Swift

  5. Interpolation Interpolation Public

    Interpolate nodes using Lagrange polynomials and natural cubic splines

    MATLAB

  6. NumericalIntegration NumericalIntegration Public

    Integrals' approximation using Composite Trapezoidal and Simpson's x Composite rules

    MATLAB