Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. P

    Python Tried many times to fix the string prediction problem but...

    I am running this code below: # Import modules import numpy as np import pandas as pd from sklearn.model_selection import train_test_split import tensorflow as tf from tensorflow import keras from tensorflow.keras import layers """ This module is a string prediction model using LSTM. It takes a...
  2. P

    Python Ran into trouble for a string-prediction problem...

    This is concerning the source code I am developing: # Import modules import numpy as np import pandas as pd from sklearn.model_selection import train_test_split import tensorflow as tf from tensorflow import keras from tensorflow.keras import layers # Define the file path and name file_path =...
  3. P

    Python Compiles Python code with no error but giving out no output - what's wrong with it?

    Am running Python 3.8.10 in a 32-bit Windows 7 computer with only 2GB memory and no video card (not even an NVIDIA) - it's a two decade old netbook... Tried running the following code: import numpy as np from scipy import ndimage def predict_next_string(database): # Split the database into a...
  4. P

    Python What is the Python Implementation for This?

    I have a Windows text file with the following info inside it: 25 05 38 26 53 04 07 45 50 33 19 34 55 25 21 30 09 39 26 11 30 12 13 41 32 23 44 11 50 39 45 30 07 44 55 54 21 10 35 46 48 27 52 41 05 53 11 50 40 38 17 43 10 54 45 27 29 12 39 31 24 42 38 02 18 09 13 43 28 06 53 30 45 47 29 30 53 13...
Back
Top Bottom