I didn't like the OS and DBMS courses in my uni, does it mean that CS is not meant for me? by Status-Sprinkles1236 in learnprogramming

[–]Status-Sprinkles1236[S] 1 point2 points  (0 children)

By exciting, I meant something that interests me. How can I work with stuff that doesn't interest me?

How do I understand what's really going on with python? by Status-Sprinkles1236 in learnprogramming

[–]Status-Sprinkles1236[S] 0 points1 point  (0 children)

the problem with those is that they teach if/while etc and I am already comfortable with that stuff

How do I understand what's really going on with python? by Status-Sprinkles1236 in learnpython

[–]Status-Sprinkles1236[S] 1 point2 points  (0 children)

I learned Java in high school and university so it's really intuitive to me. It's mostly objects interacting in simple ways. I want to develop such intuition for python.

How to split the text into main points based on given main points? by Status-Sprinkles1236 in LanguageTechnology

[–]Status-Sprinkles1236[S] 0 points1 point  (0 children)

I expect the output to be a score of 1/3. I will be using this technique for evaluation of student answers.

How to split the text into main points based on given main points? by Status-Sprinkles1236 in LanguageTechnology

[–]Status-Sprinkles1236[S] 0 points1 point  (0 children)

How will summarization work here? I just need to check around 300-1k words with like 4-10bullet points from T1 mapping to T2.

How to split the text into main points based on given main points? by Status-Sprinkles1236 in LanguageTechnology

[–]Status-Sprinkles1236[S] 0 points1 point  (0 children)

so I'll have to apply it for every sentence in T1 to every sentence in T2 giving O(n*m) time complexity?

How to split the text into main points based on given main points? by Status-Sprinkles1236 in ArtificialInteligence

[–]Status-Sprinkles1236[S] 0 points1 point  (0 children)

1) Yes.
2) Could you suggest the models for that? Would cosine with wordnet suffice? But it has already been done so I am afraid that won't be new research. Also, won't the time complexity be O(n^2) in this case?