hoangthangta/ThangKAN
KANs for text classification on GLUE tasks
This project explores using Kolmogorov-Arnold Networks (KANs) for text classification. It takes text inputs and assigns them to one of two categories, like determining if two sentences are semantically equivalent or if a sentence is grammatically acceptable. Researchers and machine learning practitioners focused on exploring novel neural network architectures for natural language understanding would find this useful.
No commits in the last 6 months.
Use this if you are a machine learning researcher interested in experimenting with KANs for fundamental text classification tasks and evaluating their performance against traditional transformer-based methods.
Not ideal if you need a production-ready solution for text classification or if you are looking for highly optimized, state-of-the-art results for real-world NLP applications.
Stars
9
Forks
3
Language
Python
License
MIT
Last pushed
Jul 27, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/hoangthangta/ThangKAN"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
gaussic/text-classification-cnn-rnn
CNN-RNN中文文本分类,基于TensorFlow
ShawnyXiao/TextClassification-Keras
Text classification models implemented in Keras, including: FastText, TextCNN, TextRNN,...
prakashpandey9/Text-Classification-Pytorch
Text classification using deep learning models in Pytorch
TobiasLee/Text-Classification
Implementation of papers for text classification task on DBpedia
FreedomIntelligence/TextClassificationBenchmark
A Benchmark of Text Classification in PyTorch