Package io.bhagat.ai.supervised
A package that holds AI algorithms that fall under supervised learning
- Author:
- Bhagat
-
Class Summary Class Description DataPoint DataSet A class to hold multiple data pointsNeuralNetwork a class for a Neural Network that will take in inputs and send them through difference layers and generate outputsPerceptron A class that will act as a Perceptron that takes in inputs and then generates an outputs based on previous training