├── LICENSE ├── README.md ├── SECURITY.md ├── SpeakerIdentificationProject ├── Experiment1.mat ├── Experiment1_training1.m ├── SpeakerIdentificationProject.prj ├── __pycache__ │ └── trainer.cpython-39.pyc ├── resources │ └── project │ │ ├── EEtUlUb-dLAdf0KpMVivaUlztwA │ │ ├── QgcYafQb8hT5b3fnYCHfgHuqP74d.xml │ │ └── QgcYafQb8hT5b3fnYCHfgHuqP74p.xml │ │ ├── NjSPEMsIuLUyIpr2u1Js5bVPsOs │ │ ├── 2kj09UetkV_lru3gvSPXnY6-nM4d.xml │ │ ├── 2kj09UetkV_lru3gvSPXnY6-nM4p.xml │ │ ├── KKyDJtbdIBOlaeHmIZd5VX6vqx8d.xml │ │ ├── KKyDJtbdIBOlaeHmIZd5VX6vqx8p.xml │ │ ├── QWNDYJD5mGW1bWYvPx9DtKnxzw4d.xml │ │ ├── QWNDYJD5mGW1bWYvPx9DtKnxzw4p.xml │ │ ├── R1RggVhA72agIvELiuhWPRS8F0Id.xml │ │ ├── R1RggVhA72agIvELiuhWPRS8F0Ip.xml │ │ ├── aEHSZBIY-yve10yGis12Zr5DLZod.xml │ │ ├── aEHSZBIY-yve10yGis12Zr5DLZop.xml │ │ ├── j4xwF_j8iFTVayUMfxLgMnTbencd.xml │ │ ├── j4xwF_j8iFTVayUMfxLgMnTbencp.xml │ │ ├── r8LR4nLmg9ai3oHrW1r_-KocQzkd.xml │ │ └── r8LR4nLmg9ai3oHrW1r_-KocQzkp.xml │ │ ├── Project.xml │ │ ├── fjRQtWiSIy7hIlj-Kmk87M7s21k │ │ ├── NjSPEMsIuLUyIpr2u1Js5bVPsOsd.xml │ │ └── NjSPEMsIuLUyIpr2u1Js5bVPsOsp.xml │ │ ├── qaw0eS1zuuY1ar9TdPn1GMfrjbQ │ │ ├── Hih5PU4Yq7sc_w85I6GDnnxSy-4d.xml │ │ ├── Hih5PU4Yq7sc_w85I6GDnnxSy-4p.xml │ │ ├── lpPbsc2beP5azjswP1VTSq-rB1cd.xml │ │ └── lpPbsc2beP5azjswP1VTSq-rB1cp.xml │ │ ├── root │ │ ├── 6x1BhZX_fLnKpcwqra0qFwv1jIgp.xml │ │ ├── EEtUlUb-dLAdf0KpMVivaUlztwAp.xml │ │ ├── GiiBklLgTxteCEmomM8RCvWT0nQd.xml │ │ ├── GiiBklLgTxteCEmomM8RCvWT0nQp.xml │ │ ├── KAXfQgCar2Yb8zOxgvf9hdmLP1Ep.xml │ │ ├── NmGqIpAwUJcXFyLjFAGnU9uyN5Yp.xml │ │ ├── fjRQtWiSIy7hIlj-Kmk87M7s21kp.xml │ │ └── qaw0eS1zuuY1ar9TdPn1GMfrjbQp.xml │ │ ├── rootp.xml │ │ └── uuid-50a2b2c9-b2c9-44bc-a6aa-7e2b0f8777af.xml └── trainer.py ├── hyperparameterTuningExample.m ├── images ├── ExperimentManagerCoexecution.png ├── experiment_browser.PNG ├── experiment_running.PNG ├── experiment_setup.PNG └── startup_page.PNG └── utils ├── checkPythonSetup.m ├── downloadDataset.m └── preprocessAudioData.m /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matlab-deep-learning/Hyperparameter-Tuning-in-MATLAB-using-Experiment-Manager-and-TensorFlow/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matlab-deep-learning/Hyperparameter-Tuning-in-MATLAB-using-Experiment-Manager-and-TensorFlow/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matlab-deep-learning/Hyperparameter-Tuning-in-MATLAB-using-Experiment-Manager-and-TensorFlow/HEAD/SECURITY.md -------------------------------------------------------------------------------- /SpeakerIdentificationProject/Experiment1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matlab-deep-learning/Hyperparameter-Tuning-in-MATLAB-using-Experiment-Manager-and-TensorFlow/HEAD/SpeakerIdentificationProject/Experiment1.mat -------------------------------------------------------------------------------- /SpeakerIdentificationProject/Experiment1_training1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matlab-deep-learning/Hyperparameter-Tuning-in-MATLAB-using-Experiment-Manager-and-TensorFlow/HEAD/SpeakerIdentificationProject/Experiment1_training1.m -------------------------------------------------------------------------------- /SpeakerIdentificationProject/SpeakerIdentificationProject.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matlab-deep-learning/Hyperparameter-Tuning-in-MATLAB-using-Experiment-Manager-and-TensorFlow/HEAD/SpeakerIdentificationProject/SpeakerIdentificationProject.prj -------------------------------------------------------------------------------- /SpeakerIdentificationProject/__pycache__/trainer.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matlab-deep-learning/Hyperparameter-Tuning-in-MATLAB-using-Experiment-Manager-and-TensorFlow/HEAD/SpeakerIdentificationProject/__pycache__/trainer.cpython-39.pyc -------------------------------------------------------------------------------- /SpeakerIdentificationProject/resources/project/EEtUlUb-dLAdf0KpMVivaUlztwA/QgcYafQb8hT5b3fnYCHfgHuqP74d.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /SpeakerIdentificationProject/resources/project/EEtUlUb-dLAdf0KpMVivaUlztwA/QgcYafQb8hT5b3fnYCHfgHuqP74p.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matlab-deep-learning/Hyperparameter-Tuning-in-MATLAB-using-Experiment-Manager-and-TensorFlow/HEAD/SpeakerIdentificationProject/resources/project/EEtUlUb-dLAdf0KpMVivaUlztwA/QgcYafQb8hT5b3fnYCHfgHuqP74p.xml -------------------------------------------------------------------------------- /SpeakerIdentificationProject/resources/project/NjSPEMsIuLUyIpr2u1Js5bVPsOs/2kj09UetkV_lru3gvSPXnY6-nM4d.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /SpeakerIdentificationProject/resources/project/NjSPEMsIuLUyIpr2u1Js5bVPsOs/2kj09UetkV_lru3gvSPXnY6-nM4p.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /SpeakerIdentificationProject/resources/project/NjSPEMsIuLUyIpr2u1Js5bVPsOs/KKyDJtbdIBOlaeHmIZd5VX6vqx8d.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /SpeakerIdentificationProject/resources/project/NjSPEMsIuLUyIpr2u1Js5bVPsOs/KKyDJtbdIBOlaeHmIZd5VX6vqx8p.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /SpeakerIdentificationProject/resources/project/NjSPEMsIuLUyIpr2u1Js5bVPsOs/QWNDYJD5mGW1bWYvPx9DtKnxzw4d.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /SpeakerIdentificationProject/resources/project/NjSPEMsIuLUyIpr2u1Js5bVPsOs/QWNDYJD5mGW1bWYvPx9DtKnxzw4p.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matlab-deep-learning/Hyperparameter-Tuning-in-MATLAB-using-Experiment-Manager-and-TensorFlow/HEAD/SpeakerIdentificationProject/resources/project/NjSPEMsIuLUyIpr2u1Js5bVPsOs/QWNDYJD5mGW1bWYvPx9DtKnxzw4p.xml -------------------------------------------------------------------------------- /SpeakerIdentificationProject/resources/project/NjSPEMsIuLUyIpr2u1Js5bVPsOs/R1RggVhA72agIvELiuhWPRS8F0Id.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /SpeakerIdentificationProject/resources/project/NjSPEMsIuLUyIpr2u1Js5bVPsOs/R1RggVhA72agIvELiuhWPRS8F0Ip.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /SpeakerIdentificationProject/resources/project/NjSPEMsIuLUyIpr2u1Js5bVPsOs/aEHSZBIY-yve10yGis12Zr5DLZod.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /SpeakerIdentificationProject/resources/project/NjSPEMsIuLUyIpr2u1Js5bVPsOs/aEHSZBIY-yve10yGis12Zr5DLZop.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /SpeakerIdentificationProject/resources/project/NjSPEMsIuLUyIpr2u1Js5bVPsOs/j4xwF_j8iFTVayUMfxLgMnTbencd.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /SpeakerIdentificationProject/resources/project/NjSPEMsIuLUyIpr2u1Js5bVPsOs/j4xwF_j8iFTVayUMfxLgMnTbencp.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /SpeakerIdentificationProject/resources/project/NjSPEMsIuLUyIpr2u1Js5bVPsOs/r8LR4nLmg9ai3oHrW1r_-KocQzkd.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /SpeakerIdentificationProject/resources/project/NjSPEMsIuLUyIpr2u1Js5bVPsOs/r8LR4nLmg9ai3oHrW1r_-KocQzkp.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /SpeakerIdentificationProject/resources/project/Project.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /SpeakerIdentificationProject/resources/project/fjRQtWiSIy7hIlj-Kmk87M7s21k/NjSPEMsIuLUyIpr2u1Js5bVPsOsd.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matlab-deep-learning/Hyperparameter-Tuning-in-MATLAB-using-Experiment-Manager-and-TensorFlow/HEAD/SpeakerIdentificationProject/resources/project/fjRQtWiSIy7hIlj-Kmk87M7s21k/NjSPEMsIuLUyIpr2u1Js5bVPsOsd.xml -------------------------------------------------------------------------------- /SpeakerIdentificationProject/resources/project/fjRQtWiSIy7hIlj-Kmk87M7s21k/NjSPEMsIuLUyIpr2u1Js5bVPsOsp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matlab-deep-learning/Hyperparameter-Tuning-in-MATLAB-using-Experiment-Manager-and-TensorFlow/HEAD/SpeakerIdentificationProject/resources/project/fjRQtWiSIy7hIlj-Kmk87M7s21k/NjSPEMsIuLUyIpr2u1Js5bVPsOsp.xml -------------------------------------------------------------------------------- /SpeakerIdentificationProject/resources/project/qaw0eS1zuuY1ar9TdPn1GMfrjbQ/Hih5PU4Yq7sc_w85I6GDnnxSy-4d.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matlab-deep-learning/Hyperparameter-Tuning-in-MATLAB-using-Experiment-Manager-and-TensorFlow/HEAD/SpeakerIdentificationProject/resources/project/qaw0eS1zuuY1ar9TdPn1GMfrjbQ/Hih5PU4Yq7sc_w85I6GDnnxSy-4d.xml -------------------------------------------------------------------------------- /SpeakerIdentificationProject/resources/project/qaw0eS1zuuY1ar9TdPn1GMfrjbQ/Hih5PU4Yq7sc_w85I6GDnnxSy-4p.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /SpeakerIdentificationProject/resources/project/qaw0eS1zuuY1ar9TdPn1GMfrjbQ/lpPbsc2beP5azjswP1VTSq-rB1cd.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matlab-deep-learning/Hyperparameter-Tuning-in-MATLAB-using-Experiment-Manager-and-TensorFlow/HEAD/SpeakerIdentificationProject/resources/project/qaw0eS1zuuY1ar9TdPn1GMfrjbQ/lpPbsc2beP5azjswP1VTSq-rB1cd.xml -------------------------------------------------------------------------------- /SpeakerIdentificationProject/resources/project/qaw0eS1zuuY1ar9TdPn1GMfrjbQ/lpPbsc2beP5azjswP1VTSq-rB1cp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matlab-deep-learning/Hyperparameter-Tuning-in-MATLAB-using-Experiment-Manager-and-TensorFlow/HEAD/SpeakerIdentificationProject/resources/project/qaw0eS1zuuY1ar9TdPn1GMfrjbQ/lpPbsc2beP5azjswP1VTSq-rB1cp.xml -------------------------------------------------------------------------------- /SpeakerIdentificationProject/resources/project/root/6x1BhZX_fLnKpcwqra0qFwv1jIgp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matlab-deep-learning/Hyperparameter-Tuning-in-MATLAB-using-Experiment-Manager-and-TensorFlow/HEAD/SpeakerIdentificationProject/resources/project/root/6x1BhZX_fLnKpcwqra0qFwv1jIgp.xml -------------------------------------------------------------------------------- /SpeakerIdentificationProject/resources/project/root/EEtUlUb-dLAdf0KpMVivaUlztwAp.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /SpeakerIdentificationProject/resources/project/root/GiiBklLgTxteCEmomM8RCvWT0nQd.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /SpeakerIdentificationProject/resources/project/root/GiiBklLgTxteCEmomM8RCvWT0nQp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matlab-deep-learning/Hyperparameter-Tuning-in-MATLAB-using-Experiment-Manager-and-TensorFlow/HEAD/SpeakerIdentificationProject/resources/project/root/GiiBklLgTxteCEmomM8RCvWT0nQp.xml -------------------------------------------------------------------------------- /SpeakerIdentificationProject/resources/project/root/KAXfQgCar2Yb8zOxgvf9hdmLP1Ep.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /SpeakerIdentificationProject/resources/project/root/NmGqIpAwUJcXFyLjFAGnU9uyN5Yp.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /SpeakerIdentificationProject/resources/project/root/fjRQtWiSIy7hIlj-Kmk87M7s21kp.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /SpeakerIdentificationProject/resources/project/root/qaw0eS1zuuY1ar9TdPn1GMfrjbQp.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /SpeakerIdentificationProject/resources/project/rootp.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /SpeakerIdentificationProject/resources/project/uuid-50a2b2c9-b2c9-44bc-a6aa-7e2b0f8777af.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /SpeakerIdentificationProject/trainer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matlab-deep-learning/Hyperparameter-Tuning-in-MATLAB-using-Experiment-Manager-and-TensorFlow/HEAD/SpeakerIdentificationProject/trainer.py -------------------------------------------------------------------------------- /hyperparameterTuningExample.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matlab-deep-learning/Hyperparameter-Tuning-in-MATLAB-using-Experiment-Manager-and-TensorFlow/HEAD/hyperparameterTuningExample.m -------------------------------------------------------------------------------- /images/ExperimentManagerCoexecution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matlab-deep-learning/Hyperparameter-Tuning-in-MATLAB-using-Experiment-Manager-and-TensorFlow/HEAD/images/ExperimentManagerCoexecution.png -------------------------------------------------------------------------------- /images/experiment_browser.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matlab-deep-learning/Hyperparameter-Tuning-in-MATLAB-using-Experiment-Manager-and-TensorFlow/HEAD/images/experiment_browser.PNG -------------------------------------------------------------------------------- /images/experiment_running.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matlab-deep-learning/Hyperparameter-Tuning-in-MATLAB-using-Experiment-Manager-and-TensorFlow/HEAD/images/experiment_running.PNG -------------------------------------------------------------------------------- /images/experiment_setup.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matlab-deep-learning/Hyperparameter-Tuning-in-MATLAB-using-Experiment-Manager-and-TensorFlow/HEAD/images/experiment_setup.PNG -------------------------------------------------------------------------------- /images/startup_page.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matlab-deep-learning/Hyperparameter-Tuning-in-MATLAB-using-Experiment-Manager-and-TensorFlow/HEAD/images/startup_page.PNG -------------------------------------------------------------------------------- /utils/checkPythonSetup.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matlab-deep-learning/Hyperparameter-Tuning-in-MATLAB-using-Experiment-Manager-and-TensorFlow/HEAD/utils/checkPythonSetup.m -------------------------------------------------------------------------------- /utils/downloadDataset.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matlab-deep-learning/Hyperparameter-Tuning-in-MATLAB-using-Experiment-Manager-and-TensorFlow/HEAD/utils/downloadDataset.m -------------------------------------------------------------------------------- /utils/preprocessAudioData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matlab-deep-learning/Hyperparameter-Tuning-in-MATLAB-using-Experiment-Manager-and-TensorFlow/HEAD/utils/preprocessAudioData.m --------------------------------------------------------------------------------