腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
腾讯云架构师技术同盟
文章/答案/技术大牛
搜索
搜索
关闭
发布
首页
学习
活动
专区
工具
TVP
腾讯云架构师技术同盟
返回腾讯云官网
技术沉淀
专栏成员
举报
60
文章
65021
阅读量
29
订阅数
订阅专栏
申请加入专栏
全部文章(60)
python(21)
其他(17)
numpy(7)
机器学习(5)
编程算法(5)
ruby(3)
sql(3)
html(2)
数据库(2)
云数据库 SQL Server(2)
ruby on rails(2)
api(2)
神经网络(2)
人工智能(2)
http(2)
正则表达式(2)
数据挖掘(1)
mac os(1)
java(1)
php(1)
go(1)
lua(1)
bash(1)
scala(1)
jquery(1)
json(1)
access(1)
matlab(1)
unix(1)
深度学习(1)
mapreduce(1)
文件存储(1)
存储(1)
开源(1)
spark(1)
hive(1)
erp(1)
面向对象编程(1)
决策树(1)
unity(1)
markdown(1)
数据科学(1)
搜索文章
搜索
搜索
关闭
一文掌握XGBoost核心原理
正则表达式
机器学习
XGBoost是经典的提升树学习框架,其配套论文和PPT分享也相当经典,本文简单梳理其思路,原文见XGBoost原理简介。
用户2183996
2019-04-18
1.1K
0
Linear/Logistic/Softmax Regression对比
机器学习
编程算法
Linear/Logistic/Softmax Regression是常见的机器学习模型,且都是广义线性模型的一种,有诸多相似点,详细对比之。原文见Linear/Logistic/Softmax Regression对比。
用户2183996
2019-04-18
1.3K
0
损失函数清单
机器学习
所以实际模型中0-1 Loss用的很少,后续介绍的误差,多数可看做0-1 Loss的一个上界。
用户2183996
2019-03-21
871
0
经典决策树对比
决策树
机器学习
神经网络
深度学习
人工智能
algo-decision-tree-conditional-probability
用户2183996
2019-03-19
791
0
长文:一文掌握Pandas
sql
python
Pandas是Python数据科学生态中重要的基础成员,功能强大,用法灵活,简单记录之。
用户2183996
2019-03-01
854
0
NumPy核心概念
编程算法
numpy
python
bash
NumPy是Python数据科学生态中重要的基础成员,其中有几个概念比较tricky,简单记录之。更佳阅读体验,可移步NumPy核心概念。
用户2183996
2019-02-27
772
0
ROC分析
机器学习
算法工作中,经常要对模型进行评估,由此衍生出很多指标。比如Accuracy、Precision、Recall、F1-score、AUC等等。准确理解各指标的内涵、使用场景及局限,还挺有挑战。更佳阅读体验,请移步ROC分析。
用户2183996
2019-02-21
1K
0
03 Types of Learning
其他
从Output Space/Data Label/Protocol/Input Space四个维度介绍常见机器学习类型,见详细课件。
用户2183996
2018-10-10
570
0
01 The Learning Problem
其他
也就是要依次回答:何时可以用机器学习?为何可以机器学习?怎样机器学习?怎样更好地机器学习?构建一幅大Picture!
用户2183996
2018-09-29
359
0
02 Learning to Answer Yes/No
其他
从最简单最基础的二分类问题出发,演示一个简单机器学习算法PLA的完整过程,见详细课件。
用户2183996
2018-09-29
333
0
Hinge Loss
其他
The hinge loss is used for "maximum-margin" classification, most notably for support vector machines (SVMs). For an intended output t = ±1 and a classifier score y(raw score), the hinge loss of the prediction y is defined as l(y) = max(0, 1 - t*y) It c
用户2183996
2018-07-03
952
0
逻辑回归(NN Mindset)
神经网络
编程算法
Andrew CS230: Deep Learning课程笔记。Logistic Regression with a Neural Network mindset
用户2183996
2018-06-28
565
3
Ruby练习三
ruby
access
lua
Q1: attr_accessor_with_history attr_accessor uses metaprogramming to create getters and setters for object attributes on the fly. Define a method attr_accessor_with_history that provides the same functionality as attr_accessor but also tracks every value
用户2183996
2018-06-28
832
0
Ruby练习一=> {'a' => 3, 'man' => 1, 'canal' => 1, 'panama' => 1, 'plan' => 1}returns the list ["Pam", "
其他
Why Homework? These problems are excellent for ruby learning and is homework for some course, like C
用户2183996
2018-06-28
406
0
Ruby练习二input: ['cars', 'for', 'potatoes', 'racs', 'four','scar', 'creams', 'scream']=> output: [["c
其他
Q1: Rock Paper Scissors Tournament A rock, paper, scissors tournament is encoded as a bracketed array of games - that is, each element can be considered its own tournament. [[ [ ["Kristen", "P"], ["Dave", "S"] ], [ ["Richard", "R"], ["Michael", "S"
用户2183996
2018-06-28
429
0
Numpy练习
numpy
python
scala
开公众号啦,分享读书心得,欢迎一起交流成长。 qr-code.png 1. Import the numpy package under the name np import numpy as np 2. Print the numpy version and the configuration print np.__version__ # np.show_config() 1.10.4 3. Create a null vector of size 10 E = np.empty(3) # not z
用户2183996
2018-06-28
1.1K
0
Ruby练习四
其他
Q1: Palindromes Adapt your solution from the “palindromes” question so that instead of writing pali
用户2183996
2018-06-28
559
0
NumPy 模拟醉汉随机漫步
numpy
模拟醉汉随机漫步 假设醉汉每一步的距离是1或2,方向也完全随机,360度不确定,然后模拟醉汉的行走路径. 我们用坐标表示醉汉的位置,每次产生两个随机数,一个是步长,就是醉汉一步走多远,我们假设1或2,r = np.random.randint(1,3,N),一个是方向,是一个度数,0-360,theta = np.radians(np.random.randint(0,361,N)),注意转化为弧度,每走一步,坐标值就是之前坐标值之和,用cumsum函数可以很方便地实现,x = np.cumsum(r*np
用户2183996
2018-06-28
788
0
Matplotlib可视化Pyplot Tutorial
python
matlab
numpy
面向对象编程
MATLAB, and pyplot, have the concept of the current figure and the current axes. All plotting commands apply to the current axes. The function gca() returns the current axes (a matplotlib.axes.Axes instance), and gcf() returns the current figure (matplotlib.figure.Figure instance).
用户2183996
2018-06-28
648
0
Numpy模拟生命
其他
模拟生命 模拟生命类似一个小游戏,可以假设有很多个小生命,或小细胞,可生可灭,具体k看这个细胞邻居的多少,规则如下,更多参见: The universe of the Game of Life is an infinite two-dimensional orthogonal grid of square cells, each of which is in one of two possible states, live or dead. Every cell interacts with its ei
用户2183996
2018-06-28
415
0
点击加载更多
社区活动
Python精品学习库
代码在线跑,知识轻松学
立即查看
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
立即体验
技术创作特训营·精选知识专栏
往期视频·干货材料·成员作品 最新动态
立即查看
领券
问题归档
专栏文章
快讯文章归档
关键词归档
开发者手册归档
开发者手册 Section 归档