test 发表于 2018-01-21 | 分类于 机器学习 | 机器学习之路 这篇blog是拿来测试markdown的各个功能 列表 list 1 list 2 list2.1 list2.2: 加粗字体 数学公式$$f(x)=x^2$$ $$\sum_{i=1}^Na_i=100, \mbox{中文}$$ 图片 代码块12345678910import numpy as npimport pandas as pdimport tensorflow as tffoo = function(x): if(x<1): print('小于1') else: print('大于等于1')