摘要: #For accessing the file inside a sibling folder. filename = os.path.join(fileDir, './Folder2/same.txt') filename = os.path.abspath(os.path.realpath(filename)) print filename readFile(filename) 阅读全文
posted @ 2016-12-20 16:04 dreamafar 阅读(148) 评论(0) 推荐(0) 编辑
摘要: There is a common principle that underlies all supervised machine learning algorithms for predictive modeling. In this post you will discover how mach 阅读全文
posted @ 2016-12-20 14:48 dreamafar 阅读(349) 评论(0) 推荐(0) 编辑
摘要: Theano is a great tool for machine learning applications, yet I found that its installation on Windows is not trivial especially for beginners (like m 阅读全文
posted @ 2016-12-20 11:28 dreamafar 阅读(244) 评论(0) 推荐(0) 编辑