Vasileios Saveris (vsaveris)

vsaveris

Geek Repo

Github PK Tool:Github PK Tool

Vasileios Saveris's repositories

trading-technical-indicators

Trading Technical Indicators python library

Language:PythonLicense:MITStargazers:107Issues:7Issues:24

common-data-model-schema

Schema extraction from Microsoft CDM files, in python.

Language:PythonLicense:MITStargazers:4Issues:2Issues:0

lunar-lander-DQN

Implementation of a Deep Reinforcement Learning agent (Deep Q-Network) for landing successfully the ‘Lunar Lander’ from the OpenAI Gym.

Language:PythonLicense:MITStargazers:3Issues:3Issues:0

application-server-traffic-forecasting

Traffic forecasting study case of an application server (cluster, servers x4) using Machine Learning.

Language:PythonLicense:MITStargazers:0Issues:2Issues:0

cpython

The Python programming language

Language:PythonLicense:NOASSERTIONStargazers:0Issues:1Issues:0

deep-learning

Deep Learning projects inspired from my studies in the Deep Learning nanodegree (Udacity).

Language:PythonLicense:MITStargazers:0Issues:2Issues:0

effectivepython

Effective Python: Second Edition — Source Code and Errata for the Book

Language:PythonStargazers:0Issues:1Issues:0

graph-algorithms

Implementation of graph algorithms in Python.

Language:PythonLicense:MITStargazers:0Issues:2Issues:6

opencv-detect-faces

Use of OpenCV's implementation of Haar feature-based cascade classifier, to detect human faces in images.

Language:PythonLicense:MITStargazers:0Issues:0Issues:0

poisson-image-editing

'Poisson Image Editing' by Patrick Perez Michel Gangnet and Andrew Blake (reference [1]) is a research paper in which a technique for seamless blending images together is presented. 'The mathematical tool at the heart of the approach is the Poisson partial differential equation with Dirichlet boundary conditions which species the Laplacian of an unknown function over the domain of interest, along with the unknown function values over the boundary of the domain.' The main scope of this project is to implement in python the mathematical tool described in the paper. Additionally, I replicate some of the show cases presented in the paper and I compare my results with the originals. Finally, I apply the developed method in photos taken by my own and images taken from the web.

License:MITStargazers:0Issues:2Issues:0

raspberry-pi-vehicle-particle-filter

Particle filter implementation on a raspberry-pi home made vehicle.

License:MITStargazers:0Issues:2Issues:0

road-sign-detection

Road sign detection is a technology started being available in public already in 2008 (BMW 7 series) and it is continuously evolving. Currently its main use is as a component of the advanced driver assistance systems (ADAS) and a main feature on the design of autonomous cars. In the scientific field, there are a lot of papers from researchers in which they describe and demonstrate work flows for a more accurate and faster Traffic Sign Detection. In their focus it is not only to suggest improvements in the traditional computer vision techniques but additionally to combine Machine Learning algorithms which can boost the performance of object detection in general. In this project, my aim is to study the recent papers on the topic and to produce a system which can successfully recognize Traffic Signs and Lights from real world images. My selected approach and implementation results will be presented on this report.

License:MITStargazers:0Issues:2Issues:0