├── FEBio Template Files ├── simulation_part1.txt ├── simulation_part2.txt └── simulation_part3.txt ├── Learning ├── CreateVariables.m ├── GPR │ ├── GPR_Compare.m │ ├── GPR_Function_Setup.m │ ├── GPR_Function_Start.m │ ├── GPR_Setup.m │ └── GPR_load_data.m ├── Neural Network │ ├── load_data.m │ ├── neural_net_direction.m │ ├── neural_net_magnitude.m │ ├── nn_setup_direction.m │ └── nn_setup_magnitude.m ├── SVM │ ├── SVM_Mag.m │ ├── SVM_animation_setup.m │ ├── SVM_load_data.m │ └── SVM_load_data_dir.m ├── data_coord.mat ├── force_nodes.mat ├── iterations.mat ├── mesh_variables.mat └── nodes_list.mat ├── ML_paper_abstract.pdf ├── README.md ├── Segmentation and Meshing ├── BrainSphericalTumour.mesh ├── BrainSphericalTumour.txt ├── MeshGenerationFromDFS.m ├── MeshGenerationFromNii.m ├── Spherical Tumour.fig └── segmentation_meshing.py └── febioScript.py /FEBio Template Files/simulation_part1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michetonu/MALTIDEM--Machine-Learning-for-Tissue-Deformation-Modelling/HEAD/FEBio Template Files/simulation_part1.txt -------------------------------------------------------------------------------- /FEBio Template Files/simulation_part2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michetonu/MALTIDEM--Machine-Learning-for-Tissue-Deformation-Modelling/HEAD/FEBio Template Files/simulation_part2.txt -------------------------------------------------------------------------------- /FEBio Template Files/simulation_part3.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Learning/CreateVariables.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michetonu/MALTIDEM--Machine-Learning-for-Tissue-Deformation-Modelling/HEAD/Learning/CreateVariables.m -------------------------------------------------------------------------------- /Learning/GPR/GPR_Compare.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michetonu/MALTIDEM--Machine-Learning-for-Tissue-Deformation-Modelling/HEAD/Learning/GPR/GPR_Compare.m -------------------------------------------------------------------------------- /Learning/GPR/GPR_Function_Setup.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michetonu/MALTIDEM--Machine-Learning-for-Tissue-Deformation-Modelling/HEAD/Learning/GPR/GPR_Function_Setup.m -------------------------------------------------------------------------------- /Learning/GPR/GPR_Function_Start.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michetonu/MALTIDEM--Machine-Learning-for-Tissue-Deformation-Modelling/HEAD/Learning/GPR/GPR_Function_Start.m -------------------------------------------------------------------------------- /Learning/GPR/GPR_Setup.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michetonu/MALTIDEM--Machine-Learning-for-Tissue-Deformation-Modelling/HEAD/Learning/GPR/GPR_Setup.m -------------------------------------------------------------------------------- /Learning/GPR/GPR_load_data.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michetonu/MALTIDEM--Machine-Learning-for-Tissue-Deformation-Modelling/HEAD/Learning/GPR/GPR_load_data.m -------------------------------------------------------------------------------- /Learning/Neural Network/load_data.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michetonu/MALTIDEM--Machine-Learning-for-Tissue-Deformation-Modelling/HEAD/Learning/Neural Network/load_data.m -------------------------------------------------------------------------------- /Learning/Neural Network/neural_net_direction.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michetonu/MALTIDEM--Machine-Learning-for-Tissue-Deformation-Modelling/HEAD/Learning/Neural Network/neural_net_direction.m -------------------------------------------------------------------------------- /Learning/Neural Network/neural_net_magnitude.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michetonu/MALTIDEM--Machine-Learning-for-Tissue-Deformation-Modelling/HEAD/Learning/Neural Network/neural_net_magnitude.m -------------------------------------------------------------------------------- /Learning/Neural Network/nn_setup_direction.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michetonu/MALTIDEM--Machine-Learning-for-Tissue-Deformation-Modelling/HEAD/Learning/Neural Network/nn_setup_direction.m -------------------------------------------------------------------------------- /Learning/Neural Network/nn_setup_magnitude.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michetonu/MALTIDEM--Machine-Learning-for-Tissue-Deformation-Modelling/HEAD/Learning/Neural Network/nn_setup_magnitude.m -------------------------------------------------------------------------------- /Learning/SVM/SVM_Mag.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michetonu/MALTIDEM--Machine-Learning-for-Tissue-Deformation-Modelling/HEAD/Learning/SVM/SVM_Mag.m -------------------------------------------------------------------------------- /Learning/SVM/SVM_animation_setup.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michetonu/MALTIDEM--Machine-Learning-for-Tissue-Deformation-Modelling/HEAD/Learning/SVM/SVM_animation_setup.m -------------------------------------------------------------------------------- /Learning/SVM/SVM_load_data.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michetonu/MALTIDEM--Machine-Learning-for-Tissue-Deformation-Modelling/HEAD/Learning/SVM/SVM_load_data.m -------------------------------------------------------------------------------- /Learning/SVM/SVM_load_data_dir.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michetonu/MALTIDEM--Machine-Learning-for-Tissue-Deformation-Modelling/HEAD/Learning/SVM/SVM_load_data_dir.m -------------------------------------------------------------------------------- /Learning/data_coord.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michetonu/MALTIDEM--Machine-Learning-for-Tissue-Deformation-Modelling/HEAD/Learning/data_coord.mat -------------------------------------------------------------------------------- /Learning/force_nodes.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michetonu/MALTIDEM--Machine-Learning-for-Tissue-Deformation-Modelling/HEAD/Learning/force_nodes.mat -------------------------------------------------------------------------------- /Learning/iterations.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michetonu/MALTIDEM--Machine-Learning-for-Tissue-Deformation-Modelling/HEAD/Learning/iterations.mat -------------------------------------------------------------------------------- /Learning/mesh_variables.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michetonu/MALTIDEM--Machine-Learning-for-Tissue-Deformation-Modelling/HEAD/Learning/mesh_variables.mat -------------------------------------------------------------------------------- /Learning/nodes_list.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michetonu/MALTIDEM--Machine-Learning-for-Tissue-Deformation-Modelling/HEAD/Learning/nodes_list.mat -------------------------------------------------------------------------------- /ML_paper_abstract.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michetonu/MALTIDEM--Machine-Learning-for-Tissue-Deformation-Modelling/HEAD/ML_paper_abstract.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michetonu/MALTIDEM--Machine-Learning-for-Tissue-Deformation-Modelling/HEAD/README.md -------------------------------------------------------------------------------- /Segmentation and Meshing/BrainSphericalTumour.mesh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michetonu/MALTIDEM--Machine-Learning-for-Tissue-Deformation-Modelling/HEAD/Segmentation and Meshing/BrainSphericalTumour.mesh -------------------------------------------------------------------------------- /Segmentation and Meshing/BrainSphericalTumour.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michetonu/MALTIDEM--Machine-Learning-for-Tissue-Deformation-Modelling/HEAD/Segmentation and Meshing/BrainSphericalTumour.txt -------------------------------------------------------------------------------- /Segmentation and Meshing/MeshGenerationFromDFS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michetonu/MALTIDEM--Machine-Learning-for-Tissue-Deformation-Modelling/HEAD/Segmentation and Meshing/MeshGenerationFromDFS.m -------------------------------------------------------------------------------- /Segmentation and Meshing/MeshGenerationFromNii.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michetonu/MALTIDEM--Machine-Learning-for-Tissue-Deformation-Modelling/HEAD/Segmentation and Meshing/MeshGenerationFromNii.m -------------------------------------------------------------------------------- /Segmentation and Meshing/Spherical Tumour.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michetonu/MALTIDEM--Machine-Learning-for-Tissue-Deformation-Modelling/HEAD/Segmentation and Meshing/Spherical Tumour.fig -------------------------------------------------------------------------------- /Segmentation and Meshing/segmentation_meshing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michetonu/MALTIDEM--Machine-Learning-for-Tissue-Deformation-Modelling/HEAD/Segmentation and Meshing/segmentation_meshing.py -------------------------------------------------------------------------------- /febioScript.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michetonu/MALTIDEM--Machine-Learning-for-Tissue-Deformation-Modelling/HEAD/febioScript.py --------------------------------------------------------------------------------