# Life satisfaction and GDP per capita
## Life satisfaction
### Source
This dataset was obtained from the OECD's website at: http://stats.oecd.org/index.aspx?DataSetCode=BLI
### Data description
Int64Index: 3292 entries, 0 to 3291
Data columns (total 17 columns):
"LOCATION" 3292 non-null object
Country 3292 non-null object
INDICATOR 3292 non-null object
Indicator 3292 non-null object
MEASURE 3292 non-null object
Measure 3292 non-null object
INEQUALITY 3292 non-null object
Inequality 3292 non-null object
Unit Code 3292 non-null object
Unit 3292 non-null object
PowerCode Code 3292 non-null int64
PowerCode 3292 non-null object
Reference Period Code 0 non-null float64
Reference Period 0 non-null float64
Value 3292 non-null float64
Flag Codes 1120 non-null object
Flags 1120 non-null object
dtypes: float64(3), int64(1), object(13)
memory usage: 462.9+ KB
### Example usage using python Pandas
>>> life_sat = pd.read_csv("oecd_bli_2015.csv", thousands=',')
>>> life_sat_total = life_sat[life_sat["INEQUALITY"]=="TOT"]
>>> life_sat_total = life_sat_total.pivot(index="Country", columns="Indicator", values="Value")
>>> life_sat_total.info()
<class 'pandas.core.frame.DataFrame'>
Index: 37 entries, Australia to United States
Data columns (total 24 columns):
Air pollution 37 non-null float64
Assault rate 37 non-null float64
Consultation on rule-making 37 non-null float64
Dwellings without basic facilities 37 non-null float64
Educational attainment 37 non-null float64
Employees working very long hours 37 non-null float64
Employment rate 37 non-null float64
Homicide rate 37 non-null float64
Household net adjusted disposable income 37 non-null float64
Household net financial wealth 37 non-null float64
Housing expenditure 37 non-null float64
Job security 37 non-null float64
Life expectancy 37 non-null float64
Life satisfaction 37 non-null float64
Long-term unemployment rate 37 non-null float64
Personal earnings 37 non-null float64
Quality of support network 37 non-null float64
Rooms per person 37 non-null float64
Self-reported health 37 non-null float64
Student skills 37 non-null float64
Time devoted to leisure and personal care 37 non-null float64
Voter turnout 37 non-null float64
Water quality 37 non-null float64
Years in education 37 non-null float64
dtypes: float64(24)
memory usage: 7.2+ KB
## GDP per capita
### Source
Dataset obtained from the IMF's website at: http://goo.gl/j1MSKe
### Data description
Int64Index: 190 entries, 0 to 189
Data columns (total 7 columns):
Country 190 non-null object
Subject Descriptor 189 non-null object
Units 189 non-null object
Scale 189 non-null object
Country/Series-specific Notes 188 non-null object
2015 187 non-null float64
Estimates Start After 188 non-null float64
dtypes: float64(2), object(5)
memory usage: 11.9+ KB
### Example usage using python Pandas
>>> gdp_per_capita = pd.read_csv(
... datapath+"gdp_per_capita.csv", thousands=',', delimiter='\t',
... encoding='latin1', na_values="n/a", index_col="Country")
...
>>> gdp_per_capita.rename(columns={"2015": "GDP per capita"}, inplace=True)
没有合适的资源?快使用搜索试试~ 我知道了~
一些机器学习相关学习笔记.zip
共113个文件
md:39个
png:32个
keep:13个
需积分: 5 0 下载量 157 浏览量
2024-04-08
21:15:44
上传
评论
收藏 36.12MB ZIP 举报
温馨提示
机器学习是一门多领域交叉学科,涉及概率论、统计学、逼近论、凸分析、算法复杂度理论等多门学科。它专门研究计算机怎样模拟或实现人类的学习行为,以获取新的知识或技能,重新组织已有的知识结构使之不断改善自身的性能。机器学习是人工智能的核心,是使计算机具有智能的根本途径。 随着统计学的发展,统计学习在机器学习中占据了重要地位,支持向量机(SVM)、决策树和随机森林等算法的提出和发展,使得机器学习能够更好地处理分类、回归和聚类等任务。进入21世纪,深度学习成为机器学习领域的重要突破,采用多层神经网络模型,通过大量数据和强大的计算能力来训练模型,在计算机视觉、自然语言处理和语音识别等领域取得了显著的成果。 机器学习算法在各个领域都有广泛的应用,包括医疗保健、金融、零售和电子商务、智能交通、生产制造等。例如,在医疗领域,机器学习技术可以帮助医生识别医疗影像,辅助诊断疾病,预测病情发展趋势,并为患者提供个性化的治疗方案。在金融领域,机器学习模型可以分析金融数据,识别潜在风险,预测股票市场的走势等。 未来,随着传感器技术和计算能力的提升,机器学习将在自动驾驶、智能家居等领域发挥更大的作用。同时,随着物联网技术的普及,机器学习将助力智能家居设备实现更加智能化和个性化的功能。在工业制造领域,机器学习也将实现广泛应用,如智能制造、工艺优化和质量控制等。 总之,机器学习是一门具有广阔应用前景和深远影响的学科,它将持续推动人工智能技术的发展,为人类社会的进步做出重要贡献。
资源推荐
资源详情
资源评论
收起资源包目录
一些机器学习相关学习笔记.zip (113个子文件)
housing.csv 1.36MB
oecd_bli_2015.csv 396KB
2nd_test_resample_10minutes.csv 100KB
train.csv 60KB
gdp_per_capita.csv 35KB
test.csv 28KB
mydata.csv 32B
iris_tree.dot 826B
train-images-idx3-ubyte.gz 9.45MB
t10k-images-idx3-ubyte.gz 1.57MB
train-labels-idx1-ubyte.gz 28KB
t10k-labels-idx1-ubyte.gz 4KB
pre_trained_glove_model.h5 5.05MB
mydata.h5 173KB
.keep 1B
.keep 1B
.keep 1B
.keep 1B
.keep 1B
.keep 1B
.keep 1B
.keep 1B
.keep 1B
.keep 1B
.keep 1B
.keep 1B
.keep 1B
数据探索.md 3.39MB
第五章图像分类.md 1.88MB
第八章生成式3.md 941KB
第八章生成式1.md 174KB
第八章生成式2.md 129KB
第8章 数据规整:连接、联合与重塑.md 97KB
第十章 聚合与分组.md 79KB
第九章无监督学习.md 79KB
第5章 pandas.md 76KB
第7章 数据清洗数据准备.md 59KB
第十一章 时间序列.md 56KB
第6章 数据载入、存储和文件格式.md 45KB
终版.md 40KB
第七章集成与RF.md 36KB
模型验证.md 35KB
第4章 NumPy.md 32KB
第五章SVM.md 30KB
第二章端端项目.md 30KB
第四章训练模型.md 29KB
第八章降维.md 28KB
第三章神经网络.md 21KB
第9章 绘图与可视化.md 20KB
第三章mnist分类.md 19KB
第六章一些tricks.md 19KB
第3章 数据结构、函数与文件.md 17KB
第六章DT.md 17KB
第七章回调函数与TensorBoard.md 12KB
第十二章 高阶pandas.md 12KB
第七章CNN.md 11KB
第四章 损涵与梯度.md 10KB
第五章反向传播.md 8KB
第八章深度学习.md 8KB
第二章感知机.md 7KB
第二章tensor.md 6KB
机器学习基石课.md 5KB
模型训练.md 5KB
README.md 4KB
README.md 2KB
README.md 53B
some_array.npy 208B
array_archive.npz 650B
arrays_compressed.npz 424B
boosting_plot.png 692KB
ladybug.png 561KB
my_result_at_iteration_19.png 316KB
my_result_at_iteration_18.png 316KB
my_result_at_iteration_17.png 316KB
my_result_at_iteration_16.png 316KB
my_result_at_iteration_15.png 316KB
my_result_at_iteration_13.png 316KB
my_result_at_iteration_14.png 316KB
my_result_at_iteration_12.png 315KB
my_result_at_iteration_11.png 315KB
my_result_at_iteration_9.png 315KB
my_result_at_iteration_10.png 315KB
my_result_at_iteration_8.png 315KB
my_result_at_iteration_7.png 315KB
my_result_at_iteration_6.png 314KB
my_result_at_iteration_5.png 314KB
my_result_at_iteration_4.png 313KB
my_result_at_iteration_3.png 313KB
my_result_at_iteration_1.png 313KB
my_result_at_iteration_2.png 312KB
my_result_at_iteration_0.png 309KB
lle_unrolling_plot.png 273KB
piepie.png 214KB
likelihood_function_plot.png 185KB
lena.png 115KB
figpath.png 89KB
bar1.png 88KB
decision_tree_decision_boundaries_plot.png 75KB
explained_variance_plot.png 62KB
lena_gray.png 42KB
共 113 条
- 1
- 2
资源评论
生瓜蛋子
- 粉丝: 3914
- 资源: 7441
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功