
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
blacklight
Advanced tools
This project aims to use Genetic Algorithms to optimize the topologies of Deep Neural Networks (DNNs) and explore new possibilities that traditional optimization techniques might overlook. The fitness function of the algorithm is the accuracy of the model, and the genes represent the individual topologies.
Make sure you have Python 3.9 or higher installed (not greater than 3.11).
pip install -m virtualenvpython -m venv your_virtual_env_nameyour_virtual_env_name\Scripts\activatepip install tensorflowpip install blacklightpip install -m virtualenvpython -m venv your_virtual_env_nameyour_virtual_env_name\Scripts\activatepip install tensorflow-macospip install tensorflow-metalpip install blacklightcd ~/Downloadsbash Miniconda3-latest-MacOSX-arm64.sh -b -p $HOME/minicondasource ~/miniconda/bin/activateconda install -c apple tensorflow-depspip install tensorflow-macospip install tensorflow-metalpip install blacklightThe hypothesis of this project is that DNN topologies will converge to either a local maximum or an absolute maximum over the evolution process, offering better performance than a DNN with randomly selected topology. For this experiment, the project will use equivalent activation functions (ReLU) and SGD for back-propagation, holding everything except the topology constant. Updated documentation coming soon.
The project utilizes a genetic algorithm to evolve the topology of the DNN. The algorithm starts with a randomly generated population of DNN topologies and evaluates their fitness using the accuracy of the model. The fittest individuals are selected for reproduction, while the weaker ones are discarded. The offspring of the selected individuals are then created through crossover and mutation. This process is repeated for a specified number of generations, and the best-performing topology is chosen as the final output.
Documentation can be found at https://blacklightlabs.github.io/blacklight/html/index.html
FAQs
AutoML utilizing Genetic Algorithms and Neural Networks
We found that blacklight demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.