NexT


  • Home

  • Archives

  • Tags

Typora and Mermaid

Posted on 2021-02-16 | In AI

本文測試 Typora 加上 Mermaid script.

Read more »

Math ML - Modified Softmax w/ Margin

Posted on 2021-01-16 | In AI

Math ML - Modified Softmax w/ Margin

[@rashadAdditiveMargin2020] and [@liuLargeMarginSoftmax2017] Softmax classification 是陳年技術,可還是有人在老幹上長出新枝。其中一類是在 softmax 加上 maximum margin 概念 (sometimes refers to metric learning), 另一類是在 softmax 所有 dataset 中找出 “supporting vectors” 減少 computation 卻不失準確率。實際做法都是從修改 loss function 著手。本文聚焦在第一類增加 margin 的 算法。

Read more »

Math AI G-CNN (Group + CNN)

Posted on 2020-05-08 | In AI

Math AI - G-CNN (Group + CNN)

Where is group theory (G-CNN) + Curved Space (Spherical CNN)

Read more »

增進工程師效率 Julia Linear Algebra

Posted on 2020-04-21

Use Julia for Linear Algebra

Read more »

Edge AI Trilogy III - Model Compression

Posted on 2020-04-05 | In AI

Edge AI Trilogy III - Model Compression

Read more »

增進工程師效率 Python DataFrame - CSV & Plot

Posted on 2018-12-21 | In Language

Download the code: https://github.com/allenlu2009/colab/blob/master/dataframe_demo.ipynb

Read more »

RNN

Posted on 2018-12-21 | In Foo

Open In Colab

Read more »

Poincare Conjecture/Theorem and Ricci Flow

Posted on 2018-12-21 | In Foo

Introduction

之前學 group theory 和 tensor calculus, 總結到平直空間的量子場論。最簡單的是 QED 的 Lagrangian 如下為純量,具有 U(1) 對稱性,對應各種守恆律。以及不同路徑對時間積分滿足最小作用原理。

Read more »

Next Theme Tutorial

Posted on 2017-07-20 | In tutorial
NexT is a high quality elegant Jekyll theme ported from Hexo Next. It is crafted from scratch, with love.
Read more »

Highlight Test

Posted on 2017-07-19 | In Test

This is a highlight test.

Normal block

1
alert('Hello World!');
1
print 'helloworld'

Highlight block

1
alert( 'Hello, world!' );
1
print 'helloworld'
1
2
3
def foo
  puts 'foo'
end
def foo
  puts 'foo'
end
1
2
3
def foo
  puts 'foo'
end
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include <iostream>

using namespace std;

void foo(int arg1, int arg2)
{

}

int main()
{
  string str;
  foo(1, 2);
  cout << "Hello World" << endl;
  return 0;
}
Read more »
1 … 22 23 24 25
Allen Lu (from John Doe)

Allen Lu (from John Doe)

243 posts
18 categories
140 tags
RSS
© 2024 Allen Lu (from John Doe)
Powered by Jekyll
Theme - NexT.Muse