python边玩边学_边听边学数据科学-程序员宅基地

技术标签: python  人工智能  

python边玩边学

Podcasts are a fun way to learn new stuff about the topics you like. Podcast hosts have to find a way to explain complex ideas in simple terms because no one would understand them otherwise In this article I present a few episodes to get you going.

播客是一种学习有趣主题的有趣方法。 播客主持人必须找到一种用简单的术语解释复杂想法的方法,因为没人会以其他方式理解它们。在本文中,我将介绍一些情节以助您一臂之力。

In case you’ve missed my previous article about podcasts:

如果您错过了我以前有关播客的文章:

你应该获得博士学位吗 通过部分导数 (Should You Get a Ph.D. by Partially Derivative)

Image for post
Partially Derivative Logo from Twitter Twitter的部分衍生徽标

Partially Derivative is hosted by data science super geeks. They talk about the everyday data of the world around us.

数据科学超级极客主持了Partially Derivative。 他们谈论我们周围世界的日常数据。

This episode may be interesting for students who are thinking about pursuing a Ph.D. In this episode, Chris talks about getting a Ph.D. from his personal perspective. He talks about how he wasn’t interested in math when he was young but was more into history. After college, he had enough of school and didn’t intend to pursue a Ph.D. He sent an application to UC Davis and was presented with a challenge. Enjoy listening to his adventure.

对于想攻读博士学位的学生来说, 这一插曲可能会很有趣。 在这一集中,克里斯谈论了获得博士学位的问题。 从他个人的角度来看。 他谈到了他年轻时对数学不感兴趣,但对历史却更加感兴趣。 大学毕业后,他受够了学业,不打算攻读博士学位。 他向加州大学戴维斯分校发送了申请,但面临挑战。 喜欢听他的冒险。

Tim, a two time Ph.D. dropout and a data scientist living in North Carolina, has a website dedicated to this topic: SHOULD I GET A PH.D.?

蒂姆(Tim),有两次博士学位。 辍学和居住在北卡罗来纳州的数据科学家,有一个专门讨论这个主题的网站: 我应该获得博士学位吗?

Let the adventure begin…

让冒险开始……

线性引数的核技巧和支持向量机 (The Kernel Trick and Support Vector Machines by Linear Digressions)

Image for post
SoundCloud SoundCloud的 Linear Digressions徽标

Katie and Ben explore machine learning and data science through interesting (and often very unusual) applications.

凯蒂(Katie)和本(Ben)通过有趣的(通常是非常不寻常的)应用程序探索机器学习和数据科学。

In this episode, Katie and Ben explain what is the kernel trick in Support Vector Machines (SVM). I really like the simple explanation of heavy machinery behind SVM. Don’t know what maximum margins classifiers are? Then listen first to supporting episode Maximal Margin Classifiers.

在这一集中,Katie和Ben解释了支持向量机(SVM)中的内核技巧是什么。 我真的很喜欢SVM背后有关重型机械的简单说明。 不知道什么是最大利润率分类器? 然后,首先收听辅助剧集《 最大边际分类器》

A Maximum Margin Classifier tries to find a line (a decision boundary) between the left and right side so that it maximizes the margin. The line is called a hyperplane because usually there are more 2 dimensions involved. The decision boundary is between support vectors.

最大保证金分类器尝试在左侧和右侧之间找到一条线(决策边界),以使保证金最大化。 该线称为超平面,因为通常涉及更多的二维。 决策边界在支持向量之间。

Image for post
Binary classification problem with support vectors
支持向量的二进制分类问题

什么是内核技巧? (What is the kernel trick?)

When you have 3 points in a 2-dimensional space, you can arrange points in a way, that they cannot be separated by a line. You can always separate them by putting them in 3 dimensions. One way to introduce a new dimension is to calculate the distance from the origin:

当您在二维空间中有3个点时,可以按某种方式排列点,使它们不能用线隔开。 您始终可以通过将它们分成3维来分离它们。 引入新尺寸的一种方法是计算距原点的距离:

z = x^2 + y^2

This will push points farther from the origin more than the ones closer to the origin. Let’s look at a video below. This also makes a linear classifier non-linear, because it maps the boundary to less dimensional space.

这将使离原点更远的点比靠近原点的点更多。 让我们看下面的视频。 这也使线性分类器成为非线性,因为它将边界映射到较小的空间。

Image for post
SVM with polynomial kernel visualization from giphy
具有 giphy的多项式内核可视化的 SVM

When there are more dimensions than the samples, we can always separate the points with a hyperplane — this is the main idea behind SVM. The polynomial kernel is one of the commonly used kernels with SVM (the most common is Radial basis function). The 2nd-degree polynomial kernel looks for all cross-terms between two features — useful when we would like to model interactions.

当尺寸大于样本时,我们总是可以使用超平面将点分开-这是SVM的主要思想。 多项式内核是支持SVM的常用内核之一(最常见的是Radial基函数)。 2阶多项式内核会寻找两个特征之间的所有交叉项,这在我们希望对交互进行建模时很有用。

What is the kernel tricks? Popcorn that joined the army and they’ve made him a kernel

什么是内核技巧? 爆米花加入了军队,他们使他成为内核

怀疑论者的AI决策 (AI Decision-Making by Data Skeptic)

Image for post
https://dataskeptic.com/ https://dataskeptic.com/的数据怀疑论者徽标

The Data Skeptic Podcast features interviews and discussion of topics related to data science, statistics and machine learning.

数据怀疑播客提供有关数据科学,统计和机器学习相关主题的访谈和讨论。

In this episode, Dongho Kim discusses how he and his team at Prowler have been building a platform for autonomous decision making based on probabilistic modeling, reinforcement learning, and game theory. The aim is so that an AI system could make decisions just as good as humans can.

本集中 ,Dongho Kim讨论了他和他在Prowler的团队如何建立基于概率建模,强化学习和博弈论的自主决策平台。 目的是使AI系统能够做出与人类一样好的决策。

Rather than deep learning, we are most interested in Bayesian processes

而不是深度学习,我们对贝叶斯过程最感兴趣

你走之前 (Before you go)

Image for post
giphy giphy

Follow me on Twitter and join me on my creative journey. I mostly tweet about Data Science.

Twitter上关注我,并加入我的创意之旅。 我主要在推特上谈论数据科学。

These are a few links that might interest you:

这些链接可能会让您感兴趣:

- Your First Machine Learning Model in the Cloud- AI for Healthcare- Parallels Desktop 50% off- School of Autonomous Systems- Data Science Nanodegree Program- 5 lesser-known pandas tricks- How NOT to write pandas code

翻译自: https://towardsdatascience.com/learn-data-science-while-listening-a555811b0950

python边玩边学

版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接:https://blog.csdn.net/weixin_26746401/article/details/108515577

智能推荐

便携式iv检测仪解析

在应用场景方面,便携式IV功率测试仪广泛应用于光伏电站的日常运维、光伏组件生产过程中的质量控制以及光伏项目的前期评估等环节。在光伏电站运维中,定期对光伏组件进行IV测试,可以及时发现性能下降或损坏的组件,为电站的运维提供有力支持。首先,从工作原理来看,光伏电站便携式IV功率测试仪通过模拟太阳光照射光伏组件,并测量组件在不同电压下的电流输出,从而绘制出IV曲线。此外,测试仪还可以计算光伏组件的功率输出、转换效率等参数,为用户提供全面的性能评估。

postgresql 索引之 hash_load_categories_hash postgres-程序员宅基地

文章浏览阅读3.6k次。os: ubuntu 16.04postgresql: 9.6.8ip 规划192.168.56.102 node2 postgresqlhelp create indexpostgres=# \h create indexCommand: CREATE INDEXDescription: define a new indexSyntax:CREATE [ UNIQUE ..._load_categories_hash postgres

face++实现人脸识别及人脸相似度对比_face++人脸识别 html5-程序员宅基地

文章浏览阅读4.8k次。使用face++,先获取key和secret下方是人脸识别,还添加了画出人脸轮廓的正方形下方是人脸识别,还添加了画出人脸轮廓的正方形 import requests#网络访问控件 from json import JSONDecoder#互联网数据交换标准格式 import cv2 as cv#图像处理控件 http_url ="https://a..._face++人脸识别 html5

desencrypt java md5_Java实现DES加密与解密,md5加密以及Java实现MD5加密解密类-程序员宅基地

文章浏览阅读322次。很多时候要对秘要进行持久化加密,此时的加密采用md5。采用对称加密的时候就采用DES方法了import java.io.IOException;import java.security.MessageDigest;import java.security.SecureRandom;import javax.crypto.Cipher;import javax.crypto.SecretKey;im..._java desencrypt.encrypt(pass)

BZOJ 2818 欧拉函数,线性筛_线性筛预处理质数表, 并求出欧拉函数, 预处理前缀和即可 bzoj2818boj-程序员宅基地

文章浏览阅读145次。题目链接:https://www.acwing.com/problem/content/description/222/给定整数N,求1<=x,y<=N且GCD(x,y)为素数的数对(x,y)有多少对。GCD(x,y)即求x,y的最大公约数。输入格式输入一个整数N输出格式输出一个整数,表示满足条件的数对数量。数据范围1≤N≤10^7输入样例:4..._线性筛预处理质数表, 并求出欧拉函数, 预处理前缀和即可 bzoj2818boj

使用 arm-linux-androideabi-addr2line 工具定位 libunity.so 崩溃问题-程序员宅基地

文章浏览阅读710次,点赞13次,收藏7次。它的名称有点不同 - aarch64-linux-android-addr2line。尽管该实用程序的名称不包含单词arm,但它成功地解密了arm64-v8下的堆栈跟踪,并通常感知arm64-v8的字符。是 NDK 自带的调试工具,可以用来分析 so 崩溃时输出的的内存地址。之后就是通过 cmd 进入到这个路径。找到了 64 位所需的实用程序。_arm-linux-androideabi

随便推点

laravel 使用微信的图片内容检测及文字内容检测

微信的图片检测,需要文件大小在1M以内,这就导致用户上传大图的时候无法检测成功,

Zookeeper集群部署和单机部署

【代码】Zookeeper集群部署和单机部署。

linux ipv6端口转发,linux – TCP / IPv6通过ssh隧道-程序员宅基地

文章浏览阅读871次。是的,这是可能的并且不是太困难,但解决方案非常不理想,因为SSH在TCP上运行并且具有合理的开销.服务器必须在其配置文件sshd_config中:PermitTunnel point-to-point然后,您需要在两台计算机上都是root用户.您使用以下命令连接到服务器:ssh -w any root@server连接后,使用两个系统中的命令ip link来了解在每个系统中创建的tunN设备,并在..._ljnux上ipv6转发配置

linux系统编辑神器 -vim用法大全-程序员宅基地

文章浏览阅读88次。vim编辑器文本编辑器,字处理器ASCIInano,sedvi:VisualInterfacevim:VIiMproved全屏编辑器,模式化编辑器vim模式:编辑模式(命令模式)1.输入模式2.末行模式模式转换:编辑-->输入:i:在当前光标所在字符的前面,转为输入模式;a:在当前光标所在字符的后面,转为输入模式;o:在当前光标所在行的下方,新...

计算机专业游戏本推荐,2018高性价比游戏本推荐_游戏笔记本哪个好-太平洋电脑网...-程序员宅基地

文章浏览阅读245次。【PConline海选导购】晃眼间,秋风又起,让人振奋的开学季又要到来了!虽然说没有学习压力的暑假,在家着实悠哉,但想到回校后可以跟小伙伴们一起各种开黑吃鸡,是不是就感到很兴奋呢?说到“吃鸡”这种吃配置的游戏,就不得不说游戏本了,毕竟普通的笔记本电脑很难给我们带来畅快的游戏体验。而近年来游戏本市场俨然成为了各大厂商的必争之地,而随着开学季的到来,各大厂商更是推出了众多促销活动,下面就让我们一起来看..._计应专业游戏本

推荐文章

热门文章

相关标签