Skip to content

PW22-SBN-01/Weight_Cheating

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Minimise Required Training Data

An experiment to see how little training data is required to train a network with a new feature, given that there already exists a pretrained network predicting the same quantity without this new feature.

Methodology

Dataset : boston_housing It has 13 features and 1 predicted value

Trained 3 ANNs

  1. M1 Input 13 - Vanialla training
  2. M2 Input 12 - Dropped the last column of the feature set, then Vanialla training
  3. M3 Input 13 - Took weights from M2 and then trained

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published