Pinned Repositories
albert
annotated: ALBERT: A Lite BERT for Self-supervised Learning of Language Representations
annotated-transformer
An annotated implementation of the Transformer paper.
basic-of-statistics-and-applications
The basic of statistics for sharing and also for the goal this year. Except for the basics of probability and statistics, I will also add the applications of the usually listened statistics-related concepts.
BERT-pytorch
Google AI 2018 BERT pytorch implementation
contest-TZMCM
2021.4.8-2021.4.11参加的建模网络挑战赛文件
Contest_RIZHAO
日照-公积金贷款逾期预测的代码文件
CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计
Text-classification-and-code
毕业论文代码 + 评论文本数据获取+数据清洗+文本数据向量化+将数据放进分类器(KNN+Naive Bayes+SVM)中训练+结果评估
time-series-project
时间序列课程报告的代码
LaguaFluc's Repositories
LaguaFluc/Text-classification-and-code
毕业论文代码 + 评论文本数据获取+数据清洗+文本数据向量化+将数据放进分类器(KNN+Naive Bayes+SVM)中训练+结果评估
LaguaFluc/albert
annotated: ALBERT: A Lite BERT for Self-supervised Learning of Language Representations
LaguaFluc/annotated-transformer
An annotated implementation of the Transformer paper.
LaguaFluc/basic-of-statistics-and-applications
The basic of statistics for sharing and also for the goal this year. Except for the basics of probability and statistics, I will also add the applications of the usually listened statistics-related concepts.
LaguaFluc/BERT-pytorch
Google AI 2018 BERT pytorch implementation
LaguaFluc/contest-TZMCM
2021.4.8-2021.4.11参加的建模网络挑战赛文件
LaguaFluc/CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计
LaguaFluc/Data-Mining-and-Modeling
2021年春季数据建模作业合集
LaguaFluc/electra
annotated: ELECTRA: Pre-training Text Encoders as Discriminators Rather Than Generators
LaguaFluc/gpt2-quickly
调整部分代码适用于colab调用
LaguaFluc/keras-learning-and-practice
Record the process of my first official keras(tensorflow) learning.
LaguaFluc/labelImg
🖍️ LabelImg is a graphical image annotation tool and label object bounding boxes in images
LaguaFluc/LaguaFluc
Config files for my GitHub profile.
LaguaFluc/LaguaFluc.github.io
my second blog repository creation
LaguaFluc/langchain
⚡ Building applications with LLMs through composability ⚡
LaguaFluc/LeetCode
This repository contains the solutions and explanations to the algorithm problems on LeetCode. Only medium or above are included. All are written in C++/Python and implemented by myself. The problems attempted multiple times are labelled with hyperlinks.
LaguaFluc/LeetCode-Action
记录刷LeetCode的合集,方便回顾与理解
LaguaFluc/llm-application-stepbystep
I am on the way to apply LLM in action. To motivate me to move on, I leave this repository. Also I am hoping that this blog will motivate you too.
LaguaFluc/Multitask-Learning
Awesome Multitask Learning Resources
LaguaFluc/Programmer-Code-Interview-Guide
程序员代码面试指南,代码相关,理解相关Notes
LaguaFluc/project-base-config
LaguaFluc/PyTorch_LSTM_Text_Generation
Using PyTorch, In Text Generation Task, we use LSTM to train a Language Model to Generate Text.
LaguaFluc/Reading-Books
The books that I have read before.
LaguaFluc/RNN_Machine_Translation
Using Tanslation data(en-fr) given by PyTorch Tutorial, my goal is to use the tutorial code to build a RNN model to translate English to French.
LaguaFluc/statistical-learning-methods
First attemptation in statistical learning methods coding
LaguaFluc/Summary-for-2020
2022下半年的总结,开个仓库,记录工作与生活,监督自己的进步
LaguaFluc/transformers
annotate-for-learn:🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
LaguaFluc/Try-for-MultiTask
The attemptations for multi-tasking learning, just a specific practice of learning one new period.
LaguaFluc/word2vec_pytorch
LaguaFluc/ZuoChengYunCodingLearning
学习左程云算法书的记录