摘要:
# -*- 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... 阅读全文
摘要:
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 阅读全文
摘要:
# -*- 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 ... 阅读全文