├── Data ├── HEROdata2.xlsx ├── data_1.xlsx ├── data_2.xlsx ├── data_3.xlsx └── data_4.xlsx ├── LICENSE ├── README.md ├── Thesis_on_Hardware_Trojan_Detection_with_ML.pdf ├── main.py └── preprocess_data.py /Data/HEROdata2.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kkalais/Hardware-Trojan-Detection/HEAD/Data/HEROdata2.xlsx -------------------------------------------------------------------------------- /Data/data_1.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kkalais/Hardware-Trojan-Detection/HEAD/Data/data_1.xlsx -------------------------------------------------------------------------------- /Data/data_2.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kkalais/Hardware-Trojan-Detection/HEAD/Data/data_2.xlsx -------------------------------------------------------------------------------- /Data/data_3.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kkalais/Hardware-Trojan-Detection/HEAD/Data/data_3.xlsx -------------------------------------------------------------------------------- /Data/data_4.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kkalais/Hardware-Trojan-Detection/HEAD/Data/data_4.xlsx -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kkalais/Hardware-Trojan-Detection/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kkalais/Hardware-Trojan-Detection/HEAD/README.md -------------------------------------------------------------------------------- /Thesis_on_Hardware_Trojan_Detection_with_ML.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kkalais/Hardware-Trojan-Detection/HEAD/Thesis_on_Hardware_Trojan_Detection_with_ML.pdf -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kkalais/Hardware-Trojan-Detection/HEAD/main.py -------------------------------------------------------------------------------- /preprocess_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kkalais/Hardware-Trojan-Detection/HEAD/preprocess_data.py --------------------------------------------------------------------------------