Pinned Repositories
-python
algorithm-visualizer
:fireworks:Interactive Online Platform that Visualizes Algorithms from Code
data_structure_java
学习数据结构写的code,看liuyubobobo的视频
Dive-into-DL-PyTorch
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。
joy20182018.github.io
linux
Kernel source tree for Raspberry Pi Foundation-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://www.raspberrypi.org/forum
PersonalBlog
这是我的个人博客
Screening_statistics_excel
跟着老师打杂,用于筛选符合我们要求的人员
SpecAugment
对谷歌最新的论文SpecAugment使用matlab复现
you-get
:arrow_double_down: Dumb downloader that scrapes the web
joy20182018's Repositories
joy20182018/joy20182018.github.io
joy20182018/linux
Kernel source tree for Raspberry Pi Foundation-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://www.raspberrypi.org/forum
joy20182018/PersonalBlog
这是我的个人博客
joy20182018/algorithm-visualizer
:fireworks:Interactive Online Platform that Visualizes Algorithms from Code
joy20182018/algorithms_and_data_structures
180+ Algorithm & Data Structure Problems using C++
joy20182018/allennlp-models
Officially supported AllenNLP models
joy20182018/applied-ml
📚 Curated papers, articles & videos on data science & machine learning applied in production, with results.
joy20182018/Bert-Chinese-Text-Classification-Pytorch
使用Bert,ERNIE,进行中文文本分类
joy20182018/C-Plus-Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
joy20182018/CnC_Remastered_Collection
joy20182018/cool-open-sharings
Sharing open source projects, books, or articles in this repo. All sharings will be firstly released in "isn't it cool" 我的公众号《是不是很酷》中的子栏目《【是不是很酷】开源资源 分享》文章和相关资源链接备份。
joy20182018/covarep
A Cooperative Voice Analysis Repository for Speech Technologies
joy20182018/DeepLearningExamples
Deep Learning Examples
joy20182018/gen_amba
AMBA bus generator including AXI, AHB, and APB
joy20182018/hello-algorithm
🙈🙉🙊 本项目包括:1、我写的三十万字图解算法题典 2、100 张 IT 相关超清思维导图 3、100 篇大厂面经汇总 4、各语言编程电子书 100 本 5、English version supported !!! 🚀🚀 国人项目上榜首不易,右上角助力一波!干就对了,奥利给 !🚀🚀
joy20182018/InfoSpider
INFO-SPIDER 是一个集众多数据源于一身的爬虫工具箱🧰,旨在安全快捷的帮助用户拿回自己的数据,工具代码开源,流程透明。支持数据源包括GitHub、QQ邮箱、网易邮箱、阿里邮箱、新浪邮箱、Hotmail邮箱、Outlook邮箱、京东、淘宝、支付宝、**移动、**联通、**电信、知乎、哔哩哔哩、网易云音乐、QQ好友、QQ群、生成朋友圈相册、浏览器浏览历史、12306、博客园、CSDN博客、开源**博客、简书。
joy20182018/interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.
joy20182018/interviews
Everything you need to know to get the job.
joy20182018/LearnPython
以撸代码的形式学习Python
joy20182018/linux-1
Linux kernel source tree
joy20182018/MMSA
CH-SIMS: A Chinese Multimodal Sentiment Analysis Dataset with Fine-grained Annotations of Modality (ACL2020)
joy20182018/OpenFace
OpenFace – a state-of-the art tool intended for facial landmark detection, head pose estimation, facial action unit recognition, and eye-gaze estimation.
joy20182018/QWidgetDemo
Qt编写的一些开源的demo,预计会有100多个,一直持续更新完善,代码简洁易懂注释详细,每个都是独立项目,非常适合初学者,代码随意传播使用,拒绝打赏和捐赠,欢迎留言评论!
joy20182018/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
joy20182018/risc_cpu
joy20182018/Self-MM
Codes for paper "Learning Modality-Specific Representations with Self-Supervised Multi-Task Learning for Multimodal Sentiment Analysis"
joy20182018/serial_port_plotter
Displays real time data from serial port
joy20182018/SpinalHDL
SpinalHDL core
joy20182018/tensorflow
An Open Source Machine Learning Framework for Everyone
joy20182018/text_classification
使用rnn,lstm,gru,fasttext,textcnn,dpcnn,rnn-att,lstm-att,兼容huggleface/transformers,以及以transforemrs作为词嵌入模型,后面接入cnn、rnn、attention等等做文本分类。以及各个模型的对比