#计算机科学#校招、秋招、春招、实习好项目!带你从零实现一个高性能的深度学习推理库,支持大模型 llama2 、Unet、Yolov5、Resnet等模型的推理。Implement a high-performance deep learning inference library step by step
#计算机科学#Covid-19 detection in chest x-ray images using Convolution Neural Network.
Fortran backward (reverse) mode automatic differentiation.
Compare vanishing gradient problem case by case.
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.
#计算机科学#Simple multi layer perceptron application using feed forward back propagation algorithm
A classical XOR neural network using pytorch
#计算机科学#Test project for neural networks - Handwritten digit recognition on MNIST dataset
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.🐧
#计算机科学#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...
#学习与技能提升#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.
Standard logistic function.
#计算机科学#ml5 (friendly machine learning for the web) SharePoint Framework (SPFx) extension
Implementation of an ANN for recognisement of the Iris plant-family
#计算机科学#Neural Network from scratch without any machine learning libraries
Create an iterator which evaluates the logit function for each iterated value.