datacite.yml 4.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. # Metadata for DOI registration according to DataCite Metadata Schema 4.1.
  2. # For detailed schema description see https://doi.org/10.5438/0014
  3. ## Required fields
  4. # The main researchers involved. Include digital identifier (e.g., ORCID)
  5. # if possible, including the prefix to indicate its type.
  6. authors:
  7. -
  8. firstname: "Yusuke"
  9. lastname: "Watanabe"
  10. affiliation: "Graduate School of Pharmaceutical Sciences, The University of Tokyo, Tokyo 113-0033, Japan; Department of Biomedical Engineering, University of Melbourne, Melbourne, Victoria, 3010, Australia"
  11. id: "ORCID:0000-0001-9541-6073"
  12. -
  13. firstname: "Hiroshi"
  14. lastname: "Ban"
  15. affiliation: "Center for Information and Neural Networks, National Institute of Information and Communications Technology, Suita City, Osaka, 565-0871, Japan"
  16. -
  17. firstname: "Nobuhiro"
  18. lastname: "Hagura"
  19. affiliation: "Center for Information and Neural Networks, National Institute of Information and Communications Technology, Suita City, Osaka, 565-0871, Japan"
  20. -
  21. firstname: "Yuji"
  22. lastname: "Ikegaya"
  23. affiliation: "Graduate School of Pharmaceutical Sciences, The University of Tokyo, Tokyo 113-0033, Japan; Center for Information and Neural Networks, National Institute of Information and Communications Technology, Suita City, Osaka, 565-0871, Japan; Institute for AI and Beyond, The University of Tokyo, Tokyo 113-0033, Japan"
  24. id: "ORCID:0000-0003-2260-8191"
  25. # A title to describe the published resource.
  26. title: "Intestelligence: A pharmacological neural network using intestine data"
  27. # Additional information about the resource, e.g., a brief abstract.
  28. description: |
  29. "Background: A neural network is a machine learning algorithm that can learn and make predictions by adjusting the strength of the connections between nodes. The sigmoid function is commonly used as an activation function in these nodes. This study explores the potential applicability of biological materials in the development of alternative activation functions.
  30. Methods: Inspired by the fact that acetylcholine induces intestinal contractions that follow a sigmoid function, we used pharmacological data obtained from guinea pig ilea in a layered neural network for image classification tasks.
  31. Results: and Conclusions We found that the intestinal data-based neural network with the same structure as a conventional three-layer perceptron achieved an impressive classification accuracy of 85.7% ± 0.6% based on the MNIST handwritten digit dataset (chance = 10%). Additionally, the neural network was trained to determine whether objects in photographs collected from the internet were digestible, achieving an accuracy of 88.5% ± 0.9% (chance = 50%). Our approach highlights the potential applicability of intestine data in neural computations based on pharmacological mechanisms."
  32. # Lit of keywords the resource should be associated with.
  33. # Give as many keywords as possible, to make the resource findable.
  34. keywords:
  35. - "Biologically-inspired Neural Network"
  36. - Activation Function
  37. - Intestine
  38. # License information for this resource. Please provide the license name and/or a link to the license.
  39. # Please add also a corresponding LICENSE file to the repository.
  40. license:
  41. name: "CC0"
  42. url: "http://creativecommons.org/publicdomain/zero/1.0"
  43. references:
  44. -
  45. id: tba
  46. reftype: "IsSupplementTo"
  47. citation: "Yusuke Watanabe, Hiroshi Ban, Nobuhiro Hagura, and Yuji Ikegaya (2024) Intestelligence: A pharmacological neural network using intestine data. F1000research, under review. "
  48. -
  49. id: "doi:10.1101/2023.04.15.537044"
  50. reftype: "IsSupplementTo"
  51. citation: "Watanabe Y, Ban H, Haugra N, Ikegaya Y (2023) Intestelligence: A pharmacological neural network using intestine data. bioRxiv 2023.04.15.537044. https://doi.org/10.1101/2023.04.15.537044"
  52. ## Optional Fields
  53. # Funding information for this resource.
  54. # Separate funder name and grant number by comma.
  55. funding:
  56. - "Japan Science and Technology Agency (JST); Exploratory Research for Advanced Technology (ERATO) grant JPMJER1801"
  57. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  58. # Please provide digital identifier (e.g., DOI) if possible.
  59. # Add a prefix to the ID, separated by a colon, to indicate the source.
  60. # Supported sources are: DOI, arXiv, PMID
  61. # In the citation field, please provide the full reference, including title, authors, journal etc.
  62. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  63. resourcetype: Software
  64. # Do not edit or remove the following line
  65. templateversion: 1.2