Skip to content
View peiko1's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report peiko1

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
peiko1/README.md

Hi there 👋

Popular repositories Loading

  1. transformer-test transformer-test Public

    Forked from wenjtop/transformer

    Transformer是谷歌在17年发表的Attention Is All You Need 中使用的模型,经过这些年的大量的工业使用和论文验证,在深度学习领域已经占据重要地位。Bert就是从Transformer中衍生出来的语言模型。我会以中文翻译英文为例,来解释Transformer输入到输出整个流程。

    Python 1

  2. STResNet-PyTorch STResNet-PyTorch Public

    Forked from KL4805/STResNet-PyTorch

    A Pytorch Implementation of STResNet, AAAI 2017

    Python 1

  3. Demo Demo Public

    This is my first project.

  4. Markdown-Resume-Template Markdown-Resume-Template Public

    Forked from youngyangyang04/Markdown-Resume-Template

    BAT程序员自己的简历模板分享出来了 。技术简历追求简单明了,避免没有必要的花哨修饰,大家可以fork到自己仓库中,基于这个模板进行修改。

  5. Skiplist-CPP Skiplist-CPP Public

    Forked from youngyangyang04/Skiplist-CPP

    A tiny KV storage based on skiplist written in C++ language| 使用C++开发,基于跳表实现的轻量级键值数据库🔥🔥 🚀

    C++

  6. transformer transformer Public

    Forked from hyunwoongko/transformer

    Transformer: PyTorch Implementation of "Attention Is All You Need"

    Python