Karthik Ramesh Iyer

Results 83 comments of Karthik Ramesh Iyer

I'm glad that you want to take this task to closure! I'll need some more time to look into it in detail. I'll get back to you soon.

@anigasan this task is definitely not trivial (especially in the case of the AGGRenderer). It doesn't have good documentation (actually next to no documentation). So you'll have to go through...

@anigasan can you open a PR with the additions you made? Maybe we could try to find a solution after looking at your code.

@BradLarson @marcrasi, as the first evaluation is coming up on 24th, is there anything specific I need to complete before that? I am trying to change one plot to Generics...

Now I am not sure if generics is the correct way to proceed. I am unable to use operators like: ```swift static func + (left: Point, right: Point) -> Point...

Thanks! I didn't know that we could write such generic specific extensions. I'll try this and see if it helps.

@BradLarson glad that working together on this helped you too! I'm hoping to complete all the milestones by the second evaluations, and then maybe I can work on supporting macOS...

@BradLarson @marcrasi I don't think generics is a good because when I started by turning the Point type to a generic, I eventually realised that I had to convert all...

Till this is figured out I'll start work on histogram.

Also could you give me an idea of how people would want to plot using Tensors? I gave this a fleeting look: https://www.tensorflow.org/swift/tutorials/model_training_walkthrough But in the end plotting is done...