GitHub 中文社区
回车: Github搜索    Shift+回车: Google搜索
论坛
排行榜
趋势
登录

©2025 GitHub中文社区论坛GitHub官网网站地图GitHub官方翻译

  • X iconGitHub on X
  • Facebook iconGitHub on Facebook
  • Linkedin iconGitHub on LinkedIn
  • YouTube iconGitHub on YouTube
  • Twitch iconGitHub on Twitch
  • TikTok iconGitHub on TikTok
  • GitHub markGitHub’s organization on GitHub
集合主题趋势排行榜
#

sigmoid

Website
Wikipedia
https://static.github-zh.com/github_avatars/zjhellofss?size=40
zjhellofss / KuiperInfer

#计算机科学#校招、秋招、春招、实习好项目!带你从零实现一个高性能的深度学习推理库,支持大模型 llama2 、Unet、Yolov5、Resnet等模型的推理。Implement a high-performance deep learning inference library step by step

inferenceinference-engine深度学习深度神经网络convolutionrelusigmoidgraph-algorithmsmaxpoolingcaffepnnxPyTorchncnndiyresnetyoloyolov5
C++ 2.98 k
8 个月前
https://static.github-zh.com/github_avatars/EN10?size=40
EN10 / CIFAR

CIFAR 10 image dataset

cifar-10cifar10cifarsigmoidlogistic-regressiongradient-descent
Python 50
7 个月前
https://static.github-zh.com/github_avatars/11fenil11?size=40
11fenil11 / Covid19-Detection-Using-Chest-X-Ray

#计算机科学#Covid-19 detection in chest x-ray images using Convolution Neural Network.

COVID-19cnnclassification深度学习机器视觉深度神经网络convolutional-neural-networksrelusigmoid
Jupyter Notebook 44
5 年前
https://static.github-zh.com/github_avatars/EPSOFT?size=40
EPSOFT / Deep-Learning

#计算机科学#Deep Learning

深度学习PythonNumPybinaryrelusigmoid
Python 12
2 年前
https://static.github-zh.com/github_avatars/zoziha?size=40
zoziha / auto-diff

Fortran backward (reverse) mode automatic differentiation.

auto-differentiationsigmoiddiffautomatic-differentiation
Fortran 11
3 年前
https://static.github-zh.com/github_avatars/YeongHyeon?size=40
YeongHyeon / Compare_Activation_Function

Compare vanishing gradient problem case by case.

cnnrelusigmoidvangradientproblem-solving深度神经网络
Python 9
6 年前
https://static.github-zh.com/github_avatars/KhaledAshrafH?size=40
KhaledAshrafH / Logistic-Regression

This program implements logistic regression from scratch using the gradient descent algorithm in Python to predict whether customers will purchase a new car based on their age and salary.

data-preprocessinglogistic-regressionmodelpreprocessingregression-modelssigmoid
Python 8
2 年前
https://static.github-zh.com/github_avatars/aysebilgegunduz?size=40
aysebilgegunduz / FeedFwBackProp

#计算机科学#Simple multi layer perceptron application using feed forward back propagation algorithm

机器学习multilayer-perceptron深度学习relusigmoidmomentumdelta
Python 7
8 年前
https://static.github-zh.com/github_avatars/VCHui?size=40
VCHui / xor_pytorch

A classical XOR neural network using pytorch

神经网络sigmoidPyTorchserializationPythonmatplotlibgif-animationgnuplot教程exercise
Python 4
7 年前
https://static.github-zh.com/github_avatars/ChriZ982?size=40
ChriZ982 / NeuralNetTest

#计算机科学#Test project for neural networks - Handwritten digit recognition on MNIST dataset

神经网络neural-networks深度学习机器学习mnistmnist-classificationJavaimage-recognitionimage-classificationswing-gui数学Matrixmatrix-multiplicationvectorsigmoidreinforcement-learning
Java 4
5 年前
https://static.github-zh.com/github_avatars/hamk3010?size=40
hamk3010 / Tweet-Classifier

A repository with Twitter data and tweet classifiers using several machine learning approaches to measure the accuracy and performance of the approaches on classifying tweets.🐧

keras-neural-networkssigmoidrelu
Jupyter Notebook 3
6 年前
https://static.github-zh.com/github_avatars/Ashwanikumarkashyap?size=40
Ashwanikumarkashyap / neural-net-breast-cancer-prediction-from-scratch

#计算机科学#A neural network (NN) having two hidden layers is implemented, besides the input and output layers. The code gives choise to the user to use sigmoid, tanh orrelu as the activation function. Prediction...

神经网络机器学习scratchPythonpredictionsigmoidhidden-layers
Python 3
5 年前
https://static.github-zh.com/github_avatars/FabioSmuu?size=40
FabioSmuu / artificial.js

#学习与技能提升#This is an ongoing project intended to make it easier to use neural network creation, genetic algorithms, and other data science and machine learning skills.

人工智能算法artificialinteligencelearningneural神经网络CSS Resetspoolingrelusigmoidbiasgenetic-algorithm
JavaScript 2
2 年前
https://static.github-zh.com/github_avatars/stdlib-js?size=40
stdlib-js / math-base-special-expit

Standard logistic function.

Node.jsJavaScriptstdlib数学logisticsigmoid
Python 2
1 个月前
https://static.github-zh.com/github_avatars/azfarmo?size=40
azfarmo / Logistic-Regression-made-from-Scratch

NumPyscikit-learnlogistic-regressionlogisticsigmoid
Jupyter Notebook 2
5 年前
https://static.github-zh.com/github_avatars/Ashot72?size=40
Ashot72 / ml5-spfx-extension

#计算机科学#ml5 (friendly machine learning for the web) SharePoint Framework (SPFx) extension

sharepointspfxregression-modelsregressionclassificationclassification-algorithmTensorflowtensorflowjslinear-regressionlogistic-regressionbinary-classificationsigmoid神经网络sharepoint-online深度学习
TypeScript 2
2 年前
https://static.github-zh.com/github_avatars/tech-espm?size=40
tech-espm / pic-plantrecogniser

Implementation of an ANN for recognisement of the Iris plant-family

neuronssigmoidbackpropagationannpropagationrelu
Java 2
7 年前
https://static.github-zh.com/github_avatars/stdlib-js?size=40
stdlib-js / math-base-special-logit

Logit function.

Node.jsJavaScriptstdlib数学logisticsigmoid
Python 2
2 个月前
https://static.github-zh.com/github_avatars/anshul1004?size=40
anshul1004 / NeuralNetwork

#计算机科学#Neural Network from scratch without any machine learning libraries

神经网络neural-networks机器学习Pythonrelusigmoiderror-handlingsupervised-learningdata-preprocessingCSS Resets
Python 2
6 年前
https://static.github-zh.com/github_avatars/stdlib-js?size=40
stdlib-js / math-iter-special-logit

Create an iterator which evaluates the logit function for each iterated value.

Node.jsJavaScriptstdlib数学logisticsigmoiditerator
JavaScript 2
5 个月前
loading...