Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blmoistawinde/hello_world
博客文章开源代码分享区
https://github.com/blmoistawinde/hello_world
Last synced: 3 months ago
JSON representation
博客文章开源代码分享区
- Host: GitHub
- URL: https://github.com/blmoistawinde/hello_world
- Owner: blmoistawinde
- Created: 2017-10-20T08:14:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-16T08:23:08.000Z (almost 4 years ago)
- Last Synced: 2024-08-02T16:52:52.192Z (5 months ago)
- Language: Jupyter Notebook
- Homepage: https://blog.csdn.net/blmoistawinde
- Size: 18.8 MB
- Stars: 124
- Watchers: 3
- Forks: 61
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hello_world
这个代码库是我的第一个repo,用于存放我的一些小型python项目和notebook。其中许多我都写了关于其中技术,或者数据分析见解的文章,再把代码开源在这里与大家分享,想想hello_world的名字也算贴切。其中的项目和相关文章:
- \caipu_data_analyze:[判菜系、调众口、打分数,这一回,我们用大数据烧菜?](https://blog.csdn.net/blmoistawinde/article/details/87884777)
![在这里插入图片描述](https://img-blog.csdnimg.cn/20190222204959677.gif)
- \sanguo_network:[用python分析《三国演义》中的社交网络](https://blog.csdn.net/blmoistawinde/article/details/85344906)
![在这里插入图片描述](https://img-blog.csdnimg.cn/20190216160912307.gif)
- \DL_popularity_dashboard:[深度学习哪家强?用数据来一较高下吧](https://blog.csdn.net/blmoistawinde/article/details/87384348)
![在这里插入图片描述](https://img-blog.csdnimg.cn/20190216161039155.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L2JsbW9pc3Rhd2luZGU=,size_16,color_FFFFFF,t_70)
- \python近代史纲要 :[准备考试?python也能帮你划重点,上考场(误)](https://blog.csdn.net/blmoistawinde/article/details/86557070)
![在这里插入图片描述](https://img-blog.csdnimg.cn/20190216161324775.png)
- \SanGuoQA1:[python用re.sub实现分组匹配和替换(及问答系统中的应用)](https://blog.csdn.net/blmoistawinde/article/details/81839647)
- active_learning1.ipynb:[更少标注的机器学习方法——主动学习(python示例)](https://blog.csdn.net/blmoistawinde/article/details/84994719)
- NeuralCoref_basic.ipynb:[NeuralCoref: python的共指消解工具,向代词指代的问题进军!](https://blog.csdn.net/blmoistawinde/article/details/81782971)
- context_related_QA.ipynb:[NeuralCoref: 用指代消解来做一个“能多轮对话的问答对话机器人”](https://blog.csdn.net/blmoistawinde/article/details/81782992)
- huggingface_classification.ipynb: 使用huggingface全家桶(transformers, datasets)实现一条龙BERT训练(trainer)和预测(pipeline)