Skip to content

LuoYuanzhen/CNN-based-non-linear-regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

CNN-based-non-linear-regression

use 1d CNN model to train the non-linear function : y = x^2 + 6x + 9

  • input x.shape:[1000, 1, 300]
  • output y.shape:[1000, 1, 300]
  • CNN model:
    • conv1d:(k_size=(300), stride=1, padding=148)
    • ReLU
    • conv1d:(k_size=(300), stride=1, padding=149)
    • ReLU

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors