New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

genetic-lib

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

genetic-lib

A Library of Linear and Logistic Regression with Genetic algorithm instead of Gradient Descent

  • 0.1.1
  • PyPI
  • Socket score

Maintainers
3

AI Project

Linear and Logistic Regression both mostly use Gradient Descent as their optimization algorithm

This project makes use of Genetic Algorithm instead to optimize the Weights and Biases

Genetic Algorithm follows:-

  1. Initialization
  2. Selection
  3. Crossover
  4. Mutation
  5. Termination

To learn more about Genetic Algorithm click here

Github - Here

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc