Hi everybody, I wrote a vanilla feedforward neural network package a bit ago and was hoping work to polish it up (with the long term goal of getting it registered with the Julia distribution).
The package repo can be found here: https://github.com/EricChiang/ANN.jl Can anyone provide general tips (or links) regarding standards for package development, particularly for ML models? This includes testing, academic citations, general API construction, etc. Thanks! Eric
