240 发简信
IP属地:陕西
  • Python 机器学习基石 作业2

    实现简单的决策树(先找出合适的决策参量,再估计错误率) 注意: python中把数据每一行分开后得到的是一系列字符串,要先把它转化成浮点数再后续...

  • Python 机器学习基石 作业1

    实现PLA和Pocket算法 references:https://blog.csdn.net/rikichou/article/details...

  • MATLAB Canny Edge Detection

    demo_canny.m non_maximum_suppression.m hysteresis_thresholding2.m

  • MATLAB 完整的仿射变换

    type为'crop'或者'loose',最终输出灰度图。

  • LeetCode Count of Range Sum

    Given an integer array nums, return the number of range sums that lie in...

  • LeetCode Decode String

    Given an encoded string, return it's decoded string. The encoding rule i...

  • LeetCode Course Schedule(Topological Sorting)

    There are a total of n courses you have to take, labeled from 0 to n - 1...

  • LeetCode Count of Smaller Number After Self

    You are given an integer array nums and you have to return a new counts ...