mathias-brandewinder / CNTK.FSharp

MIT License
67 stars 9 forks source link

In-memory data source + FunctionApproximation example #7

Closed AndreiDegtiarev closed 6 years ago

AndreiDegtiarev commented 6 years ago

As I understood, in CNTK .Net the in-memory data source wasn’t implemented yet. I suggest a version. I have also implemented function approximation example where train data handling can be done via file or via memory buffer (sse flag storageMode). It seems that in-memory version is slower and I guess the better implementation can be done, but I’m very new in CNTK library and didn’t found anything better yet.

mathias-brandewinder commented 6 years ago

Hi Andrei, I wanted to apologize for not responding to your earlier PR - I didn't respond immediately, and then forgot about it. I looked at it, and some of the ideas are in line with mine, but as I am currently shuffling around quite a few things, I will first stabilize what I am working on, and then revisit how I can integrate your work. Sorry again, and thank you! Mathias