词条
自动化运维 devopt
【技术栈】
操作系统 centos
容器管理平台 rancher+k8s
容器 docker
代码仓库 gogs
流程编排 jenkins
测试框架 jmeter
路由框架 istio
服务框架 springboot
【数据】
数据库 postgresql、elasticsearch、redis、druid、kafka
数据持久化 mybatis
数据复制 nifi
【大数据】
配置管理 zookeeper
任务调度 spark
资源管理 yarm
存储管理 hdfs
查询引擎 calcite、spark jdbc、hive、hbase
流处理框架 flink
【其他】
单元测试 junit、jmokit
集成测试 Spring TestContext Framework
接口定义 swagger
接口鉴权 jwt
项目构建 maven、gradle、npm
必选代码扫描 checkstyle、findbug、pmd、Cobertura
可选代码扫描 fortify、coverity、klocwork、metrics
编程优化 lombok、流式、java8 sream optional
工具 git、idea、websorm、fiddler、winmerge、jps、jstack、jstat、jmap、jinfo、Bugzilla、teambition
Rpc Soap Rest
Rpc
- tcp协议
- 自定义序列化和反序列化逻辑
Soap
- http协议
- 使用xml定义接口
Rest
- http协议
- 资源化url
专家系统
分词
建模
查询引擎
人工智能
国内:阿里·天池
国外:kaggle
数据
训练模型
得出函数
TensorFlow
- 教程地址:https://github.com/open-source-for-science/TensorFlow-Course#why-use-tensorflow
- TensorFlow-Examples对初学者友好https://github.com/aymericdamien/TensorFlow-ExamplesTensorflow-101
- 用Jupyter Notebook编写https://github.com/sjchoi86/Tensorflow-101TensorFlow_Exercises
- 从其他TensorFlow示例重新创建代码https://github.com/terryum/TensorFlow_ExercisesLSTM-Human-Activity-Recognition
- 基于LSTM的TensorFlow在手机传感器数据上的递归神经网络分类https://github.com/guillaume-chevalier/LSTM-Human-Activity-Recognition—