my lecture notes of cs231n of Andrej Karpathy
-
Updated
Dec 7, 2022 - Jupyter Notebook
my lecture notes of cs231n of Andrej Karpathy
deeplearning tour
🐝 Hive of The CyberHornets 🐝
A simple linear classifier using CIFAR-10 dataset
Implementation of Machine Learning algorithms using Python3.
The Perceptron algorithm is a fundamental linear classifier used to model binary relationships. This implementation focuses on the logical implication x1 → (x2 ∨ x3)
TensorFlow2 digits classification - Linear Classifier and MLP
Con clasificación lineal podemos categorizar datos a partir de observaciones previas. Sus implementaciones va desde la detección de fraudes a segmentizar clientes. Acá te explico desde un punto matemático y teórico como se aplica. Además, hacemos una pequeña implementación.
Comparison of common loss functions in PyTorch using MNIST dataset
Machine Learning and Fault Detection
Linear classifier using logistic regression with only 2 features for MNIST Database.
MNIST digit classification with a Neural Network.
Implementation of KDTree from scratch and implement kdtree classifier and linear classifier on two different datasets.
ANN model which predicts wine quality
A simple Flask application for data preprocessing, visualization and classification
Multi-class classifier with only 2 features for MNIST Database.
Implementation of a Simple Perceptron (Simplest Neural network by Frank Rosenblatt) in C based on the example given example in the Veritasium video.
A framework to compute threshold sensitivity of deep networks to visual stimuli.
CS421: Data-Mining Course, Faculty of Engineering, Alexandria University
Binary Linear Classifier - AI Supervised Algorithm
Add a description, image, and links to the linear-classifier topic page so that developers can more easily learn about it.
To associate your repository with the linear-classifier topic, visit your repo's landing page and select "manage topics."