Questions tagged [embedding]

An embedding is one instance of some structure contained within another instance, such as a group that is a subgroup.

An embedding is one instance of some structure contained within another instance, such as a group that is a subgroup.

Links:

1356 questions
-3
votes
1 answer

Why I have a different number of terms in word2vec and TFIDF? How I can fix it?

I need multiply the weigths of terms in TFIDF matrix by the word-embeddings of word2vec matrix but I can't do it because each matrix have a different number of terms. I am using the same corpus for get both matrix, I don't know why each matrix have…
B612
  • 53
  • 6
-3
votes
3 answers

Python - List within a list

I'm creating a program in python where i need to ask the user for there team name and team members. I need to have the team names in a list and have the team members embedded within the team name. Any Help? # Creating Teams print("Welcome to the…
Flyy
  • 3
  • 2
-3
votes
1 answer

embedding php in html code

in the browser gives me an input box with value: Notice: Undefined variable: text in C:\xampp\htdocs\FIRST-PROJECT\index.php on line 26
mpassad
  • 51
  • 5
-5
votes
1 answer

Embedding Script in C++

I have a quit big c++ program and I want to have a function which I can edit in a text file to change the behavior of my c++ program without compiling it again. To achieve this I thought I could embed a script in my c++ program. My function should…
Jakob
  • 1
  • 1
-7
votes
1 answer

Embedd Python into C++ to perform OS operations

I need to make a Python embedded C++ program that can open programs, like Skype and Firefox. It will have to be compiled into an executable, or have a batch file run it. (It is for Windows 7 x64 bit). I know there are tutorials out there, but none…
Tropical_Peach
  • 1,143
  • 3
  • 16
  • 29
1 2 3
90
91