I am new to ML. How can I get started please, solving this problem with TF / Keras:
I have thousands of html documents, each containing information about a university course. Somewhere in the document will be the name(s) of the course tutor(s). This is the detail I need to extract from each document.
I specifically want to use AI for this task. I want to build a model which, given a html document, will find in that document the tutor name.
How can I get started with such a task? Thank you.