Questions tagged [sigmoid]

A sigmoid function is a mathematical function having an "S" shape (sigmoid curve). Often, sigmoid function refers to the special case of the logistic function defined by the formula S ( t ) = 1 / (1 + e^-t)

Sigmoid function (Wikipedia)

256 questions
-3
votes
1 answer

MNIST: gets lower accuracy than the results I see on the internet

I am trying to train a fully connected neural network to classify hand-written number using MNIST datasets. The neural network is implemented by me in C++. This is part of my course project. However, I find the training is somehow weird. I do not…
Ronghao
  • 1
  • 2
1 2 3
17
18