Pinned Repositories
123
Agriculture_KnowledgeGraph
农业知识图谱:农业领域的命名实体识别,实体解析,关系抽取,数据挖掘
awesome-ml-for-cybersecurity
:octocat: Machine Learning for Cyber Security
CNN-rf
cnn-svm
An Architecture Combining Convolutional Neural Network (CNN) and Linear Support Vector Machine (SVM) for Image Classification
d0x3d-the-game
Source materials for [d0x3d!], a network security game.
DeepLearning_IDS
Deep learning based Intrusion Detection System
deeplearningbook-chinese
Deep Learning Book Chinese Translation
DenseNet
Densely Connected Convolutional Networks, In CVPR 2017 (Best Paper Award).
Ensemble_Learning
使用5-6个模型(可以是knn svm 贝叶斯等等)用投票的方式做一个集成学习对MNIST数据集进行分类。
MrsJLW's Repositories
MrsJLW/Agriculture_KnowledgeGraph
农业知识图谱:农业领域的命名实体识别,实体解析,关系抽取,数据挖掘
MrsJLW/awesome-ml-for-cybersecurity
:octocat: Machine Learning for Cyber Security
MrsJLW/cnn-svm
An Architecture Combining Convolutional Neural Network (CNN) and Linear Support Vector Machine (SVM) for Image Classification
MrsJLW/DeepLearning_IDS
Deep learning based Intrusion Detection System
MrsJLW/deeplearningbook-chinese
Deep Learning Book Chinese Translation
MrsJLW/DenseNet
Densely Connected Convolutional Networks, In CVPR 2017 (Best Paper Award).
MrsJLW/Ensemble_Learning
使用5-6个模型(可以是knn svm 贝叶斯等等)用投票的方式做一个集成学习对MNIST数据集进行分类。
MrsJLW/fashion-mnist
A MNIST-like fashion product database. Benchmark :point_right:
MrsJLW/FewShotLearning
Pytorch implementation of the paper "Optimization as a Model for Few-Shot Learning"
MrsJLW/game_2048
学习python,2048小游戏
MrsJLW/Gym-Maze-RL
Shortest path in a maze using q learning and sarsa. https://github.com/MattChanTK/gym-maze/blob/master/README.md
MrsJLW/HoeffdingTree
A Python implementation of the Hoeffding Tree algorithm.
MrsJLW/Interview-Notebook
:calendar: 准备秋招学习笔记
MrsJLW/ivideo
一个可以观看国内主流视频平台所有视频的客户端(Mac、Windows、Linux),包括 VIP 资源
MrsJLW/JLW
AI学习
MrsJLW/keras-oneshot
koch et al, Siamese Networks for one-shot learning, (mostly) reimplimented in keras
MrsJLW/kmeans_smote
Oversampling for imbalanced learning based on k-means and SMOTE
MrsJLW/knowledge_graph_demo
This is a demo for a simple knowledge graph.
MrsJLW/low-shot-shrink-hallucinate
Presenting Low-shot Visual Recognition by Shrinking and Hallucinating Features
MrsJLW/Network-Intrusion-Detection
Network Intrusion Detection KDDCup '99', NSL-KDD and UNSW-NB15
MrsJLW/NIDS
MrsJLW/qlearning_robot
用 qlearning 算法走迷宫
MrsJLW/science_rcn
Reference implementation of a two-level RCN model
MrsJLW/Siamese-Networks-for-One-Shot-Learning
Implementation of Siamese Neural Networks for One-shot Image Recognition
MrsJLW/Stacked-Autoencoder
MrsJLW/starwar-visualization
data analysis and visualization of knowledge graph for star war movies
MrsJLW/stock-predict
预测A股所有股票涨跌
MrsJLW/Tensorflow_12CP
Its a 12 CP project for MSc. Digital Engineering
MrsJLW/TensorFlowDeepAutoencoder
MNIST Digit Classification Using Stacked Autoencoder And TensorFlow
MrsJLW/Twin-SVM
Twin SVM implementation