Just For Fun


  • Home

  • About

  • Tags

  • Categories

  • Archives

  • Search

Tensorflow记录(2)

Posted on 2020-02-26 | Post modified: 2020-02-26 | In Deep Learning
Words count in article: 1.1k | Reading time ≈ 4

Tensorflow记录(2)

Read more »

KNN

Posted on 2020-02-25 | Post modified: 2020-03-11 | In Machine Learning
Words count in article: 728 | Reading time ≈ 4

KNN

Normal KNN

KNN(K-Nearest Neighbor) is a extremely simple classification algorithm.

Read more »

Perceptron

Posted on 2020-02-18 | Post modified: 2020-02-18 | In Machine Learning
Words count in article: 617 | Reading time ≈ 3

Perceptron

Perceptron is a kind of simple binary classification algorithm, which can only be applied on binary dataset with linearly separable.

Read more »

Tensorflow记录(1)

Posted on 2020-02-17 | Post modified: 2020-02-26 | In Deep Learning
Words count in article: 1.3k | Reading time ≈ 5

Tensorflow记录(1)

Read more »

Activation Functions

Posted on 2020-02-06 | Post modified: 2020-02-09 | In Deep Learning
Words count in article: 1.4k | Reading time ≈ 5

Activation Functions

线性可分 VS 线性不可分

在讨论激活函数之前,我们应该先了解为什么激活函数是有必要存在的.

Read more »

Logistic Regression

Posted on 2019-09-08 | Post modified: 2019-09-20 | In Machine Learning
Words count in article: 1.1k | Reading time ≈ 5

Logistic Regression Introduction

逻辑回归(logistic regression),一种典型的分类方法.

Read more »

Distribution

Posted on 2019-08-26 | Post modified: 2019-08-26
Words count in article: 577 | Reading time ≈ 2

Distribution 相关 (待补充)

正态分布

正态分布/高斯分布 (Normal Distribution/Gussian Distribution) : \[f(x) = {1\over \sigma \sqrt {2\pi}} e^{-{(x-\mu)^2 \over 2\sigma^2}}\] 记作 \(X\)~\(N(\mu,\sigma^2)\),其中 \(E[x] = \mu, V[x] = \sigma^2\),标准正态分布记作 \(X\)~\(N(0,1)\)

Read more »

MAT9004复习总(3)

Posted on 2019-06-08 | Post modified: 2019-06-08
Words count in article: 1.2k | Reading time ≈ 7

MAT9004复习总结(3)

这部分主要总结记录一些关于线性代数相关的基础知识点.

Read more »

MAT9004复习总结(2)

Posted on 2019-06-07 | Post modified: 2019-06-08
Words count in article: 616 | Reading time ≈ 3

MAT9004复习总结(2)

这部分记录一些很简单的函数相关值知识,基本高中范围.

Read more »

Python Summary

Posted on 2019-06-01 | Post modified: 2019-06-11
Words count in article: 1.5k | Reading time ≈ 9

Python Summary

A brief summary of Python, including some basic foundations.

Read more »

123
dylan_houxinglin

dylan_houxinglin

Monash University Master of Data Science, Recommender System / Machine Learning

30 posts
14 categories
22 tags
GitHub E-Mail 知乎
© 2021 dylan_houxinglin | Site words total count: 33.5k
Powered by Hexo
|
Theme — NexT.Mist v5.1.4
0%