The company I am working for (a large, world-wide active company from the US) removed Co-pilot after a two-months test period because the productivity improvement was close to zero, no joke.
@nadarecords26238 ай бұрын
great!
@michelangelo24 Жыл бұрын
obrigada por isso ❤
@nlpvisualtext11 ай бұрын
de nada
@mohammedpoehlein4692 Жыл бұрын
🌸 *Promo SM*
@m.c.4674 Жыл бұрын
I don't think that the current languages can't be used to write intelligent programs , but I agree that programming language should be easier to write and understand . I think I understand what need to be done , but how does someone even begin to code a intelligent program . The current AI's definitely aren't intelligent , they are probably even less intelligent , than we think they are . I think you do understand that the problem with AI is the fact that they require a large data source to understand even the most basic task . I think we can definitely agree that a person who knows everything is not necessary intelligent , but someone who can take the smallest bit of information and understand a task , is intelligent . We are making deer's not primates , the moment a deer is born it know how to walk , and be a deer , deer's are born pre-programmed to walk , humans on the other hand must learn how to walk , and we don't have billions of simulated attempts to learn like a computer . These AI haven't learned anything , they are pre-programmed to do a certain task , doesn't have to be a human that is manually programming in the AI's memory . We should really be programming AI's can do a task without any previous memory . What I want to know is how can the memory of a AI be erased , without erasing the structure that the AI builds to learn from a blank slate. How to distinguish between X the mechanism that analyze the data , and Y the mechanism that stores the memory , so that the analyzer can be trained to analyze data better without adding memory ?
@jayanth18442 жыл бұрын
Hey David as one of them has mentioned in the comments below about adding new words to the English dictionary, and you have said to create an analyzer and the use the Dictionaryword. Let's say i have a set of few 10s words to add to the dictionary, but not in a sentence form just the individual string of set of word. So would i develop an analyser for the same example to go ahead with additions......
@adarshu2 жыл бұрын
Let us take an example of the word "COVID " , since it is not to be found in the latest dictionary repository, how do we go about adding it to current English dictionary using NLP++
@nlpvisualtext2 жыл бұрын
If you created your analyzer using the english dictionary, you can use DictionaryWord to add words to the file attrs.kb and include attrs.kb in the main.kb file. This is all located in the kb/user directory under the analyzer folder.
@jayanth18442 жыл бұрын
@@nlpvisualtext hey, for example I have set of new words to add. But they are not in sentence form, but as a string of lists. So how can this be created as an analyzer..?
@nlpvisualtext2 жыл бұрын
@@jayanth1844 I will make a new tutorial video for your question.
@adarshu2 жыл бұрын
suppose we want to enhance the existing dictionary which is used by the nlp engine to parse. So how can we do that using nlp++ language and in v s code ......
@nlpvisualtext2 жыл бұрын
If you created your analyzer using the english dictionary, you can use DictionaryWord to add words to the file attrs.kb and include attrs.kb in the main.kb file. This is all located in the kb/user directory under the analyzer folder.
@jayanth18442 жыл бұрын
Hey David. In this video tutorial you have explained how to use dictionary during an analyzer sequence. Suppose say, we have to add fresh words to the dictionary which NLP++ uses to create knowledge bases and analyzer, how do you do it.
@nlpvisualtext2 жыл бұрын
You add more words by adding the words and attributes in the dictionary pass using DictionaryWord(). You run it once to generate the files in the kb/user folder, then you can deactivate it or use it in another analyzer.
@jayanth18442 жыл бұрын
@@nlpvisualtext fine.
@50cm612 жыл бұрын
My utmost respect to you for the dedication in teaching these knowledge prudently
@gamingking7202 жыл бұрын
Your age is almost same to my grandpa
@owenvaughn96132 жыл бұрын
😝 promosm
@adarshu2 жыл бұрын
We wanted the proper resources for a project please
@adarshu2 жыл бұрын
Can we please know where to learn NLP++
@nlpvisualtext2 жыл бұрын
Right now, the tutorial videos are the only resources. What else were you looking for?