- 博客(7)
- 收藏
- 关注
原创 数据挖掘 & 数据探索上手简易教程
Easy Data Hacking & Mining & Exploring*Note: This essay uses python for data mining. *独立博客还有其他博文 懒得扒了 移步 Crazydogen’s indie blogAgendaPandasPandas-ProfilingStatsmodelsMissingnoWordcloudPandasPandas is a Python library for exploring, pr
2021-05-26 10:27:38
260
原创 分享个病毒扫描引擎站VirusTotal
分享个病毒查杀引擎VirusTotal杀毒引擎网站请点这里目前WIN下杀毒软件太多,好用且免费的很少。有些软件经常误报,且占用系统较多资源(说的就是你Defender)。有时候许多软件其实不需要经常扫描,文件hash的值就可以在上述网站查找,这样可以变相减少不必要的资源浪费且可以利用多个杀毒引擎判断风险。教程0x01若能访问该网站,她会是这样子。如果多个引擎同时报毒,请立即清除该文件。自行判断风险阈值,这里需要权衡。0x02如果会实用CMD等等terminal 可以算下hash 然
2020-09-09 19:31:47
990
转载 # Linux 常用指令(查看硬件信息)
本文转载自:0x01系统// An highlighted block# uname -a # 查看内核/操作系统/CPU信息# head -n 1 /etc/issue # 查看操作系统版本# cat /proc/cpuinfo # 查看CPU信息# hostname # 查看计算机名# lspci -tv ...
2019-02-13 04:51:06
162
转载 VALSE笔记 :深度神经网络加速与压缩
模型加速与分类方法Low-RankPruningQuantizationKnowledge DistillationCompact Network DesignLow-RankSVDCP DecompositionTucker decompositionTensor Train DecompositionBlock Term Decomposition 深度网络...
2018-05-17 16:47:49
1050
原创 python几种经典排序方法的实现
代码已封装为SortMethod的class#*-* coding:utf-8 *-*'''Author:7a6d4calss for sorting'''class SortMethod: ''' 插入排序的基本操作就是将一个数据插入到已经排好序的有序数据中,从而得到一个新的、个数加一的有序数据,算法适用于少量数据的排序,时间复杂度为O(n^2)。是稳定的排序方法...
2018-04-17 15:19:35
900
原创 Alienware-17-R4,Ubuntu16.04安装cuda8.0
InstallingCUDA 8.0 on a fresh installation of Ubuntu 16.0(tested on Alienware-17-R4,i7 7820hk,Gtx-1080)1. Launch [Software& Updates]. Select [Additional Drivers] tab.2. In the list, findyour gr...
2018-04-17 15:06:19
848
原创 字符查找函数,返回该字符在字符串中位置
# -*- coding: utf-8 -*-'''This is a class used for finding all characters that a str contains.The return value is a list.'''class super_str(str): """add support for findall()""" def __ini...
2018-04-17 15:00:19
1813
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人