Posts by Om Tejaswini

Author Biographical Info: Not available

University Admission Prediction using Keras in Python

By Om Tejaswini

This post aims to predict the likelihood of a student being admitted into a university based on some factors. A predictive model is developed using neural networks to do this task .... Read More

Text Clustering using K-Means with Sklearn

By Om Tejaswini

K-Means Clustering Algorithm: K-Means clustering is a machine learning method that helps to organize data into groups based on how similar or different they are. The goal is to div.... Read More

Color Matching Game with Tkinter in Python

By Om Tejaswini

This article is about color matching game built using the Tkinter library in Python. Overview of the game: In this game, players have to enter the color of the text displayed not t.... Read More

Find-S algorithm using Python

By Om Tejaswini

In this article, we will learn how to implement the Find-S algorithm in Machine Learning. It is a concept learning algorithm in ML. This algorithm only considers positive training .... Read More

Related Posts