supervised learning to transform multi-dimensional data to 2D?

2 ビュー (過去 30 日間)
Yuchun Ding
Yuchun Ding 2019 年 12 月 13 日
回答済み: Sourav Bairagya 2019 年 12 月 17 日
Hi there, I'm hoping to learn a 'mapping function' to transform a 14 dimentional data to 2 dimentional data
I want to know which matlab function to start with. is it something to do with multi dimention regression?
the input data is a set of 100,000*14 data and it's targeted 100,000*2 (x,y) data. the error function is simply the distance from the targeted points (x,y)

回答 (1 件)

Sourav Bairagya
Sourav Bairagya 2019 年 12 月 17 日
You can build your custom neural network to learn this mapping function from 14 dimensional data to 2 dimensional data.
In this case, you can specify your input layer as:
imageInputLayer([1 1 14], 'Name', 'input')
To know more how to train custom neural nets, you can leverage this links:

カテゴリ

Help Center および File ExchangeLinear Regression についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by