awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
ivan-vasilev avatar

ivan-vasilev/neuralnetworks

0
View on GitHub↗
1,233 stars·350 forks·Java·2 views

Neuralnetworks

java deep learning algorithms and deep neural networks with gpu acceleration

Features

  • Deep Learning Frameworks - Neural network implementations for research.
  • Machine Learning Libraries - Deep learning algorithms with support for GPU-accelerated neural networks.

Star history

Star history chart for ivan-vasilev/neuralnetworksStar history chart for ivan-vasilev/neuralnetworks

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Neuralnetworks

These projects share indexed features with Neuralnetworks. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • keras-team/keraskeras-team avatar

    keras-team/keras

    64,094View on GitHub↗

    Keras is a high-level deep learning framework designed for constructing and training neural networks through the composition of modular, functional layers. It serves as a comprehensive modeling toolkit that provides standardized procedures for defining, evaluating, and deploying complex architectures. By utilizing a directed acyclic graph approach, the framework allows users to build intricate models with multiple inputs, outputs, and shared layers, ensuring consistent numerical execution through functional state management. The project distinguishes itself as a multi-backend machine learning

    Pythondata-sciencedeep-learningjax
    View on GitHub↗64,094
  • pytorch/pytorchpytorch avatar

    pytorch/pytorch

    100,814View on GitHub↗

    PyTorch is a machine learning framework centered on a GPU-ready tensor library that supports multi-dimensional array operations across both CPU and accelerator hardware. It provides a foundational infrastructure for mathematical computation and dynamic neural network construction, utilizing a tape-based automatic differentiation system that allows for flexible, non-static graph execution. The framework is designed for deep integration with Python, enabling natural usage alongside standard scientific computing ecosystems. It distinguishes itself through a comprehensive distributed training sui

    Pythonautograddeep-learninggpu
    View on GitHub↗100,814
  • google/jaxgoogle avatar

    google/jax

    35,835View on GitHub↗

    JAX is a hardware-accelerated array library and automatic differentiation system for numerical computing. It provides a framework compatible with NumPy that extends array operations with a just-in-time compiler to transform Python functions into optimized kernels for execution on GPU and TPU accelerators. The system differentiates itself through the use of an XLA-based compiler and a single program multiple data sharding model. These capabilities allow the library to distribute large-scale computations across multiple hardware accelerators using both automatic parallelization and manual shard

    Python
    View on GitHub↗35,835
  • scikit-learn/scikit-learnscikit-learn avatar

    scikit-learn/scikit-learn

    66,344View on GitHub↗

    Scikit-learn is a machine learning library for predictive data analysis that provides a collection of algorithms for supervised and unsupervised learning. It functions as a comprehensive toolkit for data preprocessing, dimensionality reduction, and model selection, allowing users to classify data objects, predict continuous values, and cluster similar items based on historical patterns. The project is defined by a unified interface design where objects either learn from data, transform data, or chain these operations into sequential workflows. To ensure performance on large or high-dimensiona

    Pythondata-analysisdata-sciencemachine-learning
    View on GitHub↗66,344
Compare all 30 related projects→

Frequently asked questions

What does ivan-vasilev/neuralnetworks do?

java deep learning algorithms and deep neural networks with gpu acceleration

What are the main features of ivan-vasilev/neuralnetworks?

The main features of ivan-vasilev/neuralnetworks are: Deep Learning Frameworks, Machine Learning Libraries.

Which projects share features with ivan-vasilev/neuralnetworks?

Projects with overlapping indexed features include: pytorch/pytorch — PyTorch is a machine learning framework centered on a GPU-ready tensor library that supports multi-dimensional array… scikit-learn/scikit-learn — Scikit-learn is a machine learning library for predictive data analysis that provides a collection of algorithms for… google/jax — JAX is a hardware-accelerated array library and automatic differentiation system for numerical computing. It provides… keras-team/keras — Keras is a high-level deep learning framework designed for constructing and training neural networks through the… amznlabs/amazon-dsstne — Amazon DSSTNE is a machine learning toolkit and sparse tensor network library designed for deep learning models with… alankbi/detecto — Build fully-functioning computer vision models with PyTorch.