- 博客(18)
- 收藏
- 关注
转载 浅谈AI硬件
SASTweekly是由电子工程系学生科协推出的科技系列推送,内容涵盖信息领域技术科普、研究前沿热点介绍、科技新闻跟进探索等多个方面,帮助同学们增长姿势,开拓眼界,每周更新,欢迎关注,欢迎愿意分享知识的同学投稿eesast@mail.tsinghua.edu.cn 伴随着AI的热潮,...
2018-10-07 19:34:00
1318
转载 深度学习笔记
TensorFlow TensorFlow不仅是一个实现机器学习算法的接口,也是一种框架,也可用于线性回归、逻辑回归、随机森林等算法; TensorFlow使用数据流图来规划计算流程,每个运算操作作为一个节点node,节点之间的连接称为边,边中流动的数据称为张量...
2018-10-06 10:01:00
212
转载 深度学习模型超参数搜索实用指南
为深度学习模型寻找较佳超参数集的有效策略 要知道,与机器学习模型不同,深度学习模型里面充满了各种超参数。而且,并非所有参数变量都能对模型的学习过程产生同样的贡献。 考虑到这种额外的复杂性,在一个多维空间中找到这些参数变量的较佳配置并不是件容易的事情。 每一位科学家和研究人员,都希望在现有...
2018-10-06 09:53:00
774
转载 TensorFlow on Kubernetes的架构与实践
这两年,Kubernetes在各个企业中的DevOps、微服务方向取得了出色的成绩,从2017年开始,越来越多的企业也开始探索将Kubernetes应用到HPC、AI等领域。随着公司AI业务的迅猛增长,vivo在2017年9月也开始基于Kubernetes强大的分布式能力,探索与TensorF...
2018-08-11 15:31:00
151
转载 TensorFlow深度学习目标检测模型及源码架构解析
AI 前线导语:目标检测是计算机视觉和模式识别的重要研究方向,主要是确定图像中是否有感兴趣的目标存在,并对其进行探测和精确定位。本文主要讲解基于深度学习的目标检测模型(Faster RCNN,Yolo 和 Yolo2,SSD)及 TensorFlow 目标检测源码架构。 更多...
2018-08-11 15:29:00
702
转载 web scrapy with headless browser engine
Headless Chrome chrome --headless --remote-debugging-port=9222 --disable-gpu chrome --headless --disable-gpu --remote-debugging-port=9222 --wind...
2017-12-24 09:04:00
108
转载 introduction gRPC
An RPC Workflow RPC is easy to understand .A basic RPC process can be broadly separated into five stages: “origination,” “marshaling,” “broadcas...
2017-12-09 11:18:00
129
转载 C++程序员眼中的go Part 3
A C++ developer looks at Go (the programming language), Part 3: Concurrency ref:https://www.murrayc.com/permalink/2017/07/04/a-c-developer-looks-...
2017-12-09 09:48:00
432
转载 C++程序员眼中的go Part 2
A C++ developer looks at Go (the programming language), Part 2: Modularity and Object Orientation 原文 :https://www.murrayc.com/permalink/2017/06/2...
2017-12-09 09:45:00
169
转载 C++程序员眼中的go Part 1
原文:https://www.murrayc.com/permalink/2017/06/26/a-c-developer-looks-at-go-the-programming-language-part-1-simple-features/ This is the first pa...
2017-12-09 09:43:00
304
转载 Intercepting network traffic on Android
Intercepting network traffic on Android Intercept communications. Analyze data packets. Hijack sessions. SSL Strip connections. Monitor target's w...
2017-07-21 09:49:00
138
转载 Python daemon example
#!/usr/bin/env python importsys,os,time,atexit fromsignalimportSIGTERM classDaemon: """ ...
2017-07-21 09:41:00
112
转载 __cxa_demangle
char*abi::__cxa_demangle(constchar*mangled_name,char*output_buffer,size_t*length,int*status)...
2015-08-27 14:42:00
3326
转载 backtrace
Backtraces A backtrace is a summary of how your program got where it is. It shows one line per frame, for many frames, starting with the current...
2015-08-26 15:51:00
93
转载 how to check glibc version
ldd --versionrpm -q glibc 转载于:https://my.oschina.net/shannanzi/blog/494002
2015-08-18 15:20:00
169
转载 linux Network Namespace
系统调用clone增加 CLONE_NEWNET 用于隔离和网络有关的资源,这就使得每个网络命名空间有其自己的网络设备、IP地址、IP路由表、/proc/net目录、端口号等等从网络命名空间的角度看,每个container拥有其自己的网络设备(虚拟的)和用于绑定自己网络端口号的应用程序。主机...
2015-08-13 10:47:00
122
转载 Linux Control Groups (cgroups)介绍
control groups简称cgroups,是Linux内核提供的一种可以限制、记录、隔离进程组(processgroups)所使用的物理资源(如:cpu,memory,IO等等)的机制。最初由google的工程师提出,后来被整合进Linux内核。Cgroups也是LXC为实现虚拟化所使...
2015-06-28 13:30:00
838
转载 LXC简介
Kernel namespaces (ipc, uts, mount, pid, network and user) Apparmor and SELinux profiles Seccomp policies Chroots (using pivot_root) Kernel c...
2015-06-19 15:27:00
253
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人