irving-m - Overview
Navigation Menu
Pinned Loading
-
ML Classification of labeled comments made by customer of a tech business, the goal is to classify an incoming comment about what its main subject is (eg. kindness, efficiency, etc.)
Python 1
-
Neural Network made from scratch with base Python and Numpy, for educational purposes. It is a fully connected neural network designed specifically for classification, extendable to an arbitrary nu…
Python