Where is the D deep learning library?
Dejan Lekic via Digitalmars-d
digitalmars-d at puremagic.com
Tue Jun 28 10:17:47 PDT 2016
On Monday, 27 June 2016 at 14:10:15 UTC, Guillaume Piolat wrote:
> With the latest popularity of Machine Learning, and all the
> achievement we see, where is the D alternative in this area?
>
> C++'s offering makes lot of use of meta-programming already:
>
> https://www.reddit.com/r/programming/comments/4py875/dlib_190_clean_c11_deep_learning_api/?ref=share&ref_source=link
>
> Surely a touch of DbI and D's meta power could help!
Thanks for reminding me why I stopped doing C++ programming...
When I saw that...
using LeNet = loss_multiclass_log<
fc<10,
relu<fc<84,
relu<fc<120,
max_pool<2,2,2,2,relu<con<16,5,5,1,1,
max_pool<2,2,2,2,relu<con<6,5,5,1,1,
input<matrix<unsigned
char>>>>>>>>>>>>>>;
... I got a headache...
More information about the Digitalmars-d
mailing list