# RunAtWorld 的手册 # 1. Java 练习 练习代码仓库: [https://github.com/RunAtWorld/JavaPrinciple](https://github.com/RunAtWorld/JavaPrinciple) # 2. SRE手册 ## 2.1 Linux 相关 1. [Linux常用命令](./linux_cmd/README.md) 1. [svn指令脚本](./svn_cmd.md) 1. [git指令脚本](./gitcmd.md) 1. 部署服务 1. [CentOS 安装 mysql5.7](https://www.cnblogs.com/brianzhu/p/8575243.html) : [https://www.cnblogs.com/brianzhu/p/8575243.html](https://www.cnblogs.com/brianzhu/p/8575243.html) 1. 常用软件资源 资源名 | 资源链接 ------------ | ------------- 网易开源镜像站 | http://mirrors.163.com 清华大学开源软件镜像站 | https://mirrors.tuna.tsinghua.edu.cn 中科大开源软件镜像站 | http://mirrors.ustc.edu.cn/ 阿里巴巴开源软件镜像站 | http://mirrors.aliyun.com/ [更多开源资源...](./mirrors.md) ## 2.2 Windows 相关 1. [Windows 常用命令](./windows/windows_cmd.md) # 3. 云计算 1. 容器化大数据实战 1. [小组维护的仓库:https://github.com/hbulpf/HSDocker](https://github.com/hbulpf/HSDocker) 1. Docker容器手册 1. [Docker 常见命令](./docker/docker_cmd.md) # 4. 大数据 ## 4.1 Hadoop生态 1. Hadoop 1. Hive 1. Pig 1. HBase 1. Spark ## 4.2 Hadoop相关部署工具 1. [hdp](https://hortonworks.com/downloads/#data-platform) 1. [cdh](https://www.cloudera.com/products/open-source/apache-hadoop/key-cdh-components.html) 1. [ambari](https://ambari.apache.org/) # 5. 机器学习 * InsightFace - 基于MXNet的人脸识别开源库 - https://github.com/deepinsight/insightface - https://www.paperweekly.site/papers/1785 * Augmentor - Python图像增强库 - https://github.com/mdbloice/Augmentor * TextDistance - 序列距离测算,包含 30+ 种算法的 Python 库,用于计算两个或多个序列之间的距离 - https://github.com/orsinium/textdistance * Neural Network Voices - Siraj Raval 在 YouTube 上发布的神经网络语音合成教学视频对应代码,如何使用深度神经网络将普通人的声音转化为英国著名女演员 Kate Winslet 的声音。 - https://github.com/llSourcell/Neural_Network_Voices - https://youtu.be/6KHSPiYlZ-U * Personae - 基于 TensorFlow 和 PyTorch 对深度强化学习、监督学习算法和论文进行实现,并尝试将其应用于金融市场(股市)。 - https://github.com/ceruleanacg/Personae * NNDial - 一个用于构建端到端可训练任务型对话模型的开源工具包,本项目来自剑桥大学,使用的数据集为 CamRest676。 - https://github.com/shawnwun/NNDIAL * Voice Activity Detection Toolkit - 论文 Voice Activity Detection Using an Adaptive Context Attention Model 的开源实现,此外还包含作者团队自行录制的语音数据集。 - https://github.com/jtkim-kaist/VAD * Knowledge Graph Representation - 用PyTorch实现知识图谱表示 - https://github.com/jimmywang heng/knowledge_representation_pytorch * PyHanLP - 汉语言处理包 HanLP 的 Python 接口,支持自动下载与升级 HanLP,兼容 py2 和 py3 - https://github.com/hankcs/pyhanlp - http://www.hankcs.com/nlp/ hanlp.html * Knowledge Graph Representation - 用PyTorch实现知识图谱表示 - https://github.com/jimmywangheng/knowledge_representation_pytorch # 6. 其他 1. [重点看的书](./BookList.md) # 7.参考 1. 9个机器学习开源项目 . https://blog.csdn.net/tMb8Z9Vdm66wH68VX1/article/details/79765391 ---------------------------------------------------------------------------------------- [`@RunAtWorld的csdn`](https://blog.csdn.net/RunAtWorld) [`@RunAtWorld的github`](https://github.com/RunAtWorld)