RomanGao
Don't aim for success if you really want it. Just stick to what you love and believe in,and it will come naturally
tianjinuniversitytianjin
Pinned Repositories
Awesome-RecSystem-Models
Implements of Awesome RecSystem Models with PyTorch/TF2.0
Chinese-Word-Vectors
100+ Chinese Word Vectors 上百种预训练中文词向量
CNN-Architectures
cppDesignPattern
c++ Design Pattern
flask-web
OpenKE
An Open-Source Package for Knowledge Embedding (KE)
pandas-ai
Pandas AI is a Python library that integrates generative artificial intelligence capabilities into Pandas, making dataframes conversational
ping-ml
用python做的一些机器学习案例
QAonMilitaryKG
QAonMilitaryKG,QaSystem based on military knowledge graph that stores in mongodb which is different from the previous one, 基于mongodb存储的军事领域知识图谱问答项目,包括飞行器、太空装备等8大类,100余小类,共计5800项的军事武器知识库,该项目不使用图数据库进行存储,通过jieba进行问句解析,问句实体项识别,基于查询模板完成多类问题的查询,主要是提供一种工业界的问答**demo。
TensorFlow_Practice
推荐系统/计算广告相关仓库,个人博客https://jesse-csj.github.io/
RomanGao's Repositories
RomanGao/BERT-pytorch
Google AI 2018 BERT pytorch implementation
RomanGao/BERT_Chinese_Classification
本实验,是用BERT进行中文情感分类,记录了详细操作及完整程序
RomanGao/ChinaWeather
**天气网爬虫
RomanGao/cs224n-learning-camp
RomanGao/DeepNLP-Study
딥러닝 자연어처리 스터디의 논문 구현 코드 및 스터디 자료 모음 공간입니다.
RomanGao/DeepRecommender
Deep learning for recommender systems
RomanGao/designmode
RomanGao/Dress
好耶 是女装
RomanGao/fastai
The fast.ai deep learning library, lessons, and tutorials
RomanGao/faster_rcnn_pytorch
Faster RCNN with PyTorch
RomanGao/goodbooks-10k
Ten thousand books, six million ratings
RomanGao/Hands-on-Machine-Learning
A series of Jupyter notebooks with Chinese comment that walk you through the fundamentals of Machine Learning and Deep Learning in python using Scikit-Learn and TensorFlow.
RomanGao/Interview-code-practice-python
面试题
RomanGao/models
Models and examples built with TensorFlow
RomanGao/movie_recommender
MovieLens based recommender system.使用MovieLens数据集训练的电影推荐系统。
RomanGao/NTU_ML2017_Hung-yi-Lee_HW
NTU ML2017 Spring and Fall Homework Hung-yi_Li 李宏毅老师 机器学习课程作业
RomanGao/py-faster-rcnn
Faster R-CNN (Python implementation) -- see https://github.com/ShaoqingRen/faster_rcnn for the official MATLAB version
RomanGao/pythonbooks
RomanGao/PythonFromDAToDS
图书《Python编程:从数据分析到数据科学》的配套资源
RomanGao/PyTorchText
1st Place Solution for Zhihu Machine Learning Challenge . Implementation of various text-classification models.(知乎看山杯第一名解决方案)
RomanGao/show-attend-and-tell
TensorFlow Implementation of "Show, Attend and Tell"
RomanGao/tensorflow
An Open Source Machine Learning Framework for Everyone
RomanGao/text-classification-cnn-rnn
CNN-RNN中文文本分类,基于TensorFlow
RomanGao/TextRank4ZH
:deciduous_tree:从中文文本中自动提取关键词和摘要
RomanGao/tf-faster-rcnn
Tensorflow Faster RCNN for Object Detection
RomanGao/transformer
A Pytorch Implementation of "Attention is All You Need" and "Weighted Transformer Network for Machine Translation"
RomanGao/tutorials
机器学习相关教程
RomanGao/unlimited-landeng-for-win
无限流量灯,你懂的,我不解释
RomanGao/Windows-Hack-Programming
《WINDOWS黑客编程技术详解》,作者甘迪文,2018年12月由人民邮电出版社出版,是一本面向黑客编程初学者的书,较为全面的地总结黑客编程技术。其内容重在实践,着重剖析技术实现原理,向读者讲解黑客编程技术的实现方法。
RomanGao/Word2Vector
Self complemented word embedding methods using CBOW,skip-Gram,word2doc matrix , word2word matrix ,基于CBOW、skip-gram、词-文档矩阵、词-词矩阵四种方法的词向量生成