自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(1)
  • 资源 (3)
  • 收藏
  • 关注

原创 Jupyter Notebook之提高可读性——插件安装及使用(包括插入目录,目录索引及缩进)

Jupyter Notebook之提高可读性——插件安装及使用@(数据分析python)[插件, 提高可读性]1.为什么要安装插件我们都知道jupyter notebook(以下简称jt)支持多种语法,包括markdown轻量级语言以及python3程序设计语言等,其中markdown语言的一个主要目的就是为了可读性强,其中的用“#”表示标题的方法非常适用jt内容的层次编写,大...

2018-05-21 21:35:25 16855

kaggle上的Python机器学习入门教程

This notebook is a companion to the book Data Science Solutions (https://www.amazon.com/Data-ScienceSolutions-Startup-Workflow/dp/1520545312). The notebook walks us through a typical workflow for solving data science competitions at sites like Kaggle. There are several excellent notebooks to study data science competition entries. However many will skip some of the explanation on how the solution is developed as these notebooks are developed by experts for experts. The objective of this notebook is to follow a step-by-step workflow, explaining each step and rationale for every decision we take during solution development.

2018-12-22

python机器学习神书hands-on-ml-with-sklearn-and-tf

非常好的python机器学习书! 零、前言 处理,清洗和准备数据。 选择和设计特征。 使用交叉验证选择一个模型并调整超参数。 机器学习的主要挑战,特别是欠拟合和过拟合(偏差和方差权衡)。 对训练数据进行降维以对抗 the curse of dimensionality(维度诅咒) 最常见的学习算法:线性和多项式回归, Logistic 回归,k-最近邻,支持向量机,决策 树,随机森林和集成方法。 第二部分,神经网络和深度学习,包括以下主题: 什么是神经网络?它们有啥优势? 使用 TensorFlow 构建和训练神经网络。 最重要的神经网络架构:前馈神经网络,卷积网络,递归网络,长期短期记忆网络 (LSTM)和自动编码器。 训练深度神经网络的技巧。 对于大数据集缩放神经网络。 强化学习。 第一部分主要基于 scikit-learn ,而第二部分则使用 TensorFlow 。 注意:不要太急于深入学习到核心知识:深度学习无疑是机器学习中最令人兴奋的领域之 一,但是你应该首先掌握基础知识。而且,大多数问题可以用较简单的技术很好地解决(而 不需要深度学习),比如随机森林和集成方法(我们会在第一部分进行讨论)。如果你拥有 足够的数据,计算能力和耐心,深度学习是最适合复杂的问题的,如图像识别,语音识别或 自然语言处理。

2018-12-22

Functional_Python_Programming

一本很不错的python功能书! Functional programming defines a computation using expressions and evaluation—often encapsulated in function definitions. It de-emphasizes or avoids the complexity of state change and mutable objects. This tends to create programs that are more succinct and expressive. In this chapter, we'll introduce some of the techniques that characterize functional programming. We'll identify some of the ways to map these features to Python. Finally, we'll also address some ways in which the benefits of functional programming accrue when we use these design patterns to build Python applications.

2018-05-21

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除