QBoard » Artificial Intelligence & ML » AI and ML - Python
  • Samar Patil
    I have an Express Node.js application, but I also have a machine learning algorithm to use in Python. Is there a way I can call Python functions from my Node.js application to...  more
    Last post by Viaan Prakash - December 18, 2021
    1,158 views 0 likes
    4
  • Laksh Nath
    For now I'm using early stopping in Keras like this:
    X,y= load_data('train_data') X_train, X_test, y_train, y_test = train_test_split(X, y, test_size=0.1, random_state=12) datagen...  more
    Last post by Viaan Prakash - December 18, 2021
    227 views 0 likes
    4
  • Laksh Nath
    I'm trying to iterate over the words of a string.
    The string can be assumed to be composed of words separated by whitespace.
    Note that I'm not interested in C string functions or...  more
    Last post by Viaan Prakash - December 18, 2021
    157 views 0 likes
    3
  • Samar Patil
    I have created 2 python sets created from 2 different CSV files which contains some stings.
    I am trying to match the 2 sets so that it will return an intersection of the 2 (the...  more
    Last post by Maryam Bains - December 15, 2021
    170 views 0 likes
    4
  • Rishi Pandya
    What is the use of Sklearn preprocessing
    Last post by Maryam Bains - December 15, 2021
    221 views 0 likes
    4
  • Advika Banerjee
    I have tried to puzzle out an answer to this question for many months while learning pandas. I use SAS for my day-to-day work and it is great for it's out-of-core support....  more
    Last post by Maryam Bains - December 10, 2021
    132 views 0 likes
    5
  • Laksh Nath
    Is it possible to upgrade all Python packages at one time with pip?
    Note: that there is a feature request for this on the official issue tracker.
    Last post by Maryam Bains - December 10, 2021
    157 views 0 likes
    4
  • Rishi Pandya
    How to access Google Cloud Storage Bucket from AI Platform job
    Last post by Maryam Bains - December 10, 2021
    252 views 0 likes
    4
  • Maryam Bains
    I'm taking this course on Coursera, and I'm running some issues while doing the first assignment. The task is to basically use regular expression to get certain values from the...  more
    Last post by Viaan Prakash - December 7, 2021
    170 views 0 likes
    2
  • Advika Banerjee
    I tried to install XGBoost package in python. I am using windows os, 64bits . I have gone through following.
    The package directory states that xgboost is unstable for windows and...  more
    Last post by Viaan Prakash - December 1, 2021
    256 views 0 likes
    4
  • Maryam Bains
    How do I save a trained Naive Bayes classifier to disk and use it...  more
    Last post by Viaan Prakash - December 1, 2021
    508 views 0 likes
    4
  • Rishi Pandya
    Node.js is a perfect match for our web project, but there are few computational tasks for which we would prefer Python. We also already have a Python code for them. We are highly...  more
    Last post by Viaan Prakash - December 1, 2021
    226 views 0 likes
    4
  • Rishi Pandya
    I want to get a list of the column headers from a Pandas DataFrame. The DataFrame will come from user input, so I won't know how many columns there will be or what they will be...  more
    Last post by Viaan Prakash - November 29, 2021
    203 views 0 likes
    5
  • Tarun Reddy
    How is the convolution operation carried out when multiple channels are present at the input layer? (e.g. RGB)
    After doing some reading on the architecture/implementation of a CNN...  more
    Last post by Viaan Prakash - November 29, 2021
    228 views 0 likes
    4
  • Advika Banerjee
    I have a dictionary: keys are strings, values are integers.Example:
    stats = {'a':1000, 'b':3000, 'c': 100}

    I'd like to get 'b' as an answer, since it's the key with a higher...  more
    Last post by Viaan Prakash - November 29, 2021
    166 views 0 likes
    3

QBoard Statistics

Topics 70
Posts 330
Total Users 7405
Active Users 24