登录
首页 » python » grab cut

grab cut

于 2022-06-15 发布 文件大小:5.80 MB
0 103
下载积分: 2 下载次数: 1

代码说明:

This is the implementation for the following paper:[Learning Sparse Gaussian Graphical Models with Overlapping Blocks](http://papers.nips.cc/paper/6097-learning-sparse-gaussian-graphical-models-with-overlapping-blocks.pdf)‎, Mohammad Javad Hosseini and Su-In Lee. Neural Information Processing Systems (NIPS), 2016.### Running#### SoftwareYou should have R and the R package quic installed on your machine. The file main.py shows an example and will get you started. It uses MILE data (AMLcancer dataset) as input. We have selected 500 genes, consisting of 488 highest varying genes in MILE and 12 genes highly associated with AML:FLT3, NPM1, CEBPA, KIT, N-RAS, MLL, WT1, IDH1/2, TET2, DNMT3A, and ASXL1. Please see data/genes.mat.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • KNN
    实践代码kNN算法的核心思想是如果一个样本在特征空间中的k个最相邻的样本中的大多数属于某一个类别,则该样本也属于这个类别,并具有这个类别上样本的特性。该方法在确定分类决策上只依据最邻近的一个或者几个样本的类别来决定待分样本所属的类别。kNN方法在类别决策时,只与极少量的相邻样本有关。由于kNN方法主要靠周围有限的邻近的样本,而不是靠判别类域的方法来确定所属类别的,因此对于类域的交叉或重叠较多的待分样本集来说,kNN方法较其他方法更为适合。
    2023-01-15 07:15:03下载
    积分:1
  • 机器学习框架techstar-ai-master
    一种大数据机器学习框架的源代码,techstar-ai(The source code of a large data machine learning framework, techstar-ai)
    2019-02-24 08:37:54下载
    积分:1
  • DemoGD
    用python对hadoop进行的相应的编写,包含各种(Writing with Python and corresponding writing with Python for hadoop, including various)
    2020-06-21 16:00:01下载
    积分:1
  • PiCAN-Python-examples
    说明:  树莓派SPI转CAN,利用MCP2515模块,进行CAN通讯,分开两个.py代码:TX(发送)和RX(接收)的,具体的GPIO口要在代码里自行修改为实际的PI通讯引脚。(Raspberry Pi SPI to CAN, using MCP2515 module, for CAN communication, separate two .py codes: TX (send) and RX (receive), the specific GPIO port should be modified in the code to the actual PI communication pin.)
    2020-06-17 23:00:02下载
    积分:1
  • 《机器学习》周志华(西瓜书)
    说明:  机器学习学习资料,周志华,西瓜书。机器学习方向书籍。(Machine Learning Materials)
    2019-04-20 12:10:12下载
    积分:1
  • 猜拳游戏(石头剪刀布.py)
    # 石头 0 剪刀 1 布 2 import randombot = random.randint(0, 2)player = int(input("输入您的结果")) if (player == 1) and (bot == 2) or (player == 2) and (bot == 0) or (player == 0) and (bot == 1): print("玩家获胜") elif player == bot: print("你们打成平手") else: print("电脑获胜")
    2020-11-30下载
    积分:1
  • LSBSteganography
    Library for LSB Steganography in Images
    2014-12-02 02:23:46下载
    积分:1
  • binocular_stereo_vision-master
    说明:  双目立体视觉标定以及立体匹配参考图片,可用于立体标定,图像校正,立体匹配算法验证(Binocular stereo vision calibration and stereo matching reference pictures can be used for stereo calibration, image correction and stereo matching algorithm verification)
    2020-03-02 16:22:49下载
    积分:1
  • MongoDB-and-Python
    系统介绍用mongdb编写python的注意事项及实例,以及mongdb编写的网络框架!(System Introduction written mongdb python precautions and examples, as well as networking framework mongdb prepared!)
    2016-12-27 09:59:41下载
    积分:1
  • 《Python编程》源代码文件
    python编程题库,适合新手学习使用,主要是一些练习题(Python Programming Question Bank, suitable for beginners to learn and use, mainly some exercises)
    2019-03-17 19:58:32下载
    积分:1
  • 696516资源总数
  • 106783会员总数
  • 25今日下载