Pinned Repositories
bobozan
solve bobozan game strategy with Nash equilibrium
cs231n
My cs231n assignments.
Deep-Reinforcement-Learning-Algorithms-with-PyTorch
PyTorch implementations of deep reinforcement learning algorithms and environments
DGN
DGN Code
MNIST-test
使用MNIST数据集,手写一些基础的机器学习算法来练手。
PKU_Traffic_Lights
PKUMap
安卓写的一个北大导游类APP,包含,自动寻路,景点解说,景点查找,景点识别等功能
RangeAnalysis
Variable Range Analysis for SSA Files
Reversi
大一上用C++写的、有图形界面和AI的黑白棋游戏
Stopwatch
用Xilinx+Verilog,在Basys2上做的一个秒表
KamijouToumaKun's Repositories
KamijouToumaKun/PKUMap
安卓写的一个北大导游类APP,包含,自动寻路,景点解说,景点查找,景点识别等功能
KamijouToumaKun/RangeAnalysis
Variable Range Analysis for SSA Files
KamijouToumaKun/bobozan
solve bobozan game strategy with Nash equilibrium
KamijouToumaKun/cs231n
My cs231n assignments.
KamijouToumaKun/Deep-Reinforcement-Learning-Algorithms-with-PyTorch
PyTorch implementations of deep reinforcement learning algorithms and environments
KamijouToumaKun/DGN
DGN Code
KamijouToumaKun/MNIST-test
使用MNIST数据集,手写一些基础的机器学习算法来练手。
KamijouToumaKun/PKU_Traffic_Lights
KamijouToumaKun/Reversi
大一上用C++写的、有图形界面和AI的黑白棋游戏
KamijouToumaKun/Stopwatch
用Xilinx+Verilog,在Basys2上做的一个秒表
KamijouToumaKun/MatlabTest
最外层是关于T检验和神经网络的两个Matlab的小作业,其他文件夹是Duke Image and Video Processing的笔记和作业。
KamijouToumaKun/MiniJava
"From Java to MIPS in Five Nifty Steps" Project of UCLA CS 132 Compiler Construction & PKU Compiler Internship
KamijouToumaKun/OwnImageClassifier
A multi-class image classifier that goes with your custom train set & test set
KamijouToumaKun/PracticeForACM
为了北大ACM校内赛和夏令营而刷题
KamijouToumaKun/SmallMathProblems
Here are some interesting small mathematical problems (such as solving Sudoku).
KamijouToumaKun/TensorflowProjects
Some projects using Tensorflow
KamijouToumaKun/visualizing-cnn-feature-maps
Visualizing CNN filters using PyTorch
KamijouToumaKun/WordSegmentation
NLP课上用感知机做的自动分词器