Pinned Repositories
ACM_zoj
ZOJ和PAT系统部分题目,主要是java写,其次是C写
android
GitHub Android App
architect-awesome
后端架构师技术图谱
auto
canal
阿里巴巴mysql数据库binlog的增量订阅&消费组件
CommunityDetection
Implements of community detection algorithms
CrazyJava
《疯狂的Java讲义》书籍源代码
Data_Structures_and_Algorithm_Analysis_in_Java
DataMiningAlgorithm
数据挖掘18大算法实现以及其他相关经典DM算法
DataMiningClassifier
A text classifier based on Decision Trees ID3, Naive Bayes and KNN algorithm in C++ and JAVA.
ocean1208's Repositories
ocean1208/Python
All Algorithms implemented in Python
ocean1208/Surprise
A Python scikit for building and analyzing recommender systems
ocean1208/CommunityDetection
Implements of community detection algorithms
ocean1208/tensorflow_practice
tensorflow实战练习,包括强化学习、推荐系统、nlp等
ocean1208/architect-awesome
后端架构师技术图谱
ocean1208/skill-map
程序员技能图谱
ocean1208/tutorials
机器学习相关教程
ocean1208/wdxtub.github.io
personal blog
ocean1208/Word2Vec
这是对word2vec的一些改进和应用。
ocean1208/deeplearningbook-chinese
Deep Learning Book Chinese Translation
ocean1208/tensorflow
Computation using data flow graphs for scalable machine learning
ocean1208/deeplearning4j
Deep Learning for Java, Scala & Clojure on Hadoop, Spark & GPUs
ocean1208/xgboost
Large-scale and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, on single node, hadoop yarn and more.
ocean1208/DataMiningAlgorithm
数据挖掘18大算法实现以及其他相关经典DM算法
ocean1208/spring-framework
The Spring Framework
ocean1208/news-duplicated
文本去重算法,研究自推荐系统中新闻的去重,采用了雅虎的Near-duplicates and shingling算法,服务端用c实现,客户端用java实现,利用thrift框架进行通信,为了提高扩展性,去重可以在服务端实现,服务器也提供了计算的接口,方便客户端自己扩展
ocean1208/machine_learning_and_data_mining
常见数据挖掘和机器学习算法
ocean1208/HelloWeb
ocean1208/UsingGitHub
ocean1208/android
GitHub Android App
ocean1208/jieba-analysis
结巴分词(java版)
ocean1208/canal
阿里巴巴mysql数据库binlog的增量订阅&消费组件
ocean1208/UseGitHub
ocean1208/IKAnalyzer_u5_src
ik分词器2012_u5的源代码
ocean1208/auto
ocean1208/DataMiningCode
数据挖掘常用算法集成
ocean1208/sso
Hihsoft-sso前身是javahih研发团队从多个大型项目实施过程中,精练提取出来的一个开源的信息化管理系统基础框架。我们本着取之于开源,服务于开源的宗旨,以码会友,着力打造一个轻量级、性能良好、快速开发的大众化的业务基础平台 本框架以Spring Framework为核心、Spring MVC作为模型视图控制器、JDBC + Hibernate作为数据库持久化, 前端基于JQuery的优秀开源UI实现的一个简单、易学的综合性业务基础平台。
ocean1208/ACM_zoj
ZOJ和PAT系统部分题目,主要是java写,其次是C写
ocean1208/mongo-java-driver
java driver for mongo
ocean1208/Design_Pattern_in_Java
设计模式