Skip to content

Commit fe0d7c9

Browse files
committed
Add required software
1 parent 468f56a commit fe0d7c9

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

+24
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,30 @@ I leveraged the virtual machines provided by
7171
Folder that contains some Jupyter Notebooks I wrote
7272
while training myself on the use of Keras and Tensorflow.
7373

74+
## Required software
75+
76+
The DNNs provided here are implemented using
77+
Python and Keras over Tensorflow.
78+
79+
The implementation of the models
80+
defined in the module models.py
81+
requires the following python packages:
82+
83+
- python >= 3.9
84+
- tensorflow >= 2.9.1
85+
- keras >= 2.9.0
86+
- numpy
87+
88+
To reproduce the provided notebooks,
89+
you will also need:
90+
91+
- matplotlib
92+
- numpy
93+
- pandas
94+
- scikit-learn
95+
- scipy
96+
- seaborn
97+
7498
## Abstract
7599

76100
I implemented several deep clustering models

0 commit comments

Comments
 (0)