Skip to content

Commit

Permalink
Create core.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Jul 15, 2024
1 parent f26dce0 commit 7384601
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions ai_core/core.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
export default {
neural_network: {
architecture: 'transformer',
hidden_layers: 6
},
natural_language_processing: {
language: 'english',
model: 'bert'
},
computer_vision: {
model: 'resnet50',
resolution: 1024
},
robotics: {
platform: 'ros',
sensors: ['lidar', 'camera']
}
};

0 comments on commit 7384601

Please sign in to comment.