会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
python之路漫漫
博客园
首页
新随笔
联系
订阅
管理
2019年3月16日
基于图像预处理的几个库
摘要: python 里面有第三方库PIL Python第三方库使用 —— PIL 1.PIL 读取获得的图像矩阵与 numpy 下的多维数组 import numpy as npfrom PIL import Imageimg = Image.open(open('./images/3wolfmoon.j
阅读全文
posted @ 2019-03-16 15:28 python之路漫漫
阅读(990)
评论(0)
推荐(0)
2018年10月25日
第一个线性回归程序(基于Jupyter)
摘要: import pandas as pdimport seaborn as snssns.set(context="notebook", style="whitegrid", palette="dark")import matplotlib.pyplot as pltimport tensorflow
阅读全文
posted @ 2018-10-25 22:12 python之路漫漫
阅读(1537)
评论(0)
推荐(0)
公告