...
 
Commits (3)
    https://gitcode.net/zkxw2008/git2/-/commit/82a4df522a4ca5f5f56989af9a07237863235c6a 更新ai内容 2021-11-25T15:26:20+08:00 ZhangKai zhangkai@csdn.net https://gitcode.net/zkxw2008/git2/-/commit/26a8c3c0e3cafbc8157d754a6d45cb5c1631f983 补充:机器学习与语音识别 2021-11-25T18:35:27+08:00 ZhangKai zhangkai@csdn.net https://gitcode.net/zkxw2008/git2/-/commit/e29b576ea68058707c6d63b02dee1c108cf892ba Merge branch 'master' of gitcode.net:zkxw2008/git2 2021-11-25T18:35:38+08:00 ZhangKai zhangkai@csdn.net
......@@ -4535,17 +4535,49 @@
"title": "机器学习",
"nav": [
{
"icon": "https://avatars.githubusercontent.com/u/365630?s=200&v=4",
"name": "scikit-learn",
"desc": "scikit-learn is a Python module for machine learning built on top of SciPy and is distributed under the 3-Clause BSD license.",
"url": "https://github.com/scikit-learn/scikit-learn",
"createdAt": "",
"urls": {
"英文": "https://scikit-learn.org/stable/user_guide.html",
"GitCode": "https://gitcode.net/mirrors/scikit-learn/scikit-learn"
},
"rate": 5,
"top": false
"nav": [
{
"icon": "https://avatars.githubusercontent.com/u/15658638?s=200&v=4",
"name": "tensorflow",
"desc": "An Open Source Machine Learning Framework for Everyone",
"url": "https://github.com/tensorflow/tensorflow",
"createdAt": "",
"urls": {
"中文": "https://www.tensorflow.org/tutorials",
"GitCode": "https://gitcode.net/mirrors/tensorflow/tensorflow"
},
"rate": 5,
"top": false
},
{
"icon": "https://avatars.githubusercontent.com/u/365630?s=200&v=4",
"name": "scikit-learn",
"desc": "scikit-learn is a Python module for machine learning built on top of SciPy and is distributed under the 3-Clause BSD license.",
"url": "https://github.com/scikit-learn/scikit-learn",
"createdAt": "",
"urls": {
"英文": "https://scikit-learn.org/stable/user_guide.html",
"GitCode": "https://gitcode.net/mirrors/scikit-learn/scikit-learn"
},
"rate": 5,
"top": false
},
{
"icon": "https://avatars.githubusercontent.com/u/21003710?s=200&v=4",
"name": "PyTorch",
"desc": "An open source machine learning framework that accelerates the path from research prototyping to production deployment.",
"url": "https://github.com/pytorch/pytorch",
"createdAt": "",
"urls": {
"英文": "https://pytorch.org/tutorials/",
"GitCode": "https://gitcode.net/mirrors/pytorch/pytorch"
},
"rate": 5,
"top": false
}
],
"collapsed": false,
"createdAt": ""
}
],
"collapsed": false,
......@@ -4566,6 +4598,30 @@
},
"rate": 5,
"top": false
},
{
"name": "DeepSpeech",
"desc": "DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 to high power GPU servers.",
"url": "https://github.com/mozilla/DeepSpeech",
"createdAt": "",
"urls": {
"英文": "https://deepspeech.readthedocs.io/en/r0.9/?badge=latest",
"GitCode": "https://gitcode.net/mirrors/mozilla/DeepSpeech"
},
"rate": 5,
"top": false
},
{
"name": "PaddleSpeech",
"desc": "A Speech Toolkit based on PaddlePaddle.",
"url": "https://github.com/PaddlePaddle/PaddleSpeech",
"createdAt": "",
"urls": {
"英文": "https://paddlespeech.readthedocs.io/en/latest/",
"GitCode": "https://gitcode.net/mirrors/paddlepaddle/deepspeech"
},
"rate": 5,
"top": false
}
],
"collapsed": false,
......@@ -4575,17 +4631,23 @@
"title": "计算机视觉",
"nav": [
{
"icon": "https://avatars.githubusercontent.com/u/5009934?s=200&v=4",
"name": "opencv",
"desc": "OpenCV: Open Source Computer Vision Library",
"url": "https://github.com/opencv/opencv",
"createdAt": "",
"urls": {
"英文": "https://docs.opencv.org/master/",
"GitCode": "https://gitcode.net/opencv/opencv"
},
"rate": 5,
"top": false
"nav": [
{
"icon": "https://avatars.githubusercontent.com/u/5009934?s=200&v=4",
"name": "opencv",
"desc": "OpenCV: Open Source Computer Vision Library",
"url": "https://github.com/opencv/opencv",
"createdAt": "",
"urls": {
"英文": "https://docs.opencv.org/master/",
"GitCode": "https://gitcode.net/opencv/opencv"
},
"rate": 5,
"top": false
}
],
"collapsed": false,
"createdAt": ""
}
],
"collapsed": false,
......@@ -4595,17 +4657,23 @@
"title": "自然语言处理",
"nav": [
{
"icon": "https://camo.githubusercontent.com/322f0474ab0e0976bc8922177b9c5c3cc656e8315ef8e47113a280ea00dba765/68747470733a2f2f6578706c6f73696f6e2e61692f6173736574732f696d672f6c6f676f2e737667",
"name": "spaCy",
"desc": "spaCy is a library for advanced Natural Language Processing in Python and Cython.",
"url": "https://github.com/explosion/spaCy",
"createdAt": "",
"urls": {
"英文": "https://spacy.io/usage/spacy-101/",
"GitCode": "https://gitcode.net/mirrors/explosion/spaCy"
},
"rate": 5,
"top": false
"nav": [
{
"icon": "https://camo.githubusercontent.com/322f0474ab0e0976bc8922177b9c5c3cc656e8315ef8e47113a280ea00dba765/68747470733a2f2f6578706c6f73696f6e2e61692f6173736574732f696d672f6c6f676f2e737667",
"name": "spaCy",
"desc": "spaCy is a library for advanced Natural Language Processing in Python and Cython.",
"url": "https://github.com/explosion/spaCy",
"createdAt": "",
"urls": {
"英文": "https://spacy.io/usage/spacy-101/",
"GitCode": "https://gitcode.net/mirrors/explosion/spaCy"
},
"rate": 5,
"top": false
}
],
"collapsed": false,
"createdAt": ""
}
],
"collapsed": false,
......@@ -4615,17 +4683,23 @@
"title": "知识图谱",
"nav": [
{
"icon": "",
"name": "ownthink",
"desc": "ownthink开源了史上最大规模的中文知识图谱",
"url": "https://github.com/ownthink/KnowledgeGraphData",
"createdAt": "",
"urls": {
"中文": "https://www.ownthink.com/docs/bot/",
"GitCode": "https://gitcode.net/mirrors/ownthink/KnowledgeGraphData"
},
"rate": 5,
"top": false
"nav": [
{
"icon": "",
"name": "ownthink",
"desc": "ownthink开源了史上最大规模的中文知识图谱",
"url": "https://github.com/ownthink/KnowledgeGraphData",
"createdAt": "",
"urls": {
"中文": "https://www.ownthink.com/docs/bot/",
"GitCode": "https://gitcode.net/mirrors/ownthink/KnowledgeGraphData"
},
"rate": 5,
"top": false
}
],
"collapsed": false,
"createdAt": ""
}
],
"collapsed": false,
......