DevilKing's blog

冷灯看剑,剑上几分功名?炉香无需计苍生,纵一穿烟逝,万丈云埋,孤阳还照古陵

0%

借鉴于d0evi1的博客

基础篇

数学基础

机器学习

coursera的课程

交大课程

神经网络

神经网络简史

深度学习 from google

李宏毅bilili

coursera课程

机器学习中使用的神经网络

tensorflow:

standford tensorflow: CS20SI

配套课件ppt

NLP

语法分析_陆俭明

CS224D 深度学习与自然语言处理 ppt

推荐系统

Recommender Systems

Recsys 2016 tutorial: Lessons learned from building real-life recommender systems

others

深度学习与计算机视觉

作为Latex的入门教程

插入数学公式

$数学公式$ 或者$$数学公式$$

行内公式以及行间公式

$E = mc^2$

$$
E=mc^2
$$

普通公式

$$
x = 100 * y + z - 10 / 33 + 10 % 3
$$

上下标

$$
x=a_{1}^n \text +a_{2}^n
$$

括号

()[]|都表示它们自己,但是{}因为有特殊作用因此当需要显示大括号时一般使用\lbrace \rbrace来表示。
$$
f(x, y) = 100 * \lbrace[(x + y) * 3] - 5\rbrace
$$

数学运算

分数 $\frac{1}{3}

开方 $\sqrt[3]{x}$

$\sqrt{5-x}$

希腊字母

Maria

You’ve gotta see her

Go insane and out of your mind

有过甜蜜,也有苦涩,其实,也是找到自我的过程,放弃一些错误的自以为是,不要眼高手低,承认自己。。

本周工作:

  • 代码部分的一些整合
  • 关于recognize inputs部分的一些知识的学习
  • sdk存活数据部分?

本周所得:

  • 温习机器学习
  • latex部分的一些排版规则

下周工作:

  • 用户的协同过滤,尝试出一版用户的相关数据
  • 机器学习入门,关于那本书继续学习
  • blockchain部分

慢慢恢复更新的频率,相关技术书籍的阅读以及blog的编写。。

事情不要拖拉,房子以及电话上,不要总觉得理所当然。。

恢复那种战战兢兢的状态,一件事一件事地弄好。。

答应的事情,尽量坐到,做到心安就行,承认自己不行,并不是一件坏事,还是acer标称咯。。

neural netowrks and deep learning

神经网络的机器学习,主要分为几个部分

神经网络识别手写

two important types of artificial neuron (the perceptron and the sigmoid neuron)

$$
output = \begin{cases}
0, & \text{if } \sum_{j}w_{j}x_{j} \leq threshold \
1, & \text{if } \sum_{j}w_{j}x_{j} > threshold
\end{cases}
$$

simplify the describe perceptrons

$$
w \cdot x \equiv \sum_{j}w_{j}x_{j} \
b \equiv -threshold
$$

$$
output = \begin{cases}
0, & \text{if } w \cdot x +b \leq 0 \
1, & \text{if } w \cdot x +b > 0
\end {cases}
$$

While the design of the input and output layers of a neural network is often straightforward, there can be quite an art to the design of the hidden layers

multilayer perceptrons orMLPs

feedforward neural networks

RNN networks, feedback loops are possible

two problems:

  • breaking to segment, segmentation problem
  • classifying individual digits

There are many approaches to solving the segmentation problem.

One approach is to trial many different ways of segmenting the image, using the individual digit classifier to score each trial segmentation. A trial segmentation gets a high score if the individual digit classifier is confident of its classification in all segments, and a low score if the classifier is having a lot of trouble in one or more segments.

The idea is that if the classifier is having trouble somewhere, then it’s probably having trouble because the segmentation has been chosen incorrectly. This idea and other variations can be used to solve the segmentation problem quite well.

10 outputs vs 4 outputs

gradient descent
$$
C(w,b) \equiv \frac{1}{2n}\sum_{x} \begin{Vmatrix} y(x)-a \end{Vmatrix}^2
$$

ball-rolling analogy
$$
\Delta C \approx \frac{\partial C}{\partial v1} \Delta v1 + \frac{\partial C}{\partial v2} \Delta v2
$$

$$
a’ = \sigma(wa + b)
$$

bp算法的工作原理

提高神经网络学习方式

神经网络可以计算任何方法

深度神经网络很难训练

deep learning

最近也是脑子爆炸,工作上不是很顺心,房子上也最终不一定能达成一致。。

本周工作:

  • 关于adnroid中嵌入js,去获取status code部分
  • clean产品的ltv的计算
  • api.log解析的合并

本周所得:

  • 关于android的一些知识

下周工作:

  • 一些数据的统计,相关结论
  • android部分的回滚
  • 机器学习的入门

慢慢将每周计划部分捡起来,充实自己

哎,房子能合租就合租,不能就转租,也没差。。只是以后尽量能不合租就不合租吧,尽量一起去看房,省的大家后面麻烦。。。

工作上和生活上,按部就班地来,毕竟要开始还放贷了,工作要更加努力才是。。

收拾生活,收拾心情,人生总是一场历练。。

负能量部分,也只能向blog吐槽一下,也就够了。。

加油。。