LICENSE
README.md
pyproject.toml
src/python/NeuralForgeAI.egg-info/PKG-INFO
src/python/NeuralForgeAI.egg-info/SOURCES.txt
src/python/NeuralForgeAI.egg-info/dependency_links.txt
src/python/NeuralForgeAI.egg-info/entry_points.txt
src/python/NeuralForgeAI.egg-info/requires.txt
src/python/NeuralForgeAI.egg-info/top_level.txt
src/python/NeuralForgeAI.egg-info/PKG-INFO
src/python/NeuralForgeAI.egg-info/SOURCES.txt
src/python/NeuralForgeAI.egg-info/dependency_links.txt
src/python/NeuralForgeAI.egg-info/entry_points.txt
src/python/NeuralForgeAI.egg-info/requires.txt
src/python/NeuralForgeAI.egg-info/top_level.txt
src/python/neuralforge/__init__.py
src/python/neuralforge/config.py
src/python/neuralforge/trainer.py
src/python/neuralforge/cli/__init__.py
src/python/neuralforge/cli/gui.py
src/python/neuralforge/cli/nas.py
src/python/neuralforge/cli/test.py
src/python/neuralforge/cli/train.py
src/python/neuralforge/data/__init__.py
src/python/neuralforge/data/augmentation.py
src/python/neuralforge/data/dataset.py
src/python/neuralforge/data/datasets.py
src/python/neuralforge/data/transforms.py
src/python/neuralforge/models/__init__.py
src/python/neuralforge/models/efficientnet.py
src/python/neuralforge/models/resnet.py
src/python/neuralforge/models/vit.py
src/python/neuralforge/nas/__init__.py
src/python/neuralforge/nas/evaluator.py
src/python/neuralforge/nas/evolution.py
src/python/neuralforge/nas/search_space.py
src/python/neuralforge/nn/__init__.py
src/python/neuralforge/nn/activations.py
src/python/neuralforge/nn/attention.py
src/python/neuralforge/nn/convolution.py
src/python/neuralforge/nn/layers.py
src/python/neuralforge/nn/modules.py
src/python/neuralforge/optim/__init__.py
src/python/neuralforge/optim/optimizers.py
src/python/neuralforge/optim/schedulers.py
src/python/neuralforge/utils/__init__.py
src/python/neuralforge/utils/logger.py
src/python/neuralforge/utils/metrics.py
src/python/neuralforge/utils/visualization.py
src/python/neuralforgeai.egg-info/PKG-INFO
src/python/neuralforgeai.egg-info/SOURCES.txt
src/python/neuralforgeai.egg-info/dependency_links.txt
src/python/neuralforgeai.egg-info/entry_points.txt
src/python/neuralforgeai.egg-info/requires.txt
src/python/neuralforgeai.egg-info/top_level.txt
tests/test_model.py