'Transfer Learning on a Fully Connected Nueral Netwok

I have a fully connected neural network trained on data that had 9 features (i.e. input layer size= (9,). I have saved the output model. Is it possible to transfer learning this model to train on another dataset that has 2 features only (i.e. input layer size= (2,)?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source