Machine learning is an application of artificial intelligence (AI) that provides systems the ability to automatically learn and improve from experience without being explicitly programmed. It focuses on the development of computer programs that can access data and use it learn for themselves.
Goal: Analysis of Machine learning model accuracy for a particular dataset on different ML algorithms.
- This project is about the deployment of any kind of machine learning/deep learning model over the internet.In machine learning we always face an issue of selecting the best Model for any dataset. For solving that problem, I have integrated many Ml Models on a single platform, so that we can compare the performance of different ML models for a specific dataset.
For this project, I am using Flask, HTML, CSS ,BootStrap and python for deploying the Model. *
Multiple Kinds of Model Three kinds of model can be deployed on this website.
- Regression Models
- Classification Models
- Deep Learning Models
- Clustering Models
Linear Regression is a machine learning algorithm based on supervised learning. It performs a regression task. Regression models a target prediction value based on independent variables.
A classification model tries to draw some conclusion from the input values given for training. It will predict the class labels/categories for the new data.
Deep learning is a class of machine learning techniques that exploit many layers of non-linear information processing for supervised or unsupervised feature extraction and transformation, for pattern analysis and classification.
Clustering is a Machine Learning technique that involves the grouping of data points. Given a set of data points, we can use a clustering algorithm to classify each data point into a specific group.
Data visualization is the graphical representation of information and data. By using visual elements like charts, graphs, and maps, data visualization tools provide an accessible way to see and understand trends, outliers, and patterns in data.
- Flask
- HTML
- CSS
- Bootstrap
- Python
- Sklearn
- numpy
- pandas
- matplotlib
- Seaborn