894 reputation
922
bio website eren.0fess.net
location
age
visits member for 2 years, 2 months
seen 2 hours ago
stats profile views 268

2h
accepted Syntax of the functor definition in c++?
2h
comment Syntax of the functor definition in c++?
is it just for constructor or might be used for other function definitions.
2h
asked Syntax of the functor definition in c++?
3h
asked How could include all the thrust headers merely witha single include statement?
May
16
asked How to define a global memory array at device code and pass the value to host after execution?
May
15
comment Are there any CUDA native functions might be useful for optimization like Gradient Descent?
Thanks for the link but I do not want to learn GD I just want to learn some useful functions in CUDA that might be useful for such project
May
15
asked Are there any CUDA native functions might be useful for optimization like Gradient Descent?
May
13
awarded  Notable Question
May
12
comment what is special to use class structure in python albeit it is possible to import functions from plain script?
@Blender so informative thanks
May
12
accepted what is special to use class structure in python albeit it is possible to import functions from plain script?
May
12
comment what is special to use class structure in python albeit it is possible to import functions from plain script?
that makes sense thank you
May
12
asked How to do conditional row summation in numpy?
May
12
revised what is special to use class structure in python albeit it is possible to import functions from plain script?
added 89 characters in body
May
12
comment what is special to use class structure in python albeit it is possible to import functions from plain script?
so I assume that its benefit is mainly about better abstraction of the problem we have beside the sharing information, right ?
May
12
comment what is special to use class structure in python albeit it is possible to import functions from plain script?
I am just asking this question in what case I need to use classes instead of plain modules that I import. In what cases classes are better choice
May
12
revised what is special to use class structure in python albeit it is possible to import functions from plain script?
added 517 characters in body
May
12
comment what is special to use class structure in python albeit it is possible to import functions from plain script?
So I can write a module that includes same functions of the class and import it as extending the class. It is maybe less structural but faster I guess to code to the end. (My idea of course)
May
12
comment what is special to use class structure in python albeit it is possible to import functions from plain script?
They are different concepts for sure but in terms of practice, what is the difference?
May
12
asked what is special to use class structure in python albeit it is possible to import functions from plain script?
May
10
comment merging two arrays by indexing entries with the first array items?
I just look to doc as I am a newbie python coder, it says "dict subclass that calls a factory function to supply missing values" for defaultdict and stupidly cannot see what it means. Can you please give some cues about?