Name: Wenjun Wu
GT username: wwu94
Implementation Platform: Weka 3.8.1 with Student Filters extension (https://github.com/cgearhart/students-filters.)
Wilt Dataset:
~/wwu94/Silt/wilt.arff
Car Evaluation Dataset:
~/wwu94/Car/car.arff
Weka —> Clustering —> SimpleKMeans
MaxIteration = 10000
Weka —> EM
MaxIteration = 10000
`
Weka --> Preprocess-->Unsupervised --> attribute--> IndependenComponents
Kurtosis were calculated using python kurtosis_calculator *.arff
Weka --> Preprocess-->Unsupervised --> attribute--> PrincipalComponents
Eigenvalues were generated using SelectAttribute —> PrincipalComponents
Weka --> Preprocess-->Unsupervised --> attribute--> RandomProjection
Weka --> Preprocess-->supervised --> attribute--> FeatureSelection-->Information Gain (rankers)
- Load the dataset and then preprocess the raw dataset or load the preprocess dataset in
~/wwu94/Wilt/preprocess
- Go to 'Classify' interface. Choose the MultilayerPerceptron. Use Percentage split with 70% training set.Run the neural network algorithm with parameters described in the report.
- Load the preprocess dataset in
~/wwu94/Wilt/preprocess
- Use AddCluster Filter and select EM or SimpleKMeans. Change parameters as described in the report.
- Click 'Apply' and delete all attributes except 'Class' and 'Cluster'.
- Go to 'Classify' interface. Choose the MultilayerPerceptron. Use Percentage split with 70% training set. Run the neural network algorithm with parameters described in the report.