Day 1.
Machine Learning
I have been studying python and machine learning for a month now in hopes of developing my learning application I have been wanting to make for some time now. This app will help store information I find important and highlight from articles and documents I read from the web. I want to track how I learn and the sequences that lead me from one subject to the next. Using machine learning I can have my application read an article for me to extract the information I wish to learn and filter out what I have already learning based on machine learning. I think this will help others to share what they have learned and help writers as well to determine what type of information the reader is looking for when they read an article. I am currently using the google chrome extension “Liner” to store information I read and highlight.
I will begin by continuously collecting data while I read and use K-means clustering to categorize the topics in which I have been studying. Lets go!