240 发简信
IP属地:上海
  • Resize,w 360,h 240
    GBDT:梯度提升决策树

    综述 GBDT(Gradient Boosting Decision Tree) 又叫 MART(Multiple Additive Regre...

    6.5 252980 35 257 1
  • Resize,w 360,h 240
    Spark-core-架构及工作机制综述

    注:本文参考文献有书籍《Spark大数据处理:技术、应用与性能优化》、RDD的Paper《Resilient Distributed Datas...

  • Resize,w 360,h 240
    Spark-MLlib-SVM源码实现分析

    注:MLlib中的SVM只实现了线性二分类。没有非线性(核函数),也没有多分类和回归。线性二分类的优化过程类似于逻辑回归。以下从三个方面进行分析...

  • Resize,w 360,h 240
    LeetCode 10 Regular Expression Matching

    题目要求 Implement regular expression matching with support for '.' and '*'实...

  • Resize,w 360,h 240
    Java虚拟机

    注:本文参考自《深入理解Java虚拟机:JVM高级特性与最佳实践》及其它优秀的博客,在此表示对这些作者们的感谢。 一、Java虚拟机运行时数据区...

  • LeetCode 04 Median of Two Sorted Arrays

    题目要求 There are two sorted arrays nums1 and nums2 of size m and n respect...

  • Singleton-单例模式

    【目录】 一、概述1、作用2、优点3、缺点4、常见的应用场景二、 五种实现方式1、饿汉式2、懒汉式3、双重检查锁式4、静态内部类实现方式5、枚举...

  • LeetCode 17 Letter Combinations of a Phone Number

    题目要求 Given a digit string, return all possible letter combinations that ...

  • LeetCode 11 Container With Most Water

    题目要求 Given n non-negative integers a1, a2, ..., an, where each represent...

个人介绍
每天叫醒我的,不是梦想,而是昨晚没实现的那段代码