Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

我知道dolphindb的其中一个特点是把数据库和数据处理结合起来, 其中包括可以用dolphindb的语言在数据库内实现各种handcrafted的feature engineering. 但feature engineering还可以用神经网络去学习.

那么就产生了一个问题, dolphindb的语言可以支持实现基于深度学习的feature engineering吗?

还有一个延伸问题是: dolphindb的语言是否是图灵完备的?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
4.1k views
Welcome To Ask or Share your Answers For Others

1 Answer

DolphinDB目前只实现了一系列常用的机器学习算法,详见
https://gitee.com/dolphindb/T...

神经网络、实现深度学习可考虑通过python插件实现,py插件允许在dolphindb中直接调用python的模块和函数(包括用户自己开发的模块)。


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...