Jarratt's starred repositories

PyTorch-BigGraph

Generate embeddings from large-scale graph-structured data.

Language:PythonLicense:NOASSERTIONStargazers:3362Issues:0Issues:0

transformers

🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.

Language:PythonLicense:Apache-2.0Stargazers:130607Issues:0Issues:0

season

[EMNLP 2022] Salience Allocation as Guidance for Abstractive Summarization

Language:PythonLicense:Apache-2.0Stargazers:22Issues:0Issues:0

hiergnn

Code for the paper "Abstractive Summarization Guided by Latent Hierarchical Document Structure"

Language:PythonLicense:MITStargazers:13Issues:0Issues:0

fairseq

Facebook AI Research Sequence-to-Sequence Toolkit written in Python.

Language:PythonLicense:MITStargazers:30013Issues:0Issues:0

ABSA-PyTorch

Aspect Based Sentiment Analysis, PyTorch Implementations. 基于方面的情感分析,使用PyTorch实现。

Language:PythonLicense:MITStargazers:1981Issues:0Issues:0

nltk

NLTK Source

Language:PythonLicense:Apache-2.0Stargazers:13352Issues:0Issues:0

HanLP

中文分词 词性标注 命名实体识别 依存句法分析 成分句法分析 语义依存分析 语义角色标注 指代消解 风格转换 语义相似度 新词发现 关键词短语提取 自动摘要 文本分类聚类 拼音简繁转换 自然语言处理

Language:PythonLicense:Apache-2.0Stargazers:33294Issues:0Issues:0

ChineseNlpCorpus

搜集、整理、发布 中文 自然语言处理 语料/数据集,与 有志之士 共同 促进 中文 自然语言处理 的 发展。

Language:Jupyter NotebookStargazers:5762Issues:0Issues:0

996.ICU

Repo for counting stars and contributing. Press F to pay respect to glorious developers.

License:NOASSERTIONStargazers:269607Issues:0Issues:0

cnn-text-classification-tf

Convolutional Neural Network for Text Classification in Tensorflow

Language:PythonLicense:Apache-2.0Stargazers:5639Issues:0Issues:0

text-classification-cnn-rnn

CNN-RNN中文文本分类,基于TensorFlow

Language:PythonLicense:MITStargazers:4130Issues:0Issues:0

word_cloud

A little word cloud generator in Python

Language:PythonLicense:MITStargazers:10051Issues:0Issues:0

data

Data and code behind the articles and graphics at FiveThirtyEight

Language:Jupyter NotebookLicense:CC-BY-4.0Stargazers:16732Issues:0Issues:0

Pneumonia-Diagnosis-using-XRays-96-percent-Recall

BEST SCORE ON KAGGLE SO FAR , EVEN BETTER THAN THE KAGGLE TEAM MEMBER WHO DID BEST SO FAR. The project is about diagnosing pneumonia from XRay images of lungs of a person using self laid convolutional neural network and tranfer learning via inceptionV3. The images were of size greater than 1000 pixels per dimension and the total dataset was tagged large and had a space of 1GB+ . My work includes self laid neural network which was repeatedly tuned for one of the best hyperparameters and used variety of utility function of keras like callbacks for learning rate and checkpointing. Could have augmented the image data for even better modelling but was short of RAM on kaggle kernel. Other metrics like precision , recall and f1 score using confusion matrix were taken off special care. The other part included a brief introduction of transfer learning via InceptionV3 and was tuned entirely rather than partially after loading the inceptionv3 weights for the maximum achieved accuracy on kaggle till date. This achieved even a higher precision than before.

Language:Jupyter NotebookLicense:MITStargazers:101Issues:0Issues:0