synthetic_nodal_intelligence 0.0.3 copy "synthetic_nodal_intelligence: ^0.0.3" to clipboard
synthetic_nodal_intelligence: ^0.0.3 copied to clipboard

An attempt to create a different kind of machine learning model.

Synthetic Nodal Intelligence #

An attempt to create a different kind of machine learning model. Hecho en Puerto Rico por Radamés J. Valentín Reyes. Co engineered with Copilot, Gemini and Deepseek. #

Train the model #

If you run the function with the same input but different output the new output will also be stored.

teach(
  databaseEntry: englishDatabaseEntry,
  input: "What is a dog?",
  output: "A dog is a domesticated mammal, often kept as a pet or working animal.",
);

Test your model #

try{
  List<String> inquireResponse = inquire(
    databaseEntry: englishDatabaseEntry, 
    input: "What is a c",
  );
  print(inquireResponse);
}catch(error){
  print(error);
}

Find the UUID of the node with the responses #

String? objectUUID = findResponseNodeUUID(
  databaseEntry: englishDatabaseEntry, 
  input: "What is a phone?",
);
0
likes
110
points
8
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

An attempt to create a different kind of machine learning model.

License

LGPL-3.0 (license)

Dependencies

normalizer, objective_db, path

More

Packages that depend on synthetic_nodal_intelligence