Wiwi's Blog


  • Home

  • About

  • Tags

  • Categories

  • Search

Self-Supervised Learning(SSL)

Posted on 2021-03-01 | In Neural Network and Deep Learning 2
Words count in article: 1.1k | Reading time ≈ 7

Introduction to Self-Supervised Learning (SSL)

Technical terms

Supervised Learning: using data with fine-grained human-annotated labels to train AI models.
Semi-supervised Learning: using a small amount of labeled data and a large amount of unlabeled data.

Read more »

JAVA

Posted on 2021-03-01 | In 面试准备
Words count in article: 8.9k | Reading time ≈ 31

面向对象编程

面向对象主要有四大特性:抽象、封装、继承和多态。
OO开发范式大致为:划分对象→抽象类→将类组织成为层次化结构(继承和合成) →用类与实例进行设计和实现几个阶段。

Read more »

Mixture of Experts (MoE)

Posted on 2021-02-18 | In Neural Network and Deep Learning 2
Words count in article: 259 | Reading time ≈ 1

Introduction

Simply increasing the number of parameters may have a negative impact on the performance.
Question is: how to scale the model effectively?
eg. Switch-Transformer(1.6T parameters)
The core framework is Mixture of Experts.

Read more »

Markov Decision Process - VI & PI

Posted on 2021-02-17 | In AI Planning and Decision Making
Words count in article: 1.2k | Reading time ≈ 7

Sequential decision problems

Deals with fully observable and partially observable cases.
Markovian assumption: Probability depends only on current state $s$ not the history of earlier states.
Markov decision process (MDP): A sequential decision problem for a fully observable stochastic environment with Markovian transition and additive rewards.

Read more »

Student Performance Analysis

Posted on 2021-02-12 | In Information Visualization
Words count in article: 948 | Reading time ≈ 5

This Student Performance dataset includes scores from three exams and a variety of personal, social, and economic factors that have interaction effects upon them.
Data source: http://roycekimmons.com/tools/generated_data/exams

Read more »

Decision Theory 2

Posted on 2021-02-10 | In AI Planning and Decision Making
Words count in article: 277 | Reading time ≈ 1

Decision Networks

Essentially, decision networks are extensions of Bayesian networks.
Bayesian networks decrease the number of variables leading to the result.
Decision Networks (aka. influence diagrams) is to combine BN with action and utility nodes to figure out how to get a specific result.

Read more »

Decision Theory 1

Posted on 2021-02-03 | In AI Planning and Decision Making
Words count in article: 649 | Reading time ≈ 4

Uncertainty

The real environment is full of uncertainty.
Partial observability(traffic) + non-determinism(car break down)

Utility theory

“How agent can make a rational decision in a random environment?”
Question for machine is what a rational decision is and how to make rational decisions.

Read more »

Neural Architecture Search (NAS)

Posted on 2021-02-03 | In Neural Network and Deep Learning 2
Words count in article: 1k | Reading time ≈ 6

Why do we need neural architecture search?

To get higher accuracy, the neural nets are getting deeper and more complicated.
It requires a lot of expert knowledge and takes lots of time and eventually will go beyond human capacity.

Neural Architecture Search (NAS) is a kind of Automated Machine Learning (AutoML). Basic idea is to generate some candidate children networks, train them, optimize their accuracy until successfully select the best architecture for a given task.

Read more »

Planning Graph

Posted on 2021-02-03 | In AI Planning and Decision Making
Words count in article: 368 | Reading time ≈ 2

Planning Graphs

Search trees grow exponentially large very fast. Depth at which the goal first appears means the minimum number of steps required to achieve the goal.

Read more »

Classical Planning 3 -- Solving the planning problem

Posted on 2021-01-28 | In AI Planning and Decision Making
Words count in article: 925 | Reading time ≈ 5

Forward search (Progression search)

Forward search is not useful without heuristic.
From the current state, we try to apply actions and see what states we can get in this domain until we reach the goal.

Read more »
Return123…7Next Page

HUANG Liu

Love always wins.

65 posts
12 categories
22 tags
GitHub E-Mail
0%
© 2021 HUANG Liu | Site words total count: 74.9k
Powered by Hexo
|
Theme — NexT.Pisces v5.1.4