Article Renato Banzai · Jul 28, 2022 6m read Dealing with large content in Python Native API Hi developers! In this article I’m going to explore the use of Iris Python Native API in a specific problem: large strings to store. #Python #InterSystems IRIS 7 7 0 341
Article Renato Banzai · Jan 30, 2021 3m read Making a blog using Python + IRIS Globals Making a blog using Python + IRIS Globals Since I started to use internet (late 90's), I always had a CMS (content management system) present to make easier post any information in a blog, social media or even an enterprise page. And later years putting all my code into github I used to document it on a markdown file. Observing how easy could be persisting data into Intersystems IRIS with the Native API I decided to make this application and force myself to forget a little of SQL and stay open to key-value database model. #Globals #Multi-model #Python #InterSystems IRIS Open Exchange app 4 2 0 364
Article Renato Banzai · Aug 27, 2020 2m read Using FHIR to Interact with Natural Language Whats NLP Stands For? NLP stands for Natural Language Processing which is a field of Artificial Intelligence with a lot of complexity and techniques to in short words "understand what are you talking about". And FHIR is...??? FHIR stands for Fast Healthcare Interoperability Resources and is a standard to data structures for healthcare. There are some good articles here explainig better how FHIR interact with Intersystems IRIS. #FHIR #JavaScript #Machine Learning (ML) #InterSystems IRIS for Health Open Exchange app 4 2 0 712
Article Renato Banzai · Jul 19, 2020 3m read Using Machine Learning to Organize the Community - 3 This is the third post of a series explaining how to create an end-to-end Machine Learning system. Training a Machine Learning Model When you work with machine learning is common to hear this work: training. Do you what training mean in a ML Pipeline? Training could mean all the development process of a machine learning model OR the specific point in all development process that uses training data and results in a machine learning model. #Artificial Intelligence (AI) #Machine Learning (ML) #Python #Vector Search #InterSystems IRIS 4 10 2 307
Article Renato Banzai · Jul 17, 2020 3m read Using Machine Learning to Organize the Community - 2 This is the second post of a series explaining how to create an end-to-end Machine Learning system. Exploring Data The InterSystems IRIS already has what we need to explore the data: an SQL Engine! For people who used to explore data in csv or text files this could help to accelerate this step. Basically we explore all the data to understand the intersection (joins) which should help to create a dataset prepared to be used by a machine learning algorithm. #IntegratedML #Machine Learning (ML) #Python #Unstructured Data #Vector Search #InterSystems IRIS Open Exchange app 1 0 1 265
Article Renato Banzai · Jul 14, 2020 5m read Using Machine Learning to Organize the Community - 1 This is my introduction to a series of posts explaining how to create an end-to-end Machine Learning system. Starting with one problem Our IRIS Development Community has several posts without tags or wrong tagged. As the posts keep growing the organization of each tag and the experience of any community member browsing the subjects tends to decrease. First solutions in mind We can think some usual solutions for this scenario, like: #Artificial Intelligence (AI) #Analytics #Python #InterSystems IRIS Open Exchange app 5 11 2 433
Article Renato Banzai · Jun 5, 2020 3m read Help My ChatBots to Learn the language! Hi everyone! If it doesn't bother you, could you help me teach my bots to talk? Open my chatbot here: Help my chatbots to talk! What? Aren't your chatbots smarts? #Artificial Intelligence (AI) #Python #InterSystems IRIS Open Exchange app 3 3 0 243
Article Renato Banzai · Jun 3, 2020 4m read Creating a Chatbot with IRIS and Python Creating a Chatbot with IRIS and Python In this article I'm going to show how to integrate the InterSystems IRIS Database with Python to serve a Machine Learning Model of Natural Language Processing (NLP). #Artificial Intelligence (AI) #Framework #Machine Learning (ML) #Python #InterSystems IRIS Open Exchange app 4 0 1 1K
Article Renato Banzai · Jun 2, 2020 4m read Using Python to Represent Globals in a Network Chart Globals as a Graph Data Structure in Python How to use the IRIS Native API + Python to see globals as a Graph Network Chart. Iris Globals Reading the documentation these topics are related to globals: #Globals #Graph #Python #InterSystems IRIS #InterSystems IRIS for Health Open Exchange app 6 4 1 468
Article Renato Banzai · Jun 1, 2020 4m read IRIS Python Suite - A Hitchhiker's guide to the ^Global - 1 Making a Chart using Intersystems IRIS + Python How to use the IRIS Native API in Python to access globals and plot some charts. Why Python? With a large adoption and use in the world, Python have a great community and a lot of accelerators | libraries to deploy any kind of application. If you are curious (https://www.python.org/about/apps/) #Analytics #Azure #Beginner #Docker #Python #InterSystems IRIS Open Exchange app 4 1 0 425
Question Renato Banzai · May 26, 2020 IRIS Python Native API - Documentation Issue Hi everyone! I was using the InterSystems Native API for Python and following the documentation I tried to use this method (https://irisdocs.intersystems.com/irislatest/csp/docbook/Python-Native/irisnative.iris.html#irisnative.iris.getAPIVersion after a while I realize that this method doesn't exist. #Apple macOS #Python #InterSystems IRIS 1 5 0 301