240 发简信
IP属地:云南
  • python 常用操作记录

    python 列表及字典(按key、按value排序) python dict按照key 排序:1、method 1. 2、method 2. ...

  • 文章列表

    新生深度学习UFLDLRecommending music on Spotify with deep learningSED 简明教程

  • Face Recognition

    These steps worked for me on OSX flawlessly $ brew install cmake$ brew i...

  • 量化入门资料

    国外 https://www.quantopian.com/lectures国内 https://bigquant.com/docs/

  • Triplet-loss

    https://omoindrot.github.io/triplet-loss

  • HIVE系列

    行转列 select max(ubi.key), concat_ws(',', collect_set(ua.number)) as numbe...

  • 如何在mapreduce中导入自定义模块?【python】

    hadoop jar /usr/lib/hadoop-mapreduce/hadoop-streaming.jar -files lib.py,...