摘要: Python机器学习:熟悉常用数据分析库numpy pandas matplotlib等, 熟悉常用机器学习库:xgboost scipy sklearn tensorflow等 ,机器学习常用算法:聚类、回归、RNN、CNN等 Python数据分析:熟悉常用数据分析库numpy pandas ma 阅读全文
posted @ 2015-08-10 16:45 沐风先生 阅读(481) 评论(0) 推荐(1) 编辑
摘要: >>> f=open('C:\\xd.txt') >>> f.read() 'hi,sir\nwelcome to here \n' >>> f.read() '' >>> f.read() '' >>> f.seek(2,0) >>> f.read() ',sir\nwelcom... 阅读全文
posted @ 2015-08-10 00:36 沐风先生 阅读(88) 评论(0) 推荐(0) 编辑