https://github.com/blaizzy/diamond
https://github.com/blaizzy/diamond
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/blaizzy/diamond
- Owner: Blaizzy
- Created: 2019-11-30T08:57:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-30T17:25:00.000Z (over 6 years ago)
- Last Synced: 2025-03-28T16:46:49.762Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 2.65 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
