What will I do for the next 30 days?
I have been taking online courses in ML for several years now, mainly on Coursera. I do some ML in work too, but want to use this space to push my skills further. I have a lot of ideas of things to do with ML, but usually fail to deliver a finished product. There are a bunch of reasons, but distraction and busyness are high on this list.
So I will start simple and try to build a straightforward model to make some predictions. Ideally that will go into a web page so that the end result can be demonstrated.
I have just completed this course in Natural Language Processing. Lots of interest in there, but one of the simpler models was for Named Entity Recognition. Given a body of text - a book say - can a model find out what are the named entities - people and places for example?
This type of model forms the basis for a bunch of other useful functions. How often does each character appear in the book? Using sentiment analysis across the span of the book is it possible to determine which characters are associated with positive sentiment and which negative?
Anyway, NER first, other ideas maybe later.
This project is limited to spare time for 30 days. I have learned a lot over the last few years, so should be well able to come up with something useful in that time.
So today I will identify a set of data to use and set up the project in git.
Comments
Post a Comment