@n0uur/is-odd-ai
v0.1.1
Published
A neural network that determines if a number is odd number or not
Downloads
114
Readme
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-ai
Usage
import isOdd from "@n0uur/is-odd-ai";
const result = isOdd(123);
console.log(result); // true
License
This project is licensed under the MIT License. See the LICENSE file for details.
Contributing
Any pull requests are welcome.