python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to implement a custom non-trainable PCA layer on Keras
I am trying to develop a non-trainable custom PCA layer, where, starting from a float input of size equal to 256, the output is a two-dimensional vector obtained from the PCA application inside the ne...
Luca Bazzo
Votes: 0
Answers: 0
why may code generates the error while i fit the model" ValueError: Layer "sequential_3" expects 1 input(s), but it received 2 input tensors
while I am trying to fit the model on Quora dataset this error generated. please help me. i am a very beginner in this field
from tensorflow.keras.layers import *
#create the embedding layer
#len(embe...
maksuda bilkis
Votes: 0
Answers: 1
Edit "layers" property in mapbox layout by using dropdown menu (Plotly, Python)
I am trying to create a Mapbox graph using Plotly. All goes well in creating the traces and selecting which ones to display using the dropdown.
However, I am trying to draw layers over the map as well...
Joephey
Votes: 0
Answers: 1
How to place a div under div with absolute elements in
I have a div containing images that have to be layered over each other. (Just using one image in example but it would normal be differing images.
I'm using position:absolute to place them over each ot...
LegionOfBrad
Votes: 0
Answers: 3