Coder Social home page Coder Social logo

dl-function-approximation's Introduction

Deep Learning - Function Approximation

中文筆記
Kaggle

Problem Description

The dataset contains the data which are the outputs from an unknown function $y=f(x_1,x_2)$ Note that the given training dataset has been disturbed by some noise. You are now required to design a network to remove the introduced noise. After finishing your network training, you need to produce the outputs for a given testing dataset. Kaggle will compute the mean square error (MSE) between your outputs and the true outputs for the performance evaluation of your network.

Problem Evaluation

The criterion used to evaluate your submission is the MSE loss $L=\frac{1}{n}\sum_{i=1}^n(\hat{y}_i-y)^2$

Dataset Description

Two datasets are given:

  • train.csv: the training dataset which contains three columns of data. Column 1 and Column 2 are inputs x1 and x2, while Column 3 is the target value y.
  • test.csv: the testing dataset for evaluating your model. Only two columns of data, i.e., x1 and x2, are given.

dl-function-approximation's People

Contributors

d901203 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.