提交 c3bf0b72 编写于 作者: RunAtWorld's avatar RunAtWorld

interview

上级 b8896ff3
......@@ -17,8 +17,8 @@
- [git 常用指令](./gitcmd.md)
### 2.4 面试相关
1. [`sre/ops` 技术面试](./sre/README.md)
1. [hr面试](./hr/README.md)
1. [`sre/ops` 技术面试](./interview/sre.md)
1. [hr面试](./interview/hr.md)
### 2.5 其他资源
1. 常用软件资源
......@@ -33,11 +33,12 @@
[更多开源镜像资源...](./mirrors.md)
# 3. 云计算
1. 容器化大数据实战
1. [小组维护的仓库:https://github.com/hbulpf/HSDocker](https://github.com/hbulpf/HSDocker)
1. Docker容器手册
1. 云存储
1. [Ceph 运行维护手册/集群自动化脚本](https://github.com/RunAtWorld/ceph_manual)
1. Docker 容器
1. [Docker 常见命令](./docker/docker_cmd.md)
1. [基于容器的弹性大数据平台](https://github.com/hbulpf/HSDocker)
# 4. 大数据
## 4.1 Hadoop生态
1. Hadoop
......@@ -52,46 +53,11 @@
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
1. [机器学习仓库](./ml/README.md)
# 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)
......
机器学习仓库
-------------------
# 1. 机器学习开源项目
* 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
# 参考
1. 9个机器学习开源项目 . https://blog.csdn.net/tMb8Z9Vdm66wH68VX1/article/details/79765391
----------------------------------------------------------------------------------------
[`@RunAtWorld的csdn`](https://blog.csdn.net/RunAtWorld) [`@RunAtWorld的github`](https://github.com/RunAtWorld)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册