Skip to content
View Magic-Ludo's full-sized avatar
🧠
Looking for internship 🤩💻
🧠
Looking for internship 🤩💻
  • ISIMA - Institut Supérieur d'Informatique, de Modélisation et de leurs Applications
  • Clermont-Ferrand, France

Highlights

  • Pro

Block or report Magic-Ludo

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
Magic-Ludo/README.md

English !

👋 Hi, I’m @Magic-Ludo

-> Intro 🎓

I am currently a student in my 2nd year of computer science engineering school at ISIMA (Institut Supérieur d'Informatique, de Modélisation et de leurs Applications) - Mathematical modeling and data science - AI.

-> Discovering 📚

I am increasingly interested in optimization problems, operations research, but also in artificial learning, machine learning and neural networks. I would like to help and find collaborators to create optimized systems in the field of neuroinformatics. Image analysis, anomaly detection, genetic algorithms, etc...

-> Looking for 👀

Actively seeking an internship of at least 4 months in the field of research and development. Ideally, oriented in the medical field. I am available from April to August 2022.

-> Projects 📊

  • Python application for image editing with OpenCV
  • Numerical matrix calculation algorithms in C (Solve Ax = b):
    • Direct methods:
      • Cholesky
      • Gauss
    • Iterative methods :
      • Jaccobi
      • Gauss-Seidel
  • Numerical simulation (C):
    • Stochastic simulation - generation of pseudo-random numbers
    • Approximation of the number Pi by the Monte Carlo method and statistical analysis
    • Simulation of a rabbit population
    • Generator of the Van Der Corupt sequence
    • Game of life
  • Logic programming (Prolog)
  • Sokoban game (C, SDL 1.2)
  • Scientific computing (MATLAB and Python)
  • Expression solver in inverse Polish notation (Java)
  • Geometric algorithms (convex hull, TSP, etc.) (Python)
  • Linux system programming (C)
  • Socket-based client-server system (C)
  • Anomaly detection system on brain images - CNN (MRI) | IN PROGRESS (Python, Tensorflow, + 70 GB of nifti data)

-> Contact 📫

You can contact me at the following address: ludovic.corcos@etu.uca.fr

Français !

👋 Hey, Ici @Magic-Ludo

-> Intro 🎓

Je suis actuellement étudiant en 2ème année d'école d'ingénieur en informatique à l'ISIMA (Institut Supérieur d'Informatique, de Modélisation et de leurs Applications) - Modélisation mathématique et science des données - IA.

-> Interêts 📚

Je m'intéresse de plus en plus aux problèmes d'optimisation, à la recherche opérationnelle, mais aussi à l'apprentissage artificiel, à l'apprentissage automatique et aux réseaux neuronaux. J'aimerais aider et trouver des collaborateurs pour créer des systèmes optimisés dans le domaine de la neuro-informatique. Analyse d'images, détection d'anomalies, algorithmes génétiques, etc...

-> En recherche de... 👀

Recherche activement un stage d'au moins 4 mois dans le domaine de la recherche et du développement. Idéalement, orienté dans le domaine médical. Je suis disponible d'Avril à Août 2022.

-> Projets 📊

  • Application python de retouche d'image avec OpenCV
  • Algorithmes de calculs matricielle numérique en C (Résoudre Ax = b) :
    • Méthodes directes :
      • Cholesky
      • Gauss
    • Méthodes itératives :
      • Jaccobi
      • Gauss-Seidel
  • Simulation numérique (C):
    • Simulation stochastique - génération de nombres pseudo-aléatoires
    • Approximation du nombre Pi par la méthode de Monte Carlo et analyse statistique
    • Simulation d'une population de lapin
    • Générateur de la séquence de Van Der Corupt
    • Jeu de la vie
  • Programmation logique (Prolog)
  • Jeu du Sokoban (C, SDL 1.2)
  • Calcul scientifique (MATLAB et Python)
  • Solveur d'expression en notation polonaise inverse (Java)
  • Algorithmes géométriques (enveloppe convexe, TSP, ect...) (Python)
  • Programmation système linux (C)
  • Système client - serveur basé sur des sockets (C)
  • Système de détection d'anomalies sur imageries cérébrales (IRM) | EN COURS (Python, Tensorflow, + 70 Go de données nifti)

-> Contact 📫

Vous pouvez me contactez à l'adresse suivante : ludovic.corcos@etu.uca.fr

Pinned Loading

  1. Magic-Ludo Magic-Ludo Public

    Config files for my GitHub profile.

  2. Approximation-of-the-number-Pi Approximation-of-the-number-Pi Public

    Approximation of the number Pi by the Monte Carlo method and statistical analysis

    C

  3. Expression-solver-in-inverse-Polish-notation Expression-solver-in-inverse-Polish-notation Public

    Expression solver in inverse Polish notation

    HTML

  4. Game-of-life Game-of-life Public

    Game of life

    C

  5. Generator-of-the-Van-Der-Corupt-sequence Generator-of-the-Van-Der-Corupt-sequence Public

    Generator of the Van Der Corupt sequence

    C

  6. Sokoban Sokoban Public

    C