0.1.1 • Published 1 year ago
@n0uur/is-odd-ai v0.1.1
Neural Network for Odd Number Prediction
A simple neural network implementation in TypeScript that predicts whether a number is odd or even. This is a proof-of-concept project demonstrating neural networks for binary classification. This project is just for fun, don't expect anything useful from this.
Installation
npm install @n0uur/is-odd-aiUsage
import isOdd from "@n0uur/is-odd-ai";
const result = isOdd(123);
console.log(result); // trueLicense
This project is licensed under the MIT License. See the LICENSE file for details.
Contributing
Any pull requests are welcome.