april-org / april-ann

APRIL-ANN toolkit (A Pattern Recognizer In Lua with ANNs). This toolkit incorporates ANN algorithms (as dropout, stacked denoising auto-encoders, convolutional NNs), with other pattern recognition methods as HMMs among others. Additionally, in experimental stage, it is possible to perform automatic differentiation, for advanced ML research.
http://april-org.github.io/april-ann/
Other
74 stars 12 forks source link

Coding style guide #73

Open pakozm opened 10 years ago

pakozm commented 10 years ago

Please, follow (and complete if necessary) the STYLEGUIDE.md file. It describes the coding style of April-ANN for new and fresh code. Old code could be in a different style, but it will be homogenized as far as we have time to expend into.

joapaspe commented 10 years ago

Good initiative. I will try to follow this conventions and "port" my code to the correct format.