Stelios Kliafas (SteliosKliafas)

SteliosKliafas

Geek Repo

Company:Athens Technology Center (ATC)

Location:Athens (Greece) - London (UK)

Github PK Tool:Github PK Tool

Stelios Kliafas's repositories

HopfieldDRQN

Embedding Modern Continuous Hopfield Networks (Ramsauer et al., 2020) in the DRQN algorithm

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

coursera-gan-specialization

Programming assignments and quizzes from all courses within the GANs specialization offered by deeplearning.ai

Language:Jupyter NotebookLicense:MITStargazers:0Issues:0Issues:0

Deeplearning.ai-GAN-Specialization-Generative-Adversarial-Networks

This repository contains my full work and notes on Deeplearning.ai GAN Specialization (Generative Adversarial Networks)

Language:Jupyter NotebookLicense:MITStargazers:0Issues:0Issues:0

django-react-redux-task-app

A simple CRUD app to get comfortable with Django-React-Redux

Language:JavaScriptStargazers:0Issues:0Issues:0

Finetuning-Transformer-Models-Movie-Plot-Generation-Classification

Used the Netflix Movie & TV Shows dataset to finetune the GPT-2 model for Text Generation, while also finetuning the BERT model for classification to evaluate and compare the model’s accuracy on the GPT-2 generated text and the original

Language:Jupyter NotebookLicense:MITStargazers:0Issues:0Issues:0

Generating-Deep-Fake-Images-with-DCGAN

In this project we propose the challenge to generate realistic people faces. This is one of the most controversial applications of GANs, as they recently achieved incredibly good results which raised many concerns mostly related to ethical and privacy aspects (thispersondoesnotexists). To achieve this goal, we propose the implementation of the DCGAN model. We then propose a comparison between the results obtained by trying different configurations of the model highlighting the strengths and weaknesses of each one. The dataset that we used is the ‘Labelled Faces in the Wild (LFW)’ dataset, which contains more than 13,000 images of faces collected from the web. Although this dataset is typically used for tasks related to image recognition, we found that the images suited well for the scope of our project. Furthermore, most implementations revolving around face generation use the ‘CelebA’ dataset and achieve decent results, but there are not many examples on different datasets, thus, we decided to experiment and test the performance of the DCGAN model on the LFW dataset.

Language:Jupyter NotebookLicense:MITStargazers:0Issues:0Issues:0
Language:Jupyter NotebookStargazers:0Issues:0Issues:0

numpy_python_ann

The point of this task is to develop a multi-layer neural network for classification using Python and Numpy: Implement sigmoid and relu layers (with forward and backward pass) Implement a softmax output layer Implement a fully parameterizable neural network (number and types of layers, number of units) Implement an optimizer (e.g. SGD or Adam) and a stopping criterion of your choosing Train your Neural Network using backpropagation

Language:Jupyter NotebookLicense:MITStargazers:0Issues:0Issues:0

shortest_path_algorithms

This repository contains implementations of algorithms that find the shortest path from a point a to point b located at a maze

Language:Jupyter NotebookLicense:MITStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0
Language:CSSStargazers:0Issues:0Issues:0

SteliosKliafas

Config files for my GitHub profile.

Stargazers:0Issues:0Issues:0

TicTacToe

Local TicTacToe Game

Language:JavaScriptStargazers:0Issues:0Issues:0