Giter VIP home page Giter VIP logo

bath_mscai's Introduction

Introduction

This folder contains all code and dataset related to the the thesis for MSc. in AI.

The folder structure is as follows:

  1. data:

    1. dataset_1: Synthetic dataset trained on TVAE from real data (main artifact for the thesis)
      1. processed: processed dataset after running model/1_dataprep.ipynb
    2. dataset_2: Secondary dataset from https://www.kaggle.com/datasets/parisrohan/credit-score-classification
      1. raw: raw dataset as downloaded
  2. envs: virtual environment yaml file to run a replicated environment for running all code

  3. imgs: images used during the thesis write up.

  4. model: all code sits inside this directory

    1. logs: folder holds all logs from all agents experiment runs
    2. output: contains all serialized trained models
    3. utils:
      1. common.py : common code used across notebooks
      2. constants.py : constants to replicate sampled population
      3. doubledqn.py : personal implementation of double dqn extending stable baselines 3
      4. duelingdqn.py: personal implementation of dueling dqn extending stable baselines 3
      5. networks.py : personal implementation of different neural network arquitectures (feature extractors) for stable baselines 3
      6. riskenv.py : personal implementation of different environment for testing
    4. 1_dataprep.ipynb : all preprocessing of the raw data happens here.
    5. 2_modeling.ipynb : all modeling code for testing the agents and environment for dataset_1 (binary class)
    6. 3_modeling.ipynb : all modeling code for testing the agents and environment for dataset_2 (multi class Environment dataset)

** All code is commented for better legibility **

bath_mscai's People

Contributors

edunuke avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.