ThoughtWorksInc / DeepDarkFantasy

A Programming Language for Deep Learning
Apache License 2.0
462 stars 47 forks source link

Do Map PE #217

Closed MarisaKirisame closed 5 years ago

MarisaKirisame commented 7 years ago

This is harder than I thought: what is the PE representation? One answer is: reimplement a rbtree, and use it as the internal representation. Obviously this wont scale, since this is virtually asking to implement all datastructure again. Should find a way to make this work for black box.