Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added hisabati.random and created perceptron example #76

Merged
merged 2 commits into from
Jan 31, 2024

Conversation

victorKariuki
Copy link
Contributor

Subject:

Description

This pull request introduces the hisabati.random module, enhancing the capabilities of the existing hisabati library. Additionally, it includes the implementation of a perceptron example to showcase the usage of the newly added random module.

Changes Made

  1. hisabati.random Module

    • Added the hisabati.random module, providing a set of functions for generating random numbers and arrays.
  2. Perceptron Example

    • Created a new example within the examples directory to demonstrate the application of the perceptron algorithm.
    • Utilized the new hisabati.random module to initialize weights and biases with random values.
    • Implemented the perceptron training process with the help of the hisabati.random functions.

Victor kariuki and others added 2 commits January 31, 2024 16:09
@AvicennaJr AvicennaJr merged commit c7c7bf2 into NuruProgramming:main Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants