We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 468f56a commit fe0d7c9Copy full SHA for fe0d7c9
README.md
@@ -71,6 +71,30 @@ I leveraged the virtual machines provided by
71
Folder that contains some Jupyter Notebooks I wrote
72
while training myself on the use of Keras and Tensorflow.
73
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
93
+- pandas
94
+- scikit-learn
95
+- scipy
96
+- seaborn
97
98
## Abstract
99
100
I implemented several deep clustering models
0 commit comments