- 博客(5)
- 收藏
- 关注
原创 neo4j+spark图计算的环境配置
1.安装jdk1.8https://blog.youkuaiyun.com/weixin_41615494/article/details/795129682.安装单机版spark,scalahttps://blog.youkuaiyun.com/pucao_cug/article/details/72377219spark的版本可以用最新的,scala版本为2.113.安装neo4jhttps:...
2020-01-13 17:21:57
664
转载 jena+fuseki+python查询
1.Jena的安装配置及使用(Eclipse平台)2. jena组件的使用Apache Jena提供TDB、Rule Reasoner、Fuseki组件,其中TDB是Jena用于存储RDF类型数据的组件,属于存储层面的技术;Rule Reasoner可进行简单规则推理,支持用户进行自定义推理规则;Fuseki是Jena提供的SPARQL服务器,支持SPARQL语言进行检索,可在单机和...
2019-09-24 17:09:34
1898
转载 本地安装bert服务,并查询词向量
参考https://github.com/hanxiao/bert-as-service一.第一步,安装python包pip install bert-serving-server # serverpip install bert-serving-client # client, independent of `bert-serving-server`二.下载BERT预训练...
2019-08-12 17:25:07
440
原创 尝试提高bi-lstm+crf准确率的几个尝试
一.将lstm改为gru。cell_forward = tf.contrib.rnn.BasicLSTMCell(unit_num)cell_backward = tf.contrib.rnn.BasicLSTMCell(unit_num)改为cell_forward = tf.nn.rnn_cell.GRUCell(unit_num)cell_backward = tf.nn...
2019-08-02 17:27:32
2806
转载 python ValueError: could not convert string to float: ? 该怎么解决
#coding:utf-8import numpy as npimport pandas as pdfrom sklearn.ensemble import IsolationForestilf = IsolationForest(n_estimators=100, n_jobs=-1, # 使用全部cpu ...
2018-03-08 20:47:49
39518
3
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人