isLouisHsu / isLouisHsu/isLouisHsu.github.io

Feedforward Neural Network | LOUIS' BLOG

Open
#34 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

f9e5623e346101db308b17f5dabe62cf Gitalk
Dominant language
HTML
Stars
4
Forks
1
PR merge metrics
No merged PRs in 30d

Description

https://louishsu.xyz/2018/10/20/Feedforward-Neural-Network/

前言前馈神经网络是一种最简单的神经网络,各神经元分层排列。每个神经元只与前一层的神经元相连。接收前一层的输出,并输出给下一层.各层间没有反馈。是目前应用最广泛、发展最迅速的人工神经网络之一,既可以用于解决分类问题,也可以用于解决回归问题。 简介前馈神经网络也叫作多层感知机,包含输入层,隐含层和输出层三个部分。它的目的是为了实现输入到输出的映射。 y = f(x;W)由于各层采用了非线性激活函数,

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue contains a link to a Feedforward Neural Network blog post and a partial Chinese-language description, but names no source file, test, or requested change. Review the linked post and repository context first, then clarify the intended documentation task and its completion criteria before starting work.

Written by the indexing model from the issue text.

Assessment

Tech stack
machine-learning
Domain
documentation, machine-learning
Issue type
Documentation
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.