federicozanini's repositories

DQN_atari_pong

This work is about creating a DQN agent, able to learn and well perform in the Atari2600 Pong, using Reinfrocement Learning and Deep Q-Network. The code is developed on a jupyter notebook in python while the game environment is provided by OpenAi called "OpenAi Gym".

Language:Jupyter NotebookStargazers:4Issues:1Issues:0

NLP

NLP project

Language:Jupyter NotebookStargazers:2Issues:2Issues:0

SQuAD

This repository contains the final project of my NLP course. It aimed to create a question-answering system that, given a paragraph and a question regarding it, provides a single answer, which is obtained by selecting a span of text from the paragraph itself. The dataset was SQuAD (Stanford Question Answering Dataset) which contains 100,000+ question-answer pairs on 500+ articles.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0