I'm working on a neural network project using c++17 and wanted to compile it into wasm. I searched how to support c++17 with emscripten and my finding seemed to be that it's not trivial. It's great to see that you have achieved it.
For neural network visualization, I also thought about using node graph, this is certainly a project I can learn from!
Yes, that is exactly what it means. Every symbol (vertex of the graph or element of a triple) has its own bitstream, which is used to implement all the literals.
6 comments
[ 2.4 ms ] story [ 70.0 ms ] threadI'm working on a neural network project using c++17 and wanted to compile it into wasm. I searched how to support c++17 with emscripten and my finding seemed to be that it's not trivial. It's great to see that you have achieved it.
For neural network visualization, I also thought about using node graph, this is certainly a project I can learn from!
I wonder what he means by 'blobs'. if he just means every element of the triple can be an arbitrary binary blob, that's kind of cool.