You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a machine learning program to find out the diffrence between the apple and the orange . This code is simple to understand and It is wriiten in the language Python as we all know that python is a power llanguage so i use python library for this code i.e Scikit learn . In this code there is a use of the decicion tree to classify the diffre…
This repository contains implementations of Logistic Regression and Linear Regression classifiers for multiple datasets. The Logistic Regression model is trained using a slightly modified Maximum a Posteriori (MAP) learning approach with gradient descent.
This repository contains a custom Neural Network Algorithm based on the code proposed by Michael Nielsen in "Neural Networks and Deep Learning" (http://neuralnetworksanddeeplearning.com/) and the course "Machine Learning" offered by Standford and instructed by Andrew NG, this course is available in Coursera.
This project uses the Multinomial Naive Bayes classifier to enhance movie genre classification based on metadata such as descriptions and ratings. Utilizing a dataset from Kaggle, it aims to improve content recommendation systems through accurate genre prediction.
This project was done as part of our NLP course project. This project depicts the work of classifying the news as Real News (Encoded by binary value of "1") and Fake News (Encoded by binary value of "0").