- 博客(5)
- 收藏
- 关注
原创 neo4j+spark图计算的环境配置
1.安装jdk1.8 https://blog.csdn.net/weixin_41615494/article/details/79512968 2.安装单机版spark,scala https://blog.csdn.net/pucao_cug/article/details/72377219 spark的版本可以用最新的,scala版本为2.11 3.安装neo4j https:...
2020-01-13 17:21:57
682
转载 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
1922
转载 本地安装bert服务,并查询词向量
参考https://github.com/hanxiao/bert-as-service 一.第一步,安装python包 pip install bert-serving-server # server pip install bert-serving-client # client, independent of `bert-serving-server` 二.下载BERT预训练...
2019-08-12 17:25:07
464
原创 尝试提高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
2849
转载 python ValueError: could not convert string to float: ? 该怎么解决
#coding:utf-8 import numpy as np import pandas as pd from sklearn.ensemble import IsolationForest ilf = IsolationForest(n_estimators=100, n_jobs=-1, # 使用全部cpu ...
2018-03-08 20:47:49
39589
3
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人