This repository is the implementation of a big homework on the course "Ordered Sets in Data Analysis", taught at HSE University in the first semester of the master's program "Data Science" in the fall and winter of 2022.
Course repository on GitHub: link.
The topic of my big homework is neural Formal Concept Analysis (neural FCA). Neural FCA repository on GitHub: link.
This repository consists of the following main files:
- neural_lib.py is a library that provides the creation, training, and visualization of interpretable neural networks;
- diagnosis.csv is the dataset used in this work;
- BHW_neural.ipynb is my research;
- DWH_neural_report.pdf is a detailed progress report;
- DWH_neural_presentation.pdf is a presentation from a big homework defense.