Website for ML model comparison

I have build a website, which compares different classifiers on the MNIST data set.

PORTFOLIO

3/28/20232 min read

a screen shot of a website page with a data sheet of data and information
a screen shot of a website page with a data sheet of data and information

I have build a website, which compares different machine learning classifiers on the MNIST data set, including a Random forest classifier, a Support vector machine and a Neural network.

The technical components were used mainly Python libraries like TensorFlow, Keras and scikit-learn.

The Website was hosted on Heroku, and as a backend I used the Python Web Framework Django.

If you're looking to use machine learning to solve a problem, you'll need to choose the right algorithm for the task at hand. With so many different models to choose from, it can be difficult to know where to start. That's where a website like "ModelCompare" can come in handy.

ModelCompare is a website that allows users to compare the performance of different machine learning models on a specific dataset. Simply upload your data to the site, select the models you'd like to compare, and let the site do the rest. ModelCompare will train each model on your data, and then return the test error rate for each model.

The site currently offers comparisons for a wide range of machine learning models, including decision trees, random forests, support vector machines, logistic regression, k-nearest neighbors, and more. You can choose to compare as many or as few models as you like, depending on your specific needs.

Once the site has finished training the models and calculating the test error rates, you'll receive a report detailing the results. The report will show the test error rate for each model, as well as any relevant information about the model's performance, such as the number of false positives or false negatives.

ModelCompare is a powerful tool for anyone looking to use machine learning to solve a problem. By comparing the performance of different models on a specific dataset, you can quickly determine which algorithm is likely to give you the best results. This can save you time and effort in the long run, as you won't need to waste time experimenting with models that are unlikely to work well on your data.

In addition to its powerful comparison features, ModelCompare is also user-friendly and easy to navigate. The site's clean, intuitive interface makes it easy to upload your data, select the models you'd like to compare, and view the results.

Overall, if you're looking to use machine learning to solve a problem, ModelCompare is a website that's definitely worth checking out. By allowing you to compare the performance of different models on your data, the site can help you choose the right algorithm for the job, and ultimately improve your chances of success.

what:

why: