Pinned Repositories
-Api
:book:「一个」、「Time 时光」、「开眼」、「一席」、「梨视频」、「微软必应词典」、「金山词典」、「豆瓣电影」、「中央天气」、「魅族天气」、「每日一文」、「12306」、「途牛」、「快递100」、「快递」应用 Api。仅供学习,禁止商业使用,侵权请联系删除。
2019-on-campus-recruitment
一些开发书籍的思维导图,是自己在准备后台开发岗位过程中对看过书知识点的一个梳理。1.深入理解Java虚拟机:JVM最高特性与最佳实践 2.IO模型汇总
A_Chinese_Corpus_for_Ancient_Poetry_Readability-_with_Three-grade_Manual_Annotations
AiLearning
AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
APRD
古诗词可读性数据集(APRD)
chinese-independent-blogs
中文独立博客列表
PySVMRank
Python API for SVMrank (http://www.cs.cornell.edu/people/tj/svm_light/svm_rank.html)
scripta-sinica
汉语古典文本资料库
lailoo's Repositories
lailoo/-Api
:book:「一个」、「Time 时光」、「开眼」、「一席」、「梨视频」、「微软必应词典」、「金山词典」、「豆瓣电影」、「中央天气」、「魅族天气」、「每日一文」、「12306」、「途牛」、「快递100」、「快递」应用 Api。仅供学习,禁止商业使用,侵权请联系删除。
lailoo/ann-visualizer
A python library for visualizing Artificial Neural Networks (ANN)
lailoo/Char-RNN-TensorFlow
Multi-language Char RNN for TensorFlow >= 1.2.
lailoo/course-crawler
**大学MOOC、学堂在线、网易云课堂·课程下载。
lailoo/Coursera-ML-AndrewNg-Notes
吴恩达老师的机器学习课程个人笔记
lailoo/Coursera_deep_learning
This something about deep learning on Coursera by Andrew Ng
lailoo/Data-Analysis
Data Analysis Using Python
lailoo/Deep-Learning-Coursera
Deep Learning Specialization by Andrew Ng, deeplearning.ai.
lailoo/deep-text-eval
Differnable Readability Measure Regularizer for Neural Network Automatic Text Simplification
lailoo/DeepInterests
深度有趣
lailoo/deeplearning.ai
【吴恩达深度学习代码】deeplearning.ai , By Andrew Ng, All slide and notebook + code and some material.
lailoo/deeplearning_ai_books
deeplearning.ai(吴恩达老师的深度学习课程笔记及资源)
lailoo/engineering-blogs
A curated list of engineering blogs
lailoo/gold-miner
🥇掘金翻译计划,可能是世界最大最好的英译中技术社区,最懂读者和译者的翻译平台:
lailoo/keras
Deep Learning for humans
lailoo/lailoo.github.io
lailoo/lihang_book_algorithm
致力于将李航博士《统计学习方法》一书中所有算法实现一遍
lailoo/PersonalBlog
lailoo/PoemSpider
为了实现百度的为你写诗 2.0 版的论文 “Chinese Poetry Generation with Planning based Neural Network” , 先自己爬取古诗词网站,然后对诗歌鉴赏进行自然语言处理,构建知识图谱作为基础的知识积累。最后实现“为你写诗”’的论文
lailoo/Poetry
非常全的古诗词数据,收录了从先秦到现代的共计85万余首古诗词。
lailoo/poetry-1
china ancient poetry project data
lailoo/practical-machine-learning-with-python
Master the essential skills needed to recognize and solve complex real-world problems with Machine Learning and Deep Learning by leveraging the highly popular Python Machine Learning Eco-system.
lailoo/Python-Machine-Learning-zh
Python机器学习,机器学习入门首选。
lailoo/RNN_learning_text_code
一个基于最新版本TensorFlow的Char RNN实现。可以实现生成英文、写诗、歌词、小说、生成代码、生成日文等功能。
lailoo/Tensorflow-Tutorial
Some interesting TensorFlow tutorials for beginners.
lailoo/text-analytics-with-python
Learn how to process, classify, cluster, summarize, understand syntax, semantics and sentiment of text data with the power of Python! This repository contains code and datasets used in my book, "Text Analytics with Python" published by Apress/Springer.
lailoo/text-classification-cnn-rnn
CNN-RNN中文文本分类,基于TensorFlow
lailoo/text-classification-models-tf
Tensorflow implementations of Text Classification Models.
lailoo/text_classification
all kinds of text classification models and more with deep learning
lailoo/TextClassifier
本项目对文本分类任务的相关模型进行了简单的探究。模型包括NaiveBayes,FastText和TextCNN,其他模型有待后续增加。