-
gemini-next-chat Public
Forked from u14app/gemini-next-chatDeploy your private Gemini application for free with one click, supporting Gemini 1.5, Gemini 2.0 models.
TypeScript MIT License UpdatedDec 14, 2024 -
CPP Public
Forked from ShiqiYu/CPPLecture notes, projects and other materials for Course 'CS205 C/C++ Program Design' at Southern University of Science and Technology.
C++ UpdatedJan 27, 2024 -
code-for-interview Public
Forked from LogicJake/code-for-interviewLeetCode 刷题记录
Python UpdatedMay 29, 2021 -
-
data-science-competition Public
Forked from DLLXW/data-science-competition该仓库用于记录和定期提供各大数据科学竞赛的赛事消息和原创baseline,思路分享以及博主的一些竞赛心得和学习资料等. 主要涵盖:kaggle, 阿里天池,华为云大赛校园赛,百度aistudio,和鲸社区,datafountain等
-
-
NLP_ability Public
Forked from DA-southampton/NLP_ability总结梳理自然语言处理工程师(NLP)需要积累的各方面知识,包括面试题,各种基础知识,工程能力等等,提升核心竞争力
Python UpdatedJan 14, 2021 -
rank4_NLP_textclassification Public
Forked from MM-IR/rank4_NLP_textclassification阿里云天池零基础入门NLP比赛_rank4选手比赛总结: https://tianchi.aliyun.com/competition/entrance/531810/introduction
Python UpdatedOct 26, 2020 -
Chinese-Text-Classification-Pytorch Public
Forked from 649453932/Chinese-Text-Classification-Pytorch中文文本分类,TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention,DPCNN,Transformer,基于pytorch,开箱即用。
Python MIT License UpdatedSep 23, 2020 -
BiLSTM-Attention_CN_Text_Clf_Pytorch Public
Forked from Dongcf/BiLSTM-Attention_CN_Text_Clf_PytorchBiLSTM 加普通Attention中文文本多分类Pytorch实现
Python UpdatedSep 18, 2020 -
transformers_sklearn Public
Forked from trueto/transformers_sklearnA Fitting, Scoring and Predicting Toolkit for Transformer Series Models.
Python Apache License 2.0 UpdatedAug 20, 2020 -
pytorch-cifar100 Public
Forked from weiaicunzai/pytorch-cifar100Practice on cifar100(ResNet, DenseNet, VGG, GoogleNet, InceptionV3, InceptionV4, Inception-ResNetv2, Xception, Resnet In Resnet, ResNext,ShuffleNet, ShuffleNetv2, MobileNet, MobileNetv2, SqueezeNet…
Python UpdatedAug 8, 2020 -
-
Text-Classify-based-pytorch Public
Forked from NTDXYG/Text-Classify-based-pytorch基于深度学习框架pytorch实现的中文文本分类,目前包括textcnn,textrnn,textrcnn,textrnn+attention,transformer
Python Apache License 2.0 UpdatedJul 27, 2020 -
Data-Science-Notes Public
Forked from fengdu78/Data-Science-Notes数据科学的笔记以及资料搜集
Jupyter Notebook UpdatedJul 7, 2020 -
text-classification Public
Forked from WHLYA/text-classificationJupyter Notebook UpdatedJul 5, 2020 -
Model_Log Public
Forked from NLP-LOVE/Model_LogModel Log 是一款基于 Python3 的轻量级机器学习(Machine Learning)、深度学习(Deep Learning)模型训练评估指标可视化工具,可以记录模型训练过程当中的超参数、Loss、Accuracy、Precision、F1值等,并以曲线图的形式进行展现对比,轻松三步即可实现。
Python Apache License 2.0 UpdatedJun 27, 2020 -
lihang-code Public
Forked from fengdu78/lihang-code《统计学习方法》的代码实现
Jupyter Notebook UpdatedJun 7, 2020 -
sklearn-doc-zh Public
Forked from apachecn/sklearn-doc-zh📖 [译] scikit-learn(sklearn) 中文文档
Python UpdatedJun 1, 2020 -
numpy-100 Public
Forked from rougier/numpy-100100 numpy exercises (with solutions)
Python MIT License UpdatedMay 28, 2020 -
Statistical-Learning-Method_Code Public
Forked from Dod-o/Statistical-Learning-Method_Code手写实现李航《统计学习方法》书中全部算法
Python UpdatedMay 18, 2020 -
HelloGitHub Public
Forked from 521xueweihan/HelloGitHubFind pearls on open-source seashore 分享 GitHub 上有趣、入门级的开源项目
Python UpdatedMay 17, 2020 -
DeepLizard-pytorch- Public
Forked from wbr9727/DeepLizard-pytorch-自己总结的DeepLizard的pytorch神经网络编程系列视频的笔记(非官方)
Jupyter Notebook MIT License UpdatedMay 8, 2020 -
ML-NLP Public
Forked from NLP-LOVE/ML-NLP此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。
Jupyter Notebook UpdatedApr 20, 2020 -
MachineLearning-WatermelonBook Public
Forked from Relph1119/MachineLearning-WatermelonBook周志华-机器学习
Jupyter Notebook UpdatedApr 16, 2020 -
Machine-Learning-Session Public
Forked from shuhuai007/Machine-Learning-SessionUpdatedApr 13, 2020 -
feature-engineering-handbook Public
Forked from YC-Coder-Chen/feature-engineering-handbookA practical feature engineering handbook
Jupyter Notebook UpdatedMar 30, 2020 -
interesting-python Public
Forked from Alfred1984/interesting-python有趣的Python爬虫和Python数据分析小项目(Some interesting Python crawlers and data analysis projects)
Jupyter Notebook UpdatedMar 6, 2020 -
Transformers_for_Text_Classification Public
Forked from zhanlaoban/Transformers_for_Text_Classification基于Transformers的文本分类
Python UpdatedFeb 26, 2020 -
Introduction-NLP Public
Forked from NLP-LOVE/Introduction-NLPHanLP作者的新书《自然语言处理入门》详细笔记!业界良心之作,书中不是枯燥无味的公式罗列,而是用白话阐述的通俗易懂的算法模型。从基本概念出发,逐步介绍中文分词、词性标注、命名实体识别、信息抽取、文本聚类、文本分类、句法分析这几个热门问题的算法原理与工程实现。
Python Apache License 2.0 UpdatedFeb 19, 2020