Pinned Repositories
algo
数据结构和算法必知必会的50个代码实现
Alink
Alink is the Machine Learning algorithm platform based on Flink, developed by the PAI team of Alibaba computing platform.
awesome-R
A curated list of awesome R packages, frameworks and software.
hypothesistesting
//TODO 统计学假设检验的各种算法
Python-100-Days
Python - 100天从新手到大师
smile
Statistical Machine Intelligence & Learning Engine
spark_dbscan
DBSCAN clustering algorithm on top of Apache Spark2.x
StatisticalLearningMethod
《统计学习方法》_spark_scala自编程实现
streamx
Make Flink|Spark easier!!!
wzspark
Apache Spark
wkwzzc's Repositories
wkwzzc/StatisticalLearningMethod
《统计学习方法》_spark_scala自编程实现
wkwzzc/spark_dbscan
DBSCAN clustering algorithm on top of Apache Spark2.x
wkwzzc/Alink
Alink is the Machine Learning algorithm platform based on Flink, developed by the PAI team of Alibaba computing platform.
wkwzzc/hypothesistesting
//TODO 统计学假设检验的各种算法
wkwzzc/Python-100-Days
Python - 100天从新手到大师
wkwzzc/smile
Statistical Machine Intelligence & Learning Engine
wkwzzc/streamx
Make Flink|Spark easier!!!
wkwzzc/wzspark
Apache Spark
wkwzzc/algo
数据结构和算法必知必会的50个代码实现
wkwzzc/awesome-R
A curated list of awesome R packages, frameworks and software.
wkwzzc/breeze
Breeze is a numerical processing library for Scala.
wkwzzc/coder2gwy
互联网首份程序员考公指南,由3位已经进入体制内的前大厂程序员联合献上。
wkwzzc/Data-Analysis-with-R
Using gglot2, tidyr, dplyr, ggmap, choroplethr, shiny, logistic regression, clustering models and more
wkwzzc/DeepLearning-500-questions
深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06
wkwzzc/delta
An open-source storage layer that brings scalable, ACID transactions to Apache Spark™ and big data workloads.
wkwzzc/flink
Apache Flink
wkwzzc/flink-recommandSystem-demo
:helicopter::rocket:基于Flink实现的商品实时推荐系统。flink统计商品热度,放入redis缓存,分析日志信息,将画像标签和实时记录放入Hbase。在用户发起推荐请求后,根据用户画像重排序热度榜,并结合协同过滤和标签两个推荐模块为新生成的榜单的每一个产品添加关联产品,最后返回新的用户列表。
wkwzzc/flink-training-course
Flink 中文视频课程(持续更新...)
wkwzzc/Full-Stack-Scala-Starter
Play 2.5, ScalaJS, Binding.scala starter project.
wkwzzc/gbf-raidfinder
Granblue Raid Finder
wkwzzc/hive
Apache Hive
wkwzzc/HowToCook
程序员在家做饭方法指南。Programmer's guide about how to cook at home (Chinese).
wkwzzc/kafka
Mirror of Apache Kafka
wkwzzc/lihang-code
《统计学习方法》的代码实现
wkwzzc/Machine_Learning_Code_Implementation
Mathematical derivation and pure Python code implementation of machine learning algorithms.
wkwzzc/play-for-scala-developers
Play 中文文档
wkwzzc/python3-cookbook
《Python Cookbook》 3rd Edition Translation
wkwzzc/scala-style-guide
Databricks Scala Coding Style Guide
wkwzzc/spark-workshop
Apache Spark™ and Scala Workshops
wkwzzc/SparkInternals
Learning notes of Apache Spark source code