GithubHelp home page GithubHelp logo

孙先森's Projects

star-clustering icon star-clustering

A clustering algorithm that automatically determines the number of clusters and works without hyperparameter fine-tuning.

tail_recursion icon tail_recursion

使用递归函数的优点是逻辑简单清晰,缺点是过深的调用会导致栈溢出。 针对尾递归优化的语言可以通过尾递归防止栈溢出。尾递归事实上和循环是等价的,没有循环语句的编程语言只能通过尾递归实现循环。 Python标准的解释器没有针对尾递归做优化,任何递归函数都存在栈溢出的问题。

text_gcn icon text_gcn

Graph Convolutional Networks for Text Classification. AAAI 2019

textattack icon textattack

TextAttack 🐙 is a Python framework for adversarial attacks, data augmentation, and model training in NLP

textgenrnn icon textgenrnn

Easily train your own text-generating neural network of any size and complexity on any text dataset with a few lines of code.

tfbert icon tfbert

基于tensorflow1.x的预训练模型调用,支持单机多卡、梯度累积,XLA加速,混合精度。可灵活训练、验证、预测。

tflearn icon tflearn

Deep learning library featuring a higher-level API for TensorFlow.

the-art-of-programming-by-july icon the-art-of-programming-by-july

本项目曾冲到全球第一,干货集锦见本页面最底部,另完整精致的纸质版《编程之法:面试和算法心得》已在京东/当当上销售

the-way-to-flask icon the-way-to-flask

【教程】Flask 入门,使用 Flask 快速构建优美、健壮和高效的 REST 应用

tlm icon tlm

NLP From Scratch Without Large-Scale Pretraining: A Simple and Efficient Framework

trip icon trip

Async HTTP for Humans, Tornado & Requests In Pair :tent:

xlnet icon xlnet

XLNet: Generalized Autoregressive Pretraining for Language Understanding

yake icon yake

Single-document unsupervised keyword extraction

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.