Do not go gentle into that good night

  • Home
  • Archives
  • Timelines
  • Friends
  • About
  1. SVM(Part II)

    About These Articles:

    SVM的学习,可以查询到大量的相关文章、视频,并且在几本经典的书(西瓜书,统计学习方法等)中也有相应的解读。本文为个人总结回顾。

    Dec 26, 2018 on Machine Learning
  2. SVM(Part I)

    About These Articles:

    SVM的学习,可以查询到大量的相关文章、视频,并且在几本经典的书(西瓜书,统计学习方法等)中也有相应的解读。本文为个人总结回顾。(由于Markdown和MathJax的兼容问题,很多公式没有渲染出来,可以直接看手写推导过程。)

    Dec 23, 2018 on Machine Learning
  3. 10-12月

    钱钟书先生说:“似乎我们总是很容易忽略当下的生活,忽略许多美好的时光。而当所有的时光在被辜负被浪费后,才能从记忆里将某一段拎出,拍拍上面沉积的灰尘,感叹它是最好的。”

    Dec 21, 2018 on Fragments
  4. Python快速创建二维数组 [[0]*n]*n ?

    早先在刷Leetcode的时候,遇到了一个莫名的bug,为什么二维数组的元素没有按自己的预期改变呢?
    当我们这样定义一个二维数组的时候,

    n = 3
    res = [[0] * n] * n

    发生了什么?

    Dec 18, 2018 on python
  5. Paper Notes[1]: Rethinking ImageNet Pre-training

    论文笔记:
    Rethinking ImageNet Pre-training

    Take Home Message

    Dec 11, 2018 on Paper
  6. 8-puzzles algorithm

    AIMA: 8-puzzles

    题目描述

    8-puzzle problem
    Given any randomly generated start state and a goal state shown below, implement the IDS, greedy search and A* search algorithms, respectively, to find a sequence of actions that will transform the state from the start state to the goal state.

    Oct 20, 2018 on Machine Learning

Newer Posts

Page 5 of 9

Older Posts

🍓XFeiF © 2015-2021
Theme Fx Star Designed By @XFeiF
Powered by Hugo