itdxer / neupy

NeuPy is a Tensorflow based python library for prototyping and building neural networks
http://neupy.com
MIT License
742 stars 160 forks source link

usage inquiry: input feed #261

Open DPR-Sanchez opened 4 years ago

DPR-Sanchez commented 4 years ago

Working on #256 and have an initial prototype functioning. However, I can not tell from reading the documentation whether the feature set is being fed into the input layer with left to right being top down or vice versa. In short, I am unsure whether the top left corner and bottom left corner on the hinton diagram for the input layer represent the left most column and the right most column respectively, or vice versa. Is there documentation I missed along these lines? Any feedback would be much appreciated :smile:

DPR-Sanchez commented 4 years ago

From experimentation it seems that left most feature is represented at the top in the weight matrix. Further verification and documentation of this may be beneficial.