My Machine Learning Articles on CodeProject

About a week ago I wrote and submitted 2 articles for the Machine Learning and AI Challenge on CodeProject. While I will admit that I put these articles together rather hastily, they do demonstrate many of the core tasks in a machine learning project; such as: performing a preliminary review of the data, pre-processing data, building a machine learning pipeline, and performing comparisons of the results of several machine learning algorithms to determine the best model to use.

As usual, I used Anaconda with VS Code, Scikit-Learn, Pandas, Numpy, and all the other usual tools for an ML project.

Links to Articles

Regular Expressions for Parsing Data

Using Regular Expressions to Parse Data

Let me know what you think. Thanks.

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *