SMART-Lab / smartmodels

Repository containing all different models we developed in the SMART.
0 stars 2 forks source link

Create a better WeightInitializer class to easily initialize weights of a model #14

Closed MarcCote closed 9 years ago

MarcCote commented 9 years ago

I think we should be more Object Oriented than what we already have i.e. only one WeightInitializer class with multiple types of initialization method. There is probably a design pattern to that the right way.

MarcCote commented 9 years ago

According to Issue #13, we should put the WeightInitializer class in the smart-learner library.

ASalvail commented 9 years ago

Will do something, probably before the end of the day. Will deprecate the initializer in smart-models.

ASalvail commented 9 years ago

See PR #17 and PR #24 from smartpy.