原创 neo4j+spark圖計算的環境配置

1.安裝jdk1.8 https://blog.csdn.net/weixin_41615494/article/details/79512968 2.安裝單機版spark,scala https://blog.csdn.net/puca

原创 jena+fuseki+python查詢

1.Jena的安裝配置及使用(Eclipse平臺)   2. jena組件的使用 Apache Jena提供TDB、Rule Reasoner、Fuseki組件,其中TDB是Jena用於存儲RDF類型數據的組件,屬於存儲層面的技術;Rul

原创 本地安裝bert服務,並查詢詞向量

參考https://github.com/hanxiao/bert-as-service   一.第一步,安裝python包 pip install bert-serving-server # server  pip install be

原创 嘗試提高bi-lstm+crf準確率的幾個嘗試

一.將lstm改爲gru。 cell_forward = tf.contrib.rnn.BasicLSTMCell(unit_num) cell_backward = tf.contrib.rnn.BasicLSTMCell(unit_

原创 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