Pinned Repositories
500-interview-question-for-programmers
个人的学习工作总结,可作为你的面试指南(目前涵盖八股,非八股,算法,系统设计)。
adversarial
Code and hyperparameters for the paper "Generative Adversarial Networks"
Adversarial_Learning_Paper
Paper Collection of Adversarial Machine Learning
adversarial_personalized_ranking
Adversarial Learning, Matrix Factorization, Recommendation
atguigu_spirngcloud2020
第2季当堂代码2020.3
bandit
Bandit algorithms and test framework in Java
banditlib
Multi-armed bandit simulation library
bandits
Python library for Multi-Armed Bandits
BanditsBook
Code for my book on Multi-Armed Bandit Algorithms
BERT4Rec
BERT4Rec: Sequential Recommendation with Bidirectional Encoder Representations from Transformer
Gy1900's Repositories
Gy1900/BERT4Rec
BERT4Rec: Sequential Recommendation with Bidirectional Encoder Representations from Transformer
Gy1900/500-interview-question-for-programmers
个人的学习工作总结,可作为你的面试指南(目前涵盖八股,非八股,算法,系统设计)。
Gy1900/adversarial
Code and hyperparameters for the paper "Generative Adversarial Networks"
Gy1900/Adversarial_Learning_Paper
Paper Collection of Adversarial Machine Learning
Gy1900/atguigu_spirngcloud2020
第2季当堂代码2020.3
Gy1900/bert
TensorFlow code and pre-trained models for BERT
Gy1900/BERT4Rec-VAE-Pytorch
Pytorch implementation of BERT4Rec and Netflix VAE.
Gy1900/CFGAN
A pytorch implementation of CFGAN
Gy1900/ChineseNlpCorpus
搜集、整理、发布 中文 自然语言处理 语料/数据集,与 有志之士 共同 促进 中文 自然语言处理 的 发展。
Gy1900/class-notes
全部算法课讲解知识点提纲、题目汇总、PPT合集、学前必读、学习规划
Gy1900/Cpp-Design-Patterns
C++设计模式
Gy1900/CS-Books
超过1000本的计算机经典书籍、个人笔记资料以及本人在各平台发表文章中所涉及的资源等。书籍资源包括C/C++、Java、Python、Go语言、数据结构与算法、操作系统、后端架构、计算机系统知识、数据库、计算机网络、设计模式、前端、汇编以及校招社招各种面经~
Gy1900/CycleGAN-TensorFlow
An implementation of CycleGan using TensorFlow
Gy1900/DANN
pytorch implementation of Domain-Adversarial Training of Neural Networks
Gy1900/DANN_py3
python 3 pytorch implementation of DANN
Gy1900/DCGAN-tensorflow
A tensorflow implementation of "Deep Convolutional Generative Adversarial Networks"
Gy1900/DeepRec
An Open-source Toolkit for Deep Learning based Recommendation with Tensorflow.
Gy1900/GenerativeAdversarialUserModel
Tensorflow implementation for "Generative Adversarial User Model forReinforcement Learning Based Recommendation System"
Gy1900/langchain-ChatGLM
langchain-ChatGLM, local knowledge based ChatGLM with langchain | 基于本地知识库的 ChatGLM 问答
Gy1900/PersonalRank
基于图的个性化算法
Gy1900/pixelDA_GAN
Domain Adaptation using GAN
Gy1900/Probabilistic-Matrix-Factorization
Python Implementation of Probabilistic Matrix Factorization(PMF) Algorithm for building a recommendation system using MovieLens ml-100k | GroupLens dataset
Gy1900/RecQ
RecQ: A Python Framework for Recommender Systems (TensorFlow Based)
Gy1900/RecSys2019_DeepLearning_Evaluation
This is the repository of our article published in RecSys 2019 "Are We Really Making Much Progress? A Worrying Analysis of Recent Neural Recommendation Approaches"
Gy1900/S-LSTM-GAN-MNIST
This repository contains the source for the paper "S-LSTM-GAN: Shared recurrent neural networks with adversarial training"
Gy1900/spring-boot
Spring Boot
Gy1900/SpringAll
循序渐进,学习Spring Boot、Spring Boot & Shiro、Spring Batch、Spring Cloud、Spring Cloud Alibaba、Spring Security & Spring Security OAuth2,博客Spring系列源码:https://mrbird.cc
Gy1900/tensorflow_practice
tensorflow实战练习,包括强化学习、推荐系统、nlp等
Gy1900/the-gan-zoo
A list of all named GANs!
Gy1900/torchgan
Research Framework for easy and efficient training of GANs based on Pytorch