First, decide whether AI belongs in your thesis at all
The honest starting question is whether your research has a prediction, classification, or pattern-finding problem inside it. If it does, machine learning is a legitimate method. If it does not, adding a model is decoration, and a panel will find it.
A useful test: can you finish this sentence without hand-waving? “Given [these inputs that are realistically available], predict or categorize [this outcome], which currently requires [expert judgment / slow measurement / guesswork].” If you can, you have a real problem. If the sentence keeps drifting into vagueness, the problem is not yet a machine learning problem.
The alternative worth considering seriously is that AI belongs in your thesis as a tool rather than as the contribution. Using a model to process your data, code your interviews, or analyze your images is a methodological choice you disclose in your methods chapter. That is different from the model being the thing you are studying, and it is a much smaller undertaking.
- AI as the contribution
- You build, train and evaluate a model, and the model's performance is a result you report. This is the larger project and the one this guide is mostly about.
- AI as an instrument
- You use an existing model or tool to process data for a study whose real question is something else. Legitimate and common, but it has to be disclosed in your methodology, including which model and which version.
- AI as the subject
- Your research is about the technology, its accuracy, its bias, or its adoption, rather than using it. Often the best fit for non-technical courses.
