Top 3 Machine learning projects that you should try as a beginner

The best experience is to practice

Ayrat Murtazin
2 min readFeb 10, 2024

--

Stock Price Predictions

Stock price predictions are based on datasets from past prices, volatility indices, and fundamental indicators. Beginners can start small with a project like this and use stock-market datasets to create predictions over the next few months. Also, if you are interested in stocks and economy this project might be an interesting collaboration. You may also try to create a bot using your algorithm and let him trade.

Stock market database — https://www.quandl.com/

Sorting Tweets

In a perfect world, it would be great to filter tweets containing specific words and information quickly. Luckily, there’s a beginner-level machine learning project that lets programmers create an algorithm that takes scraped tweets that have been run through a natural language processor to determine which were more likely to match specific themes, talk about certain individuals, and so on.

--

--