Implementation-neuron-model #28
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "Implementation-neuron-model"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The implementation of a neural model requires changing the value of the variable 'is_neural_network_off' to False. The program will then replace the usual map generation with random object placement. During the object placement, random images will be loaded from the dataset, and depending on the object recognition, the map will be filled. You can track whether the neural network correctly identified the object in the console.
Please confirm this Pull Request ;)