Skip to content
View SpPap's full-sized avatar

Block or report SpPap

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

Spiros Papadopoulos

About Me

I hold an Electrical and Electronics Engineering diploma* (a 5-year degree, equivalent to a Master's of Engineering). I have a strong curiosity and a keen interest in research, particularly in the intersection of control theory, computational intelligence and systems optimization. My ultimate goal is to apply these concepts to real-world engineering systems.

*Diploma thesis title: “Development of model predictive control schemes for unmanned aerial vehicles using neural networks

 Fields of interest:

  • Control Systems
  • Predictive Control
  • Systems Optimization
  • Computational Intelligence (Artificial Neural Networks, Swarm Intelligence, Genetic Algorithms, Fuzzy Logic)
  • Mathematical Modeling and Simulation
  • Embedded/Computer Systems
  • Data/Signal Processing

Programming Languages

matlab logo python logo c logo cplusplus logo java logo

SW Tools

vscode logo pycharm logo git logo docker logo

ML & Data Processing

pytorch logo tensorflow logo scikit_learn
opencv logo pandas logo numpy logo scikit_learn jupyter logo

OS

linux logo windows8 logo

Embedded/Hardware

raspberrypi logo arduino logo labview logo

Pinned Loading

  1. Linear-Adaptive-MPC Linear-Adaptive-MPC Public

    This repository is part of my diploma thesis titled "Development of Model Predictive Control (MPC) schemes for unmanned aerial vehicles using neural networks". The current project focuses on MPC co…

    MATLAB 9 1

  2. Kalman-Filter Kalman-Filter Public

    Kalman Filters are used for state estimation in control systems. This repository includes an implementation of the algorithm in Python and also a Jupyter Notebook for testing in real data for altit…

    Jupyter Notebook 1 1

  3. Arduino-Parking-Sensor Arduino-Parking-Sensor Public

    Parking sensor using Arduino UNO

    C++

  4. Shift-Register Shift-Register Public

    My implementation of CD54HC194 shift register.

    VHDL

  5. CPU-Performance-Prediction-using-MLP CPU-Performance-Prediction-using-MLP Public

    This project aims to create a model which predicts the relative performance of a CPU based on some characteristics. The input-output mapping is nonlinear, thus a Multi-Layer Perceptron (MLP) is cre…

    Jupyter Notebook

  6. Single-Layer-Perceptron Single-Layer-Perceptron Public

    This repository intends to provide code for single layer perceptron algorithm in order to solve a binary classification problem. The perceptron will be tested in both training and validation data.

    MATLAB