Skip to main content
-4 votes
0 answers
72 views

I'm working on small project using the modern portfolio theory for portfolio optimization, the final required output is a recommendations on which assets to buy and how much to buy. to achive that ...
abd klaib's user avatar
Advice
0 votes
2 replies
50 views

Running untrusted TensorFlow models and noticed this: import tensorflow as tf import time class TestLayer(tf.keras.layers.Layer): def call(self, inputs): n = tf.cast(inputs[0][0], tf....
Madhan Alagarsamy's user avatar
Best practices
0 votes
0 replies
39 views

I am training WGAN-GP on Eurosat dataset, splitted into train/val/test sets in counts 18900/4050/4050. Since FID scores are widely used in GANs in image generation, I based my hyperparameter search on ...
oskocak-cell's user avatar
Advice
0 votes
0 replies
59 views

Context: I’m predicting 8 music genre families using 114,000 Spotify tracks based only on raw audio DNA (danceability, acousticness, energy, etc.). The Plot Twist: My baseline Neural Network hit 82% ...
Ryan Thien Nguyen's user avatar
Best practices
2 votes
1 replies
95 views

I am someone who is currently Learn Python, especially libary for make machine learn, but i am not have pc/laptop , can i make my own ML & Neural model? I haveI've heard that we can use Google ...
F4th1Q's user avatar
  • 1
1 vote
1 answer
56 views

I'm creating a custom PyEnvironment in TensorFlow Agents to simulate the track and field decathlon. I've managed to create a functioning environment in the sense that I can use _step and _reset, but ...
Perry's user avatar
  • 31
Advice
1 vote
4 replies
108 views

I am working on a keras regression network that takes about 60 input variables and outputs 35 variables. For both the input and output, about half of the variables are in the range of ±10, while the ...
Jenna's user avatar
  • 1
Best practices
0 votes
7 replies
107 views

I am working on an OCR project and need to create a dataset consisting of approximately 1247 pages from 6 books. I need to crop the images line by line and transcribe the text for training a model. ...
Muhammad Asif's user avatar
Advice
0 votes
0 replies
121 views

I've been working on adapting Microsoft's BioGPT-Large for veterinary pharmacology using Plumb's Veterinary Drug Handbook (2023) as my domain corpus. After going through a lot of trial and error, I ...
sahil koshti's user avatar
1 vote
1 answer
156 views

I am building a custom Multi-Object Tracking (MOT) system using Python, OpenCV, and TensorFlow. My goal is to track people and perform real-time clothing recognition. To prevent ID switches when a ...
BestlabChill's user avatar
Advice
0 votes
2 replies
71 views

I’m working with a Vision Transformer (ViT) backbone from Keras Hub and building my own classification head. My code looks like this: python def get_vit_model(model_variant='vit_base', ...
Ahmed Mohamed's user avatar
1 vote
2 answers
104 views

I am experimenting with mixed precision training in TensorFlow to speed up training on a GPU. I enabled the global mixed precision policy and implemented a custom loss function. However, when training ...
M M's user avatar
  • 25
0 votes
1 answer
67 views

I'm building tensorflow 2.20.0 from source from official repo (from release branch v2.20.0) with rocm and -march=native I use: export HERMETIC_PYTHON_VERSION=3.13 export ROCM_PATH=/opt/rocm/ export ...
Eugene S's user avatar
Advice
0 votes
2 replies
117 views

I was watching this tutorial on weight initialization in neural network, and im not able to understand this statement: In case of Tanh, Sigmoid activation, If we initialize weights with large values (...
Arun Negi's user avatar
2 votes
1 answer
99 views

I'm starting learning Machine Learning by Tensorflow Keras CV tutorials and two of my tutorial projects are not working correctly. I use these tutorials: https://www.tensorflow.org/tutorials/load_data/...
Sanorian's user avatar

15 30 50 per page
1
2 3 4 5
5475