├── HAR_CNN.py ├── HAR_individuals.py ├── README.md ├── cluster_people_selection ├── DBSCAN.py ├── GMM.py ├── silhouette_DBSCAN.py ├── silhouette_GMM.py ├── stratified_har.py └── stratified_mit.py ├── main_DBSCAN_mit.py ├── main_GMM_mit.py ├── main_har.py ├── main_two_layer_har_DBSCAN.py ├── main_two_layer_mit_GMM.py ├── mit_all ├── bash.exe.stackdump ├── client0.py ├── client1.py ├── client10.py ├── client11.py ├── client12.py ├── client13.py ├── client14.py ├── client15.py ├── client16.py ├── client17.py ├── client18.py ├── client19.py ├── client2.py ├── client20.py ├── client21.py ├── client22.py ├── client23.py ├── client24.py ├── client25.py ├── client26.py ├── client27.py ├── client28.py ├── client29.py ├── client3.py ├── client30.py ├── client31.py ├── client32.py ├── client33.py ├── client34.py ├── client35.py ├── client36.py ├── client37.py ├── client38.py ├── client39.py ├── client4.py ├── client40.py ├── client41.py ├── client42.py ├── client43.py ├── client44.py ├── client45.py ├── client5.py ├── client6.py ├── client7.py ├── client8.py ├── client9.py ├── mintty.exe.stackdump └── run.sh ├── read_HAR.py ├── read_MIT.py ├── server.py ├── stratified_age_sexy_two_layer_mit_GMM.py ├── template_har.py └── template_mit.py /HAR_CNN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/HAR_CNN.py -------------------------------------------------------------------------------- /HAR_individuals.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/HAR_individuals.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/README.md -------------------------------------------------------------------------------- /cluster_people_selection/DBSCAN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/cluster_people_selection/DBSCAN.py -------------------------------------------------------------------------------- /cluster_people_selection/GMM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/cluster_people_selection/GMM.py -------------------------------------------------------------------------------- /cluster_people_selection/silhouette_DBSCAN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/cluster_people_selection/silhouette_DBSCAN.py -------------------------------------------------------------------------------- /cluster_people_selection/silhouette_GMM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/cluster_people_selection/silhouette_GMM.py -------------------------------------------------------------------------------- /cluster_people_selection/stratified_har.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/cluster_people_selection/stratified_har.py -------------------------------------------------------------------------------- /cluster_people_selection/stratified_mit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/cluster_people_selection/stratified_mit.py -------------------------------------------------------------------------------- /main_DBSCAN_mit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/main_DBSCAN_mit.py -------------------------------------------------------------------------------- /main_GMM_mit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/main_GMM_mit.py -------------------------------------------------------------------------------- /main_har.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/main_har.py -------------------------------------------------------------------------------- /main_two_layer_har_DBSCAN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/main_two_layer_har_DBSCAN.py -------------------------------------------------------------------------------- /main_two_layer_mit_GMM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/main_two_layer_mit_GMM.py -------------------------------------------------------------------------------- /mit_all/bash.exe.stackdump: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mit_all/client0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/client0.py -------------------------------------------------------------------------------- /mit_all/client1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/client1.py -------------------------------------------------------------------------------- /mit_all/client10.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/client10.py -------------------------------------------------------------------------------- /mit_all/client11.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/client11.py -------------------------------------------------------------------------------- /mit_all/client12.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/client12.py -------------------------------------------------------------------------------- /mit_all/client13.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/client13.py -------------------------------------------------------------------------------- /mit_all/client14.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/client14.py -------------------------------------------------------------------------------- /mit_all/client15.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/client15.py -------------------------------------------------------------------------------- /mit_all/client16.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/client16.py -------------------------------------------------------------------------------- /mit_all/client17.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/client17.py -------------------------------------------------------------------------------- /mit_all/client18.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/client18.py -------------------------------------------------------------------------------- /mit_all/client19.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/client19.py -------------------------------------------------------------------------------- /mit_all/client2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/client2.py -------------------------------------------------------------------------------- /mit_all/client20.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/client20.py -------------------------------------------------------------------------------- /mit_all/client21.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/client21.py -------------------------------------------------------------------------------- /mit_all/client22.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/client22.py -------------------------------------------------------------------------------- /mit_all/client23.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/client23.py -------------------------------------------------------------------------------- /mit_all/client24.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/client24.py -------------------------------------------------------------------------------- /mit_all/client25.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/client25.py -------------------------------------------------------------------------------- /mit_all/client26.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/client26.py -------------------------------------------------------------------------------- /mit_all/client27.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/client27.py -------------------------------------------------------------------------------- /mit_all/client28.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/client28.py -------------------------------------------------------------------------------- /mit_all/client29.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/client29.py -------------------------------------------------------------------------------- /mit_all/client3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/client3.py -------------------------------------------------------------------------------- /mit_all/client30.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/client30.py -------------------------------------------------------------------------------- /mit_all/client31.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/client31.py -------------------------------------------------------------------------------- /mit_all/client32.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/client32.py -------------------------------------------------------------------------------- /mit_all/client33.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/client33.py -------------------------------------------------------------------------------- /mit_all/client34.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/client34.py -------------------------------------------------------------------------------- /mit_all/client35.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/client35.py -------------------------------------------------------------------------------- /mit_all/client36.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/client36.py -------------------------------------------------------------------------------- /mit_all/client37.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/client37.py -------------------------------------------------------------------------------- /mit_all/client38.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/client38.py -------------------------------------------------------------------------------- /mit_all/client39.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/client39.py -------------------------------------------------------------------------------- /mit_all/client4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/client4.py -------------------------------------------------------------------------------- /mit_all/client40.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/client40.py -------------------------------------------------------------------------------- /mit_all/client41.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/client41.py -------------------------------------------------------------------------------- /mit_all/client42.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/client42.py -------------------------------------------------------------------------------- /mit_all/client43.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/client43.py -------------------------------------------------------------------------------- /mit_all/client44.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/client44.py -------------------------------------------------------------------------------- /mit_all/client45.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/client45.py -------------------------------------------------------------------------------- /mit_all/client5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/client5.py -------------------------------------------------------------------------------- /mit_all/client6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/client6.py -------------------------------------------------------------------------------- /mit_all/client7.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/client7.py -------------------------------------------------------------------------------- /mit_all/client8.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/client8.py -------------------------------------------------------------------------------- /mit_all/client9.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/client9.py -------------------------------------------------------------------------------- /mit_all/mintty.exe.stackdump: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/mintty.exe.stackdump -------------------------------------------------------------------------------- /mit_all/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/mit_all/run.sh -------------------------------------------------------------------------------- /read_HAR.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/read_HAR.py -------------------------------------------------------------------------------- /read_MIT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/read_MIT.py -------------------------------------------------------------------------------- /server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/server.py -------------------------------------------------------------------------------- /stratified_age_sexy_two_layer_mit_GMM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/stratified_age_sexy_two_layer_mit_GMM.py -------------------------------------------------------------------------------- /template_har.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/template_har.py -------------------------------------------------------------------------------- /template_mit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helloworld1973/Federated_Learning_IoT_Applications/HEAD/template_mit.py --------------------------------------------------------------------------------