• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






天生自然

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 ··· 185 186 187 188 189 190 191 192 193 ··· 276 下一页

2019年7月24日

吴裕雄--天生自然 PYTHON数据分析:糖尿病视网膜病变数据分析(续三)
摘要: %%time NUM_SAMP=10 fig = plt.figure(figsize=(25, 16)) for jj in range(5): for i, (idx, row) in enumerate(df_test.sample(NUM_SAMP,random_state=SEED+jj).iterrows()): ax = fig.add_subplot(5,... 阅读全文
posted @ 2019-07-24 14:31 吴裕雄 阅读(345) 评论(0) 推荐(0)
 
吴裕雄--天生自然 PYTHON数据分析:糖尿病视网膜病变数据分析(续二)
摘要: def circle_crop(img, sigmaX=10): """ Create circular crop around image centre """ img = cv2.imread(img) img = crop_image_from_gray(img) img = cv2.cvtColor(img, ... 阅读全文
posted @ 2019-07-24 14:14 吴裕雄 阅读(431) 评论(0) 推荐(0)
 
吴裕雄--天生自然 PYTHON数据分析:糖尿病视网膜病变数据分析(续一)
摘要: %%time fig = plt.figure(figsize=(25, 16)) for class_id in sorted(train_y.unique()): for i, (idx, row) in enumerate(df_train.loc[df_train['diagnosis'] == class_id].sample(5, random_state=SEED).ite... 阅读全文
posted @ 2019-07-24 14:03 吴裕雄 阅读(577) 评论(0) 推荐(0)
 
吴裕雄--天生自然 PYTHON数据分析:糖尿病视网膜病变数据分析
摘要: # This Python 3 environment comes with many helpful analytics libraries installed # It is defined by the kaggle/python docker image: https://github.com/kaggle/docker-python # For example, here's seve... 阅读全文
posted @ 2019-07-24 13:54 吴裕雄 阅读(759) 评论(0) 推荐(0)
 
吴裕雄--天生自然 python开发学习笔记:Git安装配置流程
摘要: 阅读全文
posted @ 2019-07-24 11:58 吴裕雄 阅读(170) 评论(0) 推荐(0)
 
吴裕雄--天生自然 R数据分析:2014年美国人时间使用调查(ATUS)饮食与健康模块文件分析
摘要: # libraries we'll need library(car) # for avplots library(tidyverse) # for general utility functions # read in our data bmi_data % filter(erbmi > 0) # remove rows where the reported BMI is les... 阅读全文
posted @ 2019-07-24 10:17 吴裕雄 阅读(406) 评论(0) 推荐(0)
 
吴裕雄--天生自然 PYTHON数据分析:所有美国股票和etf的历史日价格和成交量分析
摘要: # This Python 3 environment comes with many helpful analytics libraries installed # It is defined by the kaggle/python docker image: https://github.com/kaggle/docker-python # For example, here's sev... 阅读全文
posted @ 2019-07-24 09:36 吴裕雄 阅读(801) 评论(0) 推荐(0)
 

2019年7月23日

吴裕雄--天生自然 中医研究学习:入门
摘要: 中医学是研究人体生理病理,疾病诊断与防治以及摄生康复的一门医学科学,至今已有数千年的历史。中医学是“以中医药理论与实践经验为主体,研究人类生命活动中医学中健康与疾病转化规律及其预防、诊断、治疗、康复和保健的综合性科学”。 [1] 中医学属于在阴阳五行理论指导下、从动态整体角度研究人体生理病理药理及其与自然环境关系、寻求防治疾病最有效方法的学问。任何一种理论,如果不具备整体观念的特色,它就不会是... 阅读全文
posted @ 2019-07-23 20:53 吴裕雄 阅读(476) 评论(0) 推荐(0)
 
吴裕雄--天生自然 python数据分析:健康指标聚集分析(健康分析)
摘要: # This Python 3 environment comes with many helpful analytics libraries installed # It is defined by the kaggle/python docker image: https://github.com/kaggle/docker-python # For example, here's sev... 阅读全文
posted @ 2019-07-23 20:40 吴裕雄 阅读(736) 评论(0) 推荐(0)
 
吴裕雄--天生自然能量空间天体太空学研究学习:时间和空间
摘要: 阅读全文
posted @ 2019-07-23 20:17 吴裕雄 阅读(199) 评论(0) 推荐(0)
 
上一页 1 ··· 185 186 187 188 189 190 191 192 193 ··· 276 下一页