上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 89 下一页
摘要: K Nearest Neighbor算法又叫KNN算法,这个算法是机器学习里面一个比较经典的算法, 总体来说KNN算法是相对比较容易理解的算法。其中的K表示最接近自己的K个数据样本。KNN算法和K-Means算法不同的是,K-Means算法用来聚类,用来判断哪些东西是一个比较相近的类型,而KNN算法 阅读全文
posted @ 2017-04-18 11:47 微信公众号--共鸣圈 阅读(306) 评论(0) 推荐(0) 编辑
摘要: code地址:https://github.com/dennybritz/nn-from-scratch 文章地址:http://www.wildml.com/2015/09/implementing-a-neural-network-from-scratch/ Get the code: To f 阅读全文
posted @ 2017-04-14 09:41 微信公众号--共鸣圈 阅读(2261) 评论(0) 推荐(0) 编辑
摘要: http://python.jobbole.com/80853/ Python拥有着极其丰富且稳定的数据科学工具环境。遗憾的是,对不了解的人来说这个环境犹如丛林一般(cue snake joke)。在这篇文章中,我会一步一步指导你怎么进入这个PyData丛林。 你可能会问,很多现有的PyData包推 阅读全文
posted @ 2017-04-12 16:10 微信公众号--共鸣圈 阅读(266) 评论(0) 推荐(0) 编辑
摘要: Pivot Point是日内交易方法,非常简单实用,是一套非常“单纯”的阻力支持体系,大概是10年前一个做期货的高手发明的方法,至今已经广泛的用在股票、期货、国债、指数等高成交量的商品上。经典的Pivot Point是7点系统,就是7个价格组成的,目前广泛使用的13点系统,其实都是一样的,不过是多加 阅读全文
posted @ 2017-04-10 09:06 微信公众号--共鸣圈 阅读(2173) 评论(0) 推荐(0) 编辑
摘要: 本文用Java创建UI并联合JNI层操作surface来直接显示yuv数据(yv12),开发环境为Android 4.4,全志A23平台。 activity_main.xml JNI层,showYUV.cpp(libshowyuv.so)采用动态注册JNI函数的方法. Android.mk 生成的s 阅读全文
posted @ 2017-04-09 23:51 微信公众号--共鸣圈 阅读(1865) 评论(0) 推荐(0) 编辑
摘要: http://karpathy.github.io/2015/05/21/rnn-effectiveness/ There’s something magical about Recurrent Neural Networks (RNNs). I still remember when I trai 阅读全文
posted @ 2017-04-09 20:39 微信公众号--共鸣圈 阅读(704) 评论(0) 推荐(0) 编辑
摘要: 转:https://uqer.io/home/ https://uqer.io/community/share/564c3bc2f9f06c4446b48393 写在前面 9月的时候说想把arch包加进去,昨儿发现优矿已经加好了,由于优矿暂时没有开放历史高频接口,我索性就分享一个冷冷的小知识:分形市 阅读全文
posted @ 2017-04-09 15:20 微信公众号--共鸣圈 阅读(5048) 评论(2) 推荐(0) 编辑
摘要: From Android 3.1, newly installed apps are always put into a "stopped" state and the only way to move it out of the stopped state is to manually launc 阅读全文
posted @ 2017-04-07 16:42 微信公众号--共鸣圈 阅读(256) 评论(0) 推荐(0) 编辑
摘要: 具体的网址在这里: https://github.com/tensorflow/tensorflow/tree/r0.12/tensorflow/models 一个卷积神经网络用于股票分析的例子: https://github.com/keon/deepstock, https://github.c 阅读全文
posted @ 2017-03-30 23:15 微信公众号--共鸣圈 阅读(411) 评论(0) 推荐(0) 编辑
摘要: In order to train our model, we need to define what it means for the model to be good. Well, actually, in machine learning we typically define what it 阅读全文
posted @ 2017-03-30 22:16 微信公众号--共鸣圈 阅读(1756) 评论(0) 推荐(0) 编辑
上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 89 下一页