tianze28's recent timeline updates
tianze28's repos on GitHub
Java · 754 watchers
Chinese-number-gestures-recognition
基于卷积神经网络的数字手势识别安卓APP,识别数字手势0-10(The number gestures recognition Android APP based on convolutional neural network(CNN), which can recognize the gestures corresponding number 0 to 10)
Python · 225 watchers
deep-learning
personal practice(个人练习,实现了深度学习中的一些算法,包括:四种初始化方法(zero initialize, random initialize, xavier initialize, he initialize),深度神经网络,正则化,dropout, 三种梯度下降方法(BGD, SGD, mini-batch),六种优化算法(momentum、nesterov momentum、Adagrad、Adadelta、RMSprop、Adam),梯度检验、batch normalization)、RNN
Jupyter Notebook · 29 watchers
machine-learning
personal practice,个人练习项目,包括:在ID3的基础上增加了可视化决策树、实现了weka中text转arff格式
Python · 26 watchers
Price-prediction-and-recommendation-of-second-hand-housing-in-Shanghai
基于postgresql+机器学习库MadLib的上海地区二手房价格预测及推荐)
19 watchers
some-libraries
项目中用到的一些库(现在不太好找了)(some libraries that is difficulty to find in the project)
C++ · 14 watchers
ConvexHull
Graham扫描法寻找凸包/Graham's scan for Convex Hull
9 watchers
Derivation-of-LDA-series-formula
LDA系列公式推导(吉布斯采样,Gibbs Sampling)
4 watchers
DeepLearning-500-questions
深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为15个章节,近20万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系[email protected] 版权所有,违权必究 Tan 2018.06
Python · 1 watchers
Chinese-Word-Vectors
100+ Chinese Word Vectors 上百种预训练中文词向量
Jupyter Notebook · 1 watchers
machinelearning
My blogs and code for machine learning. http://cnblogs.com/pinard
Jupyter Notebook · 0 watchers
100-Days-Of-ML-Code
100-Days-Of-ML-Code中文版
0 watchers
100-Days-Of-ML-Code-1
100 Days of ML Coding
Python · 0 watchers
ailearn
A lightweight package for artificial intelligence
Python · 0 watchers
bert
TensorFlow code and pre-trained models for BERT
Jupyter Notebook · 0 watchers
cn-deep-learning
https://cn.udacity.com/course/deep-learning-nanodegree-foundation--nd101/
Python · 0 watchers
cosine_similarity
calculate the cosine similarity
Python · 0 watchers
DeepInterestNetwork
Python · 0 watchers
DeepST
Deep Learning for Spatio-Temporal Data
Python · 0 watchers
dien
0 watchers
dl_tutorials
Deep learning tutorials (2nd ed.)
Python · 0 watchers
fashion-mnist
A MNIST-like fashion product database. Benchmark :point_right:
0 watchers
Foundations-of-LLMs
浙大大模型基础
Python · 0 watchers
GeneticAlgorithmsRepo
Genetic Algorithm Packages for Python.
0 watchers
house
有完整版的PDF下载。
Jupyter Notebook · 0 watchers
introduction_to_ml_with_python
Notebooks and code for the book "Introduction to Machine Learning with Python"
0 watchers
jemdoc
Light text markup for creating websites
Python · 0 watchers
margin-softmax
keras sparse implement of margin-softmax
0 watchers
ml-visuals
🎨 ML Visuals contains figures and templates which you can reuse and customize to improve your scientific writing.
Jupyter Notebook · 0 watchers
mlss2018-madrid-gan
MLSS 2018 Madrid lecture materials on Generative Adversarial Networks (GANs)
Java · 0 watchers
ntudm
Python · 0 watchers
pu-learning
Positive and unlabeled learning wrappers for scikit-learn
0 watchers
pulse
PULSE: Self-Supervised Photo Upsampling via Latent Space Exploration of Generative Models
0 watchers
pylift
Uplift modeling package.
0 watchers
rtb-papers
A collection of research and survey papers of real-time bidding (RTB) based display advertising techniques.
Kotlin · 0 watchers
swot
Identify email addresses or domains names that belong to colleges or universities. Help automate the process of approving or rejecting academic discounts.
Python · 0 watchers
Technical-Analysis-And-Practice-in-TensorFlow
《TensorFlow技术解析与实战》的源码整理、补充和讨论
0 watchers
TensorFlow-Examples
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
Jupyter Notebook · 0 watchers
tensorflow-tutorial
Example TensorFlow codes and Caicloud TensorFlow as a Service dev environment.
0 watchers
tianya-docs
tianya
0 watchers
tuning_playbook
A playbook for systematically maximizing the performance of deep learning models.
Python · 0 watchers
Twitter-LDA
Code to run LDA algorithm on Twitter/Foursquare scraped data.
Python · 0 watchers
tz28.github.io
Cheng He's homepage
0 watchers
vim
vim配置文件和插件(不再维护)
0 watchers
YCDL
DNN framework based on ps-lite
Python · 0 watchers
zi2zi
Learning Chinese Character style with conditional GAN
tianze28

tianze28

计算机科学并不仅仅关于计算机,就像天文学并不仅仅关于望远镜。
🏢  ecnu / 学生
V2EX member #331077, joined on 2018-07-23 13:06:24 +08:00
28 S 32 B
纸质书爱好者,人工弱智制造者
tianze28's recent replies
@carpediemvv 怎么了?
@jinzhenfei520 可以的,训练的代码也公布出来了,你可以自己再重新训练模型。具体请参加 github 上的文章,以及文档里附上了详细的讲解博客。
Jul 24, 2018
Replied to a topic by lsyAndroid Android 有什么好的 android ocr 解决方案?
@lsyAndroid 关于结合,请参见我的 CSDN 博客( id:天泽 28 ):《将 TensorFlow 训练好的模型迁移到 Android APP 上( TensorFlowLite )》,
完整的项目,放到 github 上了,欢迎大家 star。项目名:Chinese-number-gestures-recognition。用户名:tz28
Jul 24, 2018
Replied to a topic by miniliuke 问与答 bazel 编译 tensorflow 的 android demo 问题
@miniliuke 其实没必要 bazel 编译的,直接把 jar 放入就行了,我写了篇博客,关于如何把 TensorFlow 训练好的模型迁移到 Android studio 上,博客地址: https://blog.csdn.net/u012328159/article/details/81101074
整个项目的代码已开源到 github 上: https://github.com/tz28/Chinese-number-gestures-recognition
欢迎 star 哈,哈哈
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1000 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 16ms · UTC 18:57 · PVG 02:57 · LAX 11:57 · JFK 14:57
♥ Do have faith in what you're doing.