摘要:
# -*- coding: utf-8 -*- """ Created on Wed Jun 14 13:00:11 2017 @author: Miao """ import numpy as np import scipy import matplotlib as mpl mpl.use('agg') import matplotlib.pyplot as plt from ma... 阅读全文
摘要:
因素空间理论简介 翟刚, 曾繁慧 辽宁工程技术大学 2017.6 因素空间是一门新的认知数学理论,是信息、智能和数据等学科的共同基础,它由中国学者汪培庄教授创立,对于智能化的网络建设和运用具有指导意义。 一.什么是因素和因素空间? 因素空间是研究事物质根的理论,从哲学的角度看,因素是事物本体构成和认 阅读全文
摘要:
https://www.if-not-true-then-false.com/2015/fedora-nvidia-guide/ PRE-INSTALLATION ACTIONS Some actions must be taken before the CUDA Toolkit and Drive 阅读全文
摘要:
利用UltraISO制作了Fedora 23的U盘启动,开机F12键USB启动时出现 在网上查询很多,进行了多次尝试: 换一个其他软件制作U盘启动,尝试失败 认为下载系统软件有问题,下载了其他版本的Fedora 21/25,顺利安装 猜测是不是制作启动时写入方式有问题,尝试了多个写入方式(USB-H 阅读全文
摘要:
参考http://www.linuxidc.com/Linux/2017-01/139318.htm http://blog.sciencenet.cn/blog-655584-877622.html 深度学习主机环境配置: Ubuntu16.04+Nvidia GTX 1080+CUDA8.0 视 阅读全文
摘要:
Liblinear and Libsvm-rank训练数据的bash代码: 阅读全文
摘要:
# -*- coding: utf-8 -*- import pandas as pd from sklearn.grid_search import GridSearchCV from sklearn.model_selection import train_test_split from sklearn.preprocessing import StandardScaler from ... 阅读全文
摘要:
Download datasets iris_training.csv from: https://github.com/tensorflow/tensorflow/tree/master/tensorflow/examples/tutorials/monitors Method: SVR Neur 阅读全文