机器学习
文章平均质量分 68
Randolph_Lee
活在当下
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Tabu Search
Tabu search is a good intelligent algorithm原创 2017-03-15 21:25:56 · 690 阅读 · 0 评论 -
Basic Introduction of Multi-label Learning
Traditional supervised learning is one of the mostly-studied machine learning paradigms, where each object is represented by a single feature vector and associated with a single label. The fundamental原创 2017-04-05 09:31:42 · 579 阅读 · 0 评论 -
Threshold function with BP neural network
Threshold function is a common practice in multi-label learning to return as the learned model. In this case, in order to decide the proper label set for unseen instance, the real-valued ouput f(x, y)原创 2017-04-06 10:02:54 · 589 阅读 · 0 评论 -
Multi-label learning for BP
# -*- coding: utf-8 -*-"""Created on 2017/4/5 9:52 2017@author: Randolph.Lee"""from __future__ import divisionfrom pybrain.structure import *from Evaluation_metrics import *from Threshold_fun原创 2017-04-06 10:06:11 · 631 阅读 · 2 评论
分享