this repository is for algorithm exercise
关于每个算法的解释: https://github.com/Narcissuscyn/Algorithm/blob/master/sort/ten-sort-algorithm.pdf
1.N皇后问题:
- 常用模型:https://github.com/Narcissuscyn/Algorithm/blob/master/WordEmbedding_1_models.pdf
- Word2vec要素:https://github.com/Narcissuscyn/Algorithm/blob/master/WordEmbeddingIngredients.pdf
1.物体检测里面的NMS: [https://github.com/Narcissuscyn/Algorithm/DL_basic_skils/nms_cpu.py] NMS的计算还涉及到IOU的计算 2. softmax的实现
3.BN的实现
4.双线性插值实现resize
1.KMP(模式匹配算法的理解):https://github.com/Narcissuscyn/Algorithm/blob/master/KMP.pdf 参考链接:http://wiki.jikexueyuan.com/project/kmp-algorithm/define.html
2.RANSAC算法的理解与实现:代码在本项目的ransac目录下,博客为:https://github.com/Narcissuscyn/narcissuscyn.github.io/blob/master/_posts/2017-10-28-ransac.md