Stars
Axrid / Distant-Supervised-Chinese-Relation-Extraction
Forked from xiaofei05/Distant-Supervised-Chinese-Relation-Extraction基于远监督的中文关系抽取
Canvas based data grid web component. Capable of displaying millions of contiguous hierarchical rows and columns without paging or loading, on a single canvas element.
一套遵循原生态开发模式的 Web UI 组件库,采用自身轻量级模块化规范,易上手,可以更简单快速地构建网页界面。
Visualizer for neural network, deep learning and machine learning models
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
Implementation of FCN (8/16/32) in Tensorflow. 🌀 在TensorFlow框架下实现 FCN (全卷积神经网络) 。
Read-only mirror of https://gitlab.gnome.org/GNOME/gimp
Fully convolutional neural network (FCN) for pixelwise annotation (semantic segmentation) of images implemented on python pytorch.
A new segment-level loss for accurate retinal vessel segmentation
[CVPR‘20] SpixelFCN: Superpixel Segmentation with Fully Convolutional Network
Implementation of the SLIC superpixel algorithm to work with OpenCV
A torch implementation of "Pixel-Level Domain Transfer"
Learning Pixel-level Semantic Affinity with Image-level Supervision for Weakly Supervised Semantic Segmentation, CVPR 2018
This network learns rich pixel to instance-level information encoding and output instance segmentation
pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行
A PyTorch Implementation of Single Shot MultiBox Detector
中文命名实体识别(包括多种模型:HMM,CRF,BiLSTM,BiLSTM+CRF的具体实现)
本项目主要为针对DPCNN(Deep Pyramid Convolutional Neural Networks for Text Categorization )文本分类(Text Classification)的论文复现以及基于知乎看山杯Inception的修改和复现,后者效果略优。
CNN-RNN中文文本分类,基于TensorFlow