Pinned Repositories
3d_models
3D CAD models
AFAG-Project
Generates attributed face adjacency graph from SAT file
Agriculture_KnowledgeGraph
农业知识图谱(AgriKG):农业领域的信息检索,命名实体识别,关系抽取,智能问答,辅助决策
autograd
Efficiently computes derivatives of numpy code.
deep-residual-networks
Deep Residual Learning for Image Recognition
differential-evolution
A (very slow) implementation of the differential evolution algorithm in Python using Tensorflow.
doc2vec_java
A Java implementation of doc2vec in ICML'14
Doc_Word2vecTest
这是Word2vec和Doc2vec的一个应用示例:用Word2vec计算词的相似度和用doc2vec计算句子的相似度。
EvolutionNeuralNetwork
A small project abot GA and ANN,基于TensorFlow实现基于遗传算法的神经网络结构搜索技术,在威斯康星乳腺癌细胞分类的数据集上面进行实验,并与传统的机器学习的分类算法进行对比,验证该算法的结果的优劣性。
evostra
A fast Evolution Strategy implementation in Python
zzc1996's Repositories
zzc1996/3d_models
3D CAD models
zzc1996/AFAG-Project
Generates attributed face adjacency graph from SAT file
zzc1996/Agriculture_KnowledgeGraph
农业知识图谱(AgriKG):农业领域的信息检索,命名实体识别,关系抽取,智能问答,辅助决策
zzc1996/autograd
Efficiently computes derivatives of numpy code.
zzc1996/deep-residual-networks
Deep Residual Learning for Image Recognition
zzc1996/differential-evolution
A (very slow) implementation of the differential evolution algorithm in Python using Tensorflow.
zzc1996/EvolutionNeuralNetwork
A small project abot GA and ANN,基于TensorFlow实现基于遗传算法的神经网络结构搜索技术,在威斯康星乳腺癌细胞分类的数据集上面进行实验,并与传统的机器学习的分类算法进行对比,验证该算法的结果的优劣性。
zzc1996/evostra
A fast Evolution Strategy implementation in Python
zzc1996/FATE
An Industrial Level Federated Learning Framework
zzc1996/fourier_neural_operator
Use Fourier transform to learn operators in differential equations.
zzc1996/IfcSTEP-to-IfcOWL-converters
Roundtrip converters from IFC STEP files to IfcOWL RDF files
zzc1996/IFCtoLBD
IFCtoLBD converts IFC (Industry Foundation Classes STEP formatted files into the Linked Building Data ontologies.
zzc1996/jieba
结巴中文分词
zzc1996/JRNN
LSTM and GRU in JAVA
zzc1996/lstm
Minimal, clean example of lstm neural network training in python, for learning purposes.
zzc1996/node-STEP
node-STEP : nodejs script to analyse and explore STEP (ISO 10303 AP203) file format and explore part assemblies
zzc1996/np-nes
Numpy implementation of Natural Evolution Strategy (NES)
zzc1996/pan-dl4j
zzc1996/pdf
数据科学方向 课件&资料
zzc1996/PINNs
Physics Informed Deep Learning: Data-driven Solutions and Discovery of Nonlinear Partial Differential Equations
zzc1996/QAonMilitaryKG
QAonMilitaryKG,QaSystem based on military knowledge graph that stores in mongodb which is different from the previous one, 基于mongodb存储的军事领域知识图谱问答项目,包括飞行器、太空装备等8大类,100余小类,共计5800项的军事武器知识库,该项目不使用图数据库进行存储,通过jieba进行问句解析,问句实体项识别,基于查询模板完成多类问题的查询,主要是提供一种工业界的问答**demo。
zzc1996/semanaly
semantic analysis using word2vector, doc2vector,lstm and other method. mainly for text similarity analysis.
zzc1996/Seminar-Deep-Learning
《Deep Learning》阅读讨论班
zzc1996/Seminar-PRML
《Pattern Recognition and Machine Learning》阅读讨论班
zzc1996/sentence-similarity
To calculate similarity between two sentences in Chinese, using hanlp
zzc1996/tensorflow-resnet
ResNet model in TensorFlow
zzc1996/tensorflow_practice
tensorflow实战练习,包括强化学习、推荐系统、nlp等
zzc1996/word2vec
a word2vec impl of Chinese language, based on deeplearning4j and ansj
zzc1996/Word2VEC_java
word2vec java版本的一个实现
zzc1996/xNES_NeuralNet_Classification
This project contains code capable of training a neural network for classification using the xNES (exponential Natural evolution strategy).