DEV Community

Discussion on: Intro to Markov Models with Swift

Collapse
 
jrtibbetts profile image
Jason R Tibbetts

This is a handy overview of Markov models and how to use CocoaPods in a playground, but I'm unclear what you can actually do with the trained model.

Collapse
 
lizziepika profile image
Lizzie Siegle

That will be gone over more in-depth in the next post, but you can train the model on input data to predict what comes next in a variety of areas, like sentences, the outcome of a sports game, etc.