is there AI implementation or Logistic regression in 1c

The 1C:Enterprise developers forum

#1
People who like this:0Yes/0No
Active user
Rating: 4
Joined: Feb 9, 2016
Company: CTC

Hi,

I wanted to ask if there are any examples of implementing artificial intelligence algorithms using 1c or what is the best approach to implement logistic regression or any other algorithm of AI using 1C

 
#2
People who like this:1Yes/0No
Interested
Rating: 27
Joined: Apr 5, 2012
Company: 1TÇ Şirketi - Merv Bilgi İşlem Otomasyonu Yazılım Ltd. Şti.

Hi Mubarak Sami,
It's interesting subject to discuss.

Quote
1C:Enterprise is a universal cloud and on-premise system of programs for automating a company’s financial and wider operational activities.
In that case you can create your own needs.

For example for "Image processing" (face recognition, object recognition etc), "robotic controls", "natural language processing/speech recognition" you can not directly control. But you have ability to integrate with each other.

For neutral networks (both CNN and RNN) you can realize your algorithms in 1C using catalogs, information registers, dimensions etc. To get needed data you also will integrate with external components/providers.

As examples, you can find in russian resources by exact search.

It's my opinion, may be 1C support team thinks differently.

 
#3
People who like this:1Yes/0No
Interested
Rating: 27
Joined: Apr 5, 2012
Company: 1TÇ Şirketi - Merv Bilgi İşlem Otomasyonu Yazılım Ltd. Şti.

P.S. 1C also support Native API tech. It's a really good ability to create needed skills if 1C native functions do not support.
Briefly, you create your own library in C++ according to 1C needs/standards (https://1c-dn.com/library/add_in_creation_technology/). Then you can use/control your library as 1C's native.

Edited: Murat Yazlıyev - Jan 15, 2019 11:50 PM
 
#4
People who like this:1Yes/0No
Interested
Rating: 16
Joined: Dec 4, 2017
Company:

Dear Mubarak Sami,

You can implement logistic regression and other statistical algorithms via 1C:Enterpise language or Data Composition System's built-in aggregate functions. Though, a more efficient approach, which Murat already mentioned, is to use external dedicated tools for logistic regression (like Python libraries), implement a Native API wrapping for such a tool, and thus control using this tool from your 1C:Enterpise language code.

Best regards,
Vladimir Gurov

1C Company support team
 
#5
People who like this:0Yes/0No
Active user
Rating: 4
Joined: Feb 9, 2016
Company: CTC

Thank you very much Murat for the directions and answer

 
#6
People who like this:0Yes/0No
Active user
Rating: 4
Joined: Feb 9, 2016
Company: CTC

thanks Vladimir for the support

 
#7
People who like this:0Yes/0No
Active user
Rating: 3
Joined: Mar 10, 2017
Company: Rufinor

Hi Mubarak Sami, I think the simpliest way is to use API intgration with cloud based AI systems like Watson and similar. Here is the link to Watson API documentation.

 
Subscribe
Users browsing this topic (guests: 1, registered: 0, hidden: 0)
Be the first to know tips & tricks on business application development!

A confirmation e-mail has been sent to the e-mail address you provided .

Click the link in the e-mail to confirm and activate the subscription.