Pattern recogniser library for C# programs

I'm a regular user of the StackOverflow forum, but as this question is about a recommendation for libraries, which is supported at StackOverflow, and as my question is about data science libraries, I've decided to take my chance here (my original question has been kicked from the "Artificial Intelligence forum"). I'm developping a program that takes a table of a database and predicts the next (limited list of) tupple(s), e.g. for the following table: A B C D ================ 1 …
Category: Data Science

Call keras model in a C# desktop Application

I have a keras model for image classification saved in a .h5 file or Json file, and then I created a C# desktop app ( in visual studio 2019) which contains two buttons one to load an image and an other to show the result of the prediction. Could any one tell me how can I load my model on the application and use it with the button to make predictions? Please help if you have any ideas. Thanks
Category: Data Science

auto updating text comparison model

I have a need to create a model that compares and groups distinct snippets of text based on keywords. I can extract similar keywords with NLP methods and simply comparing sentence text. I want these similar sentences to arise based on new text a user is entering and I want to give the user the ability to indicate whether or not the chosen sentences are actually similar to their sentence (would limit to 5 or so most similar). The user's …
Category: Data Science

Will images modification get me a better machine learning model?

Will images modification get me a better machine learning model? I have the following scenario. Camera is fixed and does photos of a process. The process has a few states. Now I want to train a model given a photo to classify to which state, does the photo belong. I.e. what is the current state of the process. For the model training I was given only one photo for each of the process state. Now my question is whether I …
Category: Data Science

Finding relationships in datasets and predicting data

I'm a .NET developer trying to learn more about AI/Machine Learning. I have a dataset with few variables and known results. I'm looking for a language/framework/tool/approach to analyze the data and identify which variable(s) contributed the most towards the results and eventually predict what the result will be given only the variables. I live in a Microsoft eco-system. Could someone suggest a starting point to research? Does this sound like a common problem?
Category: Data Science

To create a pre-trained model for C#

I created a model with machine learning. Using the library Accord.NET. I would like to keep the pre-trained model in a file (not in the RAM memory) how this is possible? Note: not necessary to create the model with Accord.NET could be with Python (TensorFlow, PyTorch, etc) but to use the pre-trained model from my desktop application in C#.
Category: Data Science

I have 11 years experience on .net, should i learn data science?

I have 11 years experience on .net, should i learn data science? I have 11 years experience on .net and getting paid rs 14L in india noida, Should my experience get consider in Data Science and get better opportunity. Should i learn data science or just learn new .net technology like Angular, node.js etc... Please help me out.
Topic: data .net
Category: Data Science

Natural Language Processing (NLP) in .net environment

I'm developing a project on .net (using web API and MVC). now I have to add another module which users can make queries of Data we have in the DB and retrieve the relevant answer. Is their a easy way to Do NLP developments in .net If yes, It would be a great help if someone can give a brief idea on how to get started any suggestion is greatly appreciated. Thank you.
Topic: .net nlp
Category: Data Science

regression to model exponential distribution

I have a work order system. I found out that the work order completion times are exponentially distributed. Every ticket has some features. I understand that regression is "a line that best fits the points". In my case, I want the line to be exponential curve. Is it possible ? Or is CDF for exponential distribution better option ? My use case is I want to predict the probability of a work order completing by deadline. I was thinking of …
Category: Data Science

What is the most efficient data indexing technique

As we all know, there are some data indexing techniques, using by well-known indexing apps, like Lucene (for java) or Lucene.NET (for .NET), MurMurHash, B+Tree etc. For a No-Sql / Object Oriented Database (which I try to write/play a little around with C#), which technique you suggest? I read about MurMurhash-2 and specially v3 comments say Murmur is very fast. Also Lucene.Net has good comments on it. But what about their memory footprints in general? Is there any efficient solution …
Category: Data Science

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.