ankitaggarwal011 / PyCNN

Image Processing with Cellular Neural Networks in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add suitable docstrings to the module, classes and functions

ankitaggarwal011 opened this issue · comments

I'll try to work on this.Can you please explain the purpose/use of the function f(..) and cnn(..) inpycnn.py.

Thanks @lostwarrior404. I appreciate your help.

cnn function is the approximate sigmoidal kernel function for this neural network.

f(x, t, ...) computes the derivative of x at t.

Adde PR#30 for this issue.

Excellent work @iraquitan, but @lostwarrior404 mentioned that he is working on this issue. I hope he didn't start working on it.
In the future, please comment on the issue that your working on to avoid any duplication. Thank you for your contribution.

@lostwarrior404, shall we go ahead with this? I hope you didn't start working on this yet.

Please go ahead with it.Open source software is about community not about a single person.And @iraquitan has done a much better job than me.

@lostwarrior404, thanks for your good open source spirit.
Your contribution is appreciated. @iraquitan, please go ahead with this issue.

Ok, I should've commented here before working. I'll do that next time. Thanks for comprehension @lostwarrior404 and @ankitaggarwal011.