An open API service indexing awesome lists of open source software.

https://github.com/blaizzy/diamond


https://github.com/blaizzy/diamond

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Diamond

A dataset comprised of 54 K Diamonds.

# Goal

This is a supervised problem we have some diamond features x and we want to predict the price y.

The price is a continuous value so this is a regression problem. We will need to use MSE(Mean Squared Error) loss, 1 output unit and no activation on the last layer.

![alt text](https://github.com/Blaizzy/Diamond/blob/master/Screenshot%20from%202019-11-30%2014-55-499.png)