Pinned Repositories
AHANLP
啊哈自然语言处理包,提供包括分词、依存句法分析、自动摘要、语义相似度计算、LDA 主题预测、词云等服务。
AiLearning
AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记
atlas
Apache Atlas
awesome
:sunglasses: Curated list of awesome lists
Dialog_Corpus
用于训练中英文对话系统的语料库 Datasets for Training Chatbot System
drawio-desktop
Official electron build of diagrams.net
hands_on_Ml_with_Sklearn_and_TF
:book: [译] Sklearn 与 TensorFlow 机器学习实用指南
keyword_extraction
利用Python实现中文文本关键词抽取,分别采用TF-IDF、TextRank、Word2Vec词聚类三种方法。
LabelMarker
A small tools for marking training set label in machine learning task.(crowdsourcing)
hongyonggan's Repositories
hongyonggan/Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记
hongyonggan/hands_on_Ml_with_Sklearn_and_TF
:book: [译] Sklearn 与 TensorFlow 机器学习实用指南
hongyonggan/AHANLP
啊哈自然语言处理包,提供包括分词、依存句法分析、自动摘要、语义相似度计算、LDA 主题预测、词云等服务。
hongyonggan/AiLearning
AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
hongyonggan/Dialog_Corpus
用于训练中英文对话系统的语料库 Datasets for Training Chatbot System
hongyonggan/keyword_extraction
利用Python实现中文文本关键词抽取,分别采用TF-IDF、TextRank、Word2Vec词聚类三种方法。
hongyonggan/LabelMarker
A small tools for marking training set label in machine learning task.(crowdsourcing)
hongyonggan/awesome
:sunglasses: Curated list of awesome lists
hongyonggan/carbondata_guide
Apache CarbonData 源码阅读
hongyonggan/conv_arithmetic
A technical report on convolution arithmetic in the context of deep learning
hongyonggan/deep-learning
深度学习
hongyonggan/DeepLearning_Goodfellow
第一本: 深度学习,中文版
hongyonggan/DeepLearningBookQA_cn
深度学习面试问题 回答对应的DeepLearning中文版页码
hongyonggan/free-programming-books
:books: Freely available programming books
hongyonggan/fuck-login
模拟登录一些知名的网站,为了方便爬取需要登录的网站
hongyonggan/github-cheat-sheet
A list of cool features of Git and GitHub.
hongyonggan/gold-miner
🥇掘金翻译计划,可能是世界最大最好的英译中技术社区,最懂读者和译者的翻译平台:
hongyonggan/handson-ml
A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in python using Scikit-Learn and TensorFlow.
hongyonggan/leetcode
LeetCode题解,151道题完整版
hongyonggan/models
Models and examples built with TensorFlow
hongyonggan/oh-my-zsh
A delightful community-driven (with 1,200+ contributors) framework for managing your zsh configuration. Includes 200+ optional plugins (rails, git, OSX, hub, capistrano, brew, ant, php, python, etc), over 140 themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.
hongyonggan/pyGregorian2LunarCalendar
前言: 由于三体运动(主要地球、太阳、月球)无法准确预测,目前二十四节气依然还是靠天文台观测,Yovey使用传说中[Y*D+C]-L方法实际有很多天数不准,def getSolarTerms(_date)12个if嵌套判断让代码变得十分冗余,由简书网友“大咖_247c”首先发现计算不准问题…… 方案过程: 1、在校验过数据与公式差异后,第一方案是采用15%黄经夹角计算,计算后差异依然存在,地球椭圆形轨道一年内公转速度差异超过7%; 2、在发现椭圆轨道问题后,尝试使用平均值、开普勒第二定律计算行星轨道,计算值已经十分贴近了,但依然和香港天文台数据有差异,恍然大悟,地球、月亮、太阳三个天体呈现无法完美预测的三体运动,甚至还包括木星引力影响(比如传说中九星连珠,虽然引力抵消微弱),而且太阳本身也在运动,地球和太阳的质量也不是永恒不变的,这就导致地球的恒星年相对稳定,但回归年浮动振荡; 3、当试过所有技术物理原理还无法调节误差后,最终使用了Chen Jian的核心设计理念,添加了十六进制加存二十四节气。 # coding=UTF-8 # 1901~2100年农历数据表 # Author: cuba3 # base code by Yovey , https://www.jianshu.com/p/8dc0d7ba2c2a # powered by Late Lee, http://www.latelee.org/python/python-yangli-to-nongli.html#comment-78 # other author:Chen Jian, http://www.cnblogs.com/chjbbs/p/5704326.html # 数据来源: http://data.weather.gov.hk/gts/time/conversion1_text_c.htm
hongyonggan/Python
All Algorithms implemented in Python
hongyonggan/scikit-learn-doc-zh
scikit-learn(sklearn) 官方文档中文版
hongyonggan/sklearn-feature-engineering
使用sklearn做特征工程
hongyonggan/sparseOperate
对scipy.sparse进行稀疏矩阵相关操作