Questions tagged [multi-layer]
111 questions
0
votes
1 answer
multi layer web project with GIT
I have many web base project that have two layer.
front layer and backend layer.
both layer files are mixed together. for rendering i cant separate them.
front files for all projects are for each project but need git.
the base layout for all project…

Mohammad Hossein Fattahizadeh
- 2,651
- 5
- 35
- 50
-1
votes
1 answer
How to make a multi layer horizontal recyclerview or gridlayout?
I am novice to android studio and I want to make a 2 or 3 layer of cardview in one recyclerview or gridlayout/gridview that can scroll horizontally, but I can't find any tutorial about it. Can someone please help me on how can i make it.
Basically…

Mr. Baks
- 297
- 2
- 6
- 20
-1
votes
1 answer
Dependecy injection in Spring using annotations
The main concept of Dependency injection - as I understand it - is the practice of "design for interfaces" to make dependent components loosely-coupled of each others. However, I have seen many systems developed using Spring that - in my opinion -…

ibrahim ali
- 21
- 3
-1
votes
1 answer
How to increase accuracy of network running on MNIST
I followed this code:
https://github.com/HyTruongSon/Neural-Network-MNIST-CPP
It is quite easy to understand. It produces 94% accuracy. I have to convert it to a network with deeper layers(ranging from 5 to 10). In order to make my self comfortable,…

Nerd Giraffe
- 131
- 1
- 2
- 7
-1
votes
1 answer
multilayer RNN with chainer (LSTM)
I'm able now to create and teach single layer rnn-s with Chainer, but I run into errors when I try to expand my network.
Here is my code, I commented out the 2. hidden layer part, so this should run as a single layer net
#Regression
class…

Basic Human Being
- 93
- 10
-2
votes
1 answer
Error with infinite loop and unhandled exceptions
I was doing my labwork in c#. And I have got this mistake. Can not figure out how to deal with it.
My code consists of several layers - Student class
----------
using System;
using System.Collections.Generic;
using System.Linq;
using…

Cassie
- 2,941
- 8
- 44
- 92