CN4242 Lab 1: Microblog Clssification Student: A0105772H
- Open terminal (Ubuntu/Mac) or command line prompt (Windows).
- Check the current version of Python. Ensure that Python 3 is in use.
- Redirect to the project folder: "tweet-classification".
- Type "python" plus the script name of the classifier. Press Enter key to execute the script. e.g. "python tweet_early_fusion_classifier.py", "python tweet_early_fusion_classifier.py".
- Take note that the classifier scripts are written in Python 3.
- The preprocessor modules have been imported to the classifiers and will be called when the classifier programs are executed.
- In the program of the late fusion classifier ("tweet_early_fusion_classifier.py"), different classification models can be applied by commenting/uncommenting the code of model declaration.