0.1.1 • Published 1 year ago

@n0uur/is-odd-ai v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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.

0.1.1

1 year ago

0.1.0

1 year ago