deep-learning
Neural network weighting
Recently I\'ve studied the backpropagation network and have done some manual exercise. After that, I came up with a question( maybe doesn\'t make sense): is there any thing impor开发者_StackOverflow中[详细]
2023-01-25 00:57 分类:问答Estimating the number of neurons and number of layers of an artificial neural network [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-08 21:08 分类:问答Having issue with max_norm parameter of torch.nn.Embedding
I use torch.nn.Embedding to embed my model’s categorical input features, however, I face problems when I set the max_norm parameter to not None.[详细]
2022-12-07 22:30 分类:问答What are the differences between adapter tuning and prefix turing?
I am trying to understand the concept of adapter-tuning, prompt-tuning, and prefix-tuning in the context of few-shot learning.[详细]
2022-12-07 22:12 分类:问答RCNN Implementation
I am trying to implement RCNN Paper from scratch. As proposed in the paper I have successfully extracted the region proposals using selective search. The next step is to train a feature extractor whic[详细]
2022-12-07 20:19 分类:问答Warnings while saving model
I am using the following model for machine translation using transformer with KerasNLP: ` # Encoder encoder_inputs = keras.Input(shape=(None,), dtype="int64", name="encoder_inputs"[详细]
2022-12-07 19:56 分类:问答in react-native how to use body-pix
import { Camera, CameraType } from \'expo-camera\'; import React, { useRef } from "react"; // import logo from \'./logo.svg\';[详细]
2022-12-07 19:28 分类:问答Lower batch size in the last iteration of first training epoch than the other iteration
I\'m trying to train an deep neural network model, the output dimensions of each iteration in one epoch is like [64,1600,8] (64 is the batch size). But in the last iteration of first epoch, this outpu[详细]
2022-12-07 18:39 分类:问答Approaches/models to generate 3d talking human head from a 2d image
I am looking for an approach to transform a 2D human head into 3D model and then animate its speech based on an audio file.[详细]
2022-12-07 18:04 分类:问答Keras - Use neural network to play a game writed as function
I am new to machine learning and using neural networks with keras. I am trying to use reinforcement learning to build an AI that play game.[详细]
2022-12-07 17:37 分类:问答