Ashwani Rathee
Ashwani Rathee
 Tiny Doubt:- Does this look how it should look??
Hey @ghltshubh ,I was going through the tutorials in bokeh...there are around 50 spelling mistakes(not including bad formatting,comma issues,phrasing..just plain spelling mistakes) @bryevdv pointed me to here to make the...
It atleast has two errors and hasn't been updated for really long time: - Random(using Random) is not imported - Another error in line 18 : ERROR: LoadError: MethodError: no...
@iblis17 @milktrader @StefanKarpinski I want to work on JuliaQuant and contribute to its developement... I am new to OSS contributions but I have contributed to Bokeh in documentation related issues,jupyter...
Task: Set up the basic XG Boost code functionality that works Level-3 : 25 Points
Task: Set up the basic Multilayer Perceptron code functionality that works Level-3 : 25 Points
@johnnychen94 @timholy @zygmuntszpak This algorithm isn't present in JuliaImages,though it's available in most other image processing libraries https://en.wikipedia.org/wiki/Richardson%E2%80%93Lucy_deconvolution It's a pretty old method but still relevant.I think I could implement...
Hey @ankurbhatia24 ,have you carried on with this research work??I would like to be a part of this and help finish this..
Since this project is still WIP,these filling algorithms commonly used in computer graphics would be quite useful addition - Boundary Fill Algorithm - 4- pixel method - 8- pixel method...
Initial Base Tasks: - [ ] Lots of tests - [x] Buggy implementation fix(it works for some cases, in some others it doesn't) - [x] Doc string of flood fill...