Repository navigation

#

sigmoid

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

C++
2862
6 个月前

Covid-19 detection in chest x-ray images using Convolution Neural Network.

Jupyter Notebook
44
5 年前

Fortran backward (reverse) mode automatic differentiation.

Fortran
11
3 年前

Compare vanishing gradient problem case by case.

Python
9
6 年前

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.

Python
8
2 年前

Simple multi layer perceptron application using feed forward back propagation algorithm

Python
7
7 年前

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.🐧

Jupyter Notebook
3
6 年前

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 accuracy is computed at the end.

Python
3
5 年前

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.

JavaScript
2
2 年前

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

Java
2
6 年前

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

JavaScript
2
3 个月前