上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 78 下一页
摘要: http://blog.csdn.net/lltaoyy/article/details/7615833 转篇文章,讲的不是很清楚,再附上几个资料连接,来自http://www.linuxdw.com/?q=node/77 转篇文章,讲的不是很清楚,再附上几个资料连接,来自http://www.li 阅读全文
posted @ 2017-05-27 15:20 Django's blog 阅读(320) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/shanzhizi/article/details/30251763 automake主要通过编辑Makefile.am来控制它的行为,下面就常用的三个Makefile.am配置做出说明。 1.1. autotools的工作原理 autotools最终是为了 阅读全文
posted @ 2017-05-27 15:07 Django's blog 阅读(1500) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/shanzhizi/article/details/30246587 近来重要要总结一下automake的用法了,连载几篇网上已有的文章,以供参考。 作为Linux下的程序开发人员,大家一定都遇到过Makefile,用make命令来编译自己写的程序确实是很方 阅读全文
posted @ 2017-05-27 15:05 Django's blog 阅读(403) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/shanzhizi/article/details/30247325 前言: 这次task,我大概用了4天的时间去完成。四天的时间内,我不停地去查资料,不停的去做小Demo,不停的总结,终于做完了这次的作业。下面的内容记录了我做这次Makefile作业的学习 阅读全文
posted @ 2017-05-27 15:04 Django's blog 阅读(1064) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/shanzhizi/article/details/30251763 automake主要通过编辑Makefile.am来控制它的行为,下面就常用的三个Makefile.am配置做出说明。 1.1. autotools的工作原理 autotools最终是为了 阅读全文
posted @ 2017-05-27 15:03 Django's blog 阅读(830) 评论(0) 推荐(0) 编辑
摘要: http://www.laruence.com/2008/11/11/606.html 本文地址: http://www.laruence.com/2008/11/11/606.html 转载文章 本文地址: http://www.laruence.com/2008/11/11/606.html 转 阅读全文
posted @ 2017-05-27 14:56 Django's blog 阅读(425) 评论(0) 推荐(0) 编辑
摘要: http://h2ex.com/1282 现有分词介绍 自然语言处理(NLP,Natural Language Processing)是一个信息时代最重要的技术之一,简单来讲,就是让计算机能够理解人类语言的一种技术。在其中,分词技术是一种比较基础的模块。对于英文等拉丁语系的语言而言,由于词之间有空格 阅读全文
posted @ 2017-05-22 14:48 Django's blog 阅读(1250) 评论(1) 推荐(2) 编辑
摘要: http://magicly.me/2017/04/07/rnn-lstm-generate-name/?utm_source=tuicool&utm_medium=referral 之前翻译了一篇介绍RNN的文章,一直没看到作者写新的介绍LSTM的blog,于是我又找了其他资料学习。本文先介绍一下 阅读全文
posted @ 2017-05-22 14:19 Django's blog 阅读(846) 评论(0) 推荐(0) 编辑
摘要: https://medium.com/towards-data-science/lstm-by-example-using-tensorflow-feb0c1968537 在深度学习中,循环神经网络(RNN)是一系列善于从序列数据中学习的神经网络。由于对长期依赖问题的鲁棒性,长短期记忆(LSTM)是 阅读全文
posted @ 2017-05-22 11:58 Django's blog 阅读(7270) 评论(0) 推荐(0) 编辑
摘要: 1.python2.7: 1)pythonbrew install 2.7.9 --configure "--enable-unicode=ucs4" 或者用源码安装python 但是一定要config:--enable-unicode=ucs4,否则import tensorflow会报错:und 阅读全文
posted @ 2017-05-19 16:04 Django's blog 阅读(327) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 78 下一页