QBoard » Artificial Intelligence & ML » AI and ML - Python
  • Rishi Pandya
    This simple code that simply tries to replace semicolons (at i-specified postions) by colons does not work:
    for i in range(0,len(line)): if (line==";" and i in rightindexarray):...  more
    Last post by Sindhuja Martha - October 16, 2021
    171 views 0 likes
    3
  • Laksh Nath
    How can I call a Python function with my Node.js (express) backend server?
    I want to call this function and give it an image url
    def predictImage(img_path): # load model model =...  more
    Last post by Jainew Nanda - October 12, 2021
    224 views 0 likes
    3
  • Samar Patil
    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 Sindhuja Martha - October 12, 2021
    260 views 0 likes
    5
  • Sindhuja Martha
    I'm trying to understand the backpropagation algorithm with an XOR neural network as an example. For this case there are 2 input neurons + 1 bias, 2 neurons in the hidden layer +...  more
    Last post by Maryam Bains - October 12, 2021
    261 views 0 likes
    4
  • Viaan Prakash
    Can any one tell my what that part (town = thisLine)exactly do?
    def get_list_of_university_towns():
    '''Returns a DataFrame of towns and the states they are in from the...  more
    Last post by Maryam Bains - October 12, 2021
    221 views 0 likes
    3
  • Tarun Reddy
    Currently I use the following code:
    callbacks =
    model.fit(X_train.astype('float32'), Y_train, batch_size=batch_size, nb_epoch=nb_epoch,
    shuffle=True, verbose=1,...  more
    Last post by Viaan Prakash - October 7, 2021
    167 views 0 likes
    5
  • Tarun Reddy
    I have a large set of vectors in 3 dimensions. I need to cluster these based on Euclidean distance such that all the vectors in any particular cluster have a Euclidean distance...  more
    Last post by Viaan Prakash - October 7, 2021
    302 views 0 likes
    5
  • Rishi Pandya
    Right now I'm importing a fairly large CSV as a dataframe every time I run the script. Is there a good solution for keeping that dataframe constantly available in between runs...  more
    Last post by Viaan Prakash - October 7, 2021
    218 views 0 likes
    5
  • Advika Banerjee
    I'm interesting in getting the connection from Python to machine learning part of OpenCV 2.2. OpenCV 2.2 already includes python bindings but only to the computer vision (cv) part...  more
    Last post by Jainew Nanda - October 6, 2021
    213 views 0 likes
    3
  • Viaan Prakash
    Can someone explain to me what is the purpose of meshgrid function in Numpy? I know it creates some kind of grid of coordinates for plotting, but I can't really see the direct...  more
    Last post by Maryam Bains - October 2, 2021
    507 views 0 likes
    4
  • Sindhuja Martha
    How to delete a file or folder in Python?
    Last post by Vaibhav Mali - September 22, 2021
    219 views 0 likes
    3
  • Tarun Reddy
    Is it possible to delete or insert a step in a sklearn.pipeline.Pipeline object?I am trying to do a grid search with or without one step in the Pipeline object. And wondering...  more
    Last post by Vaibhav Mali - September 18, 2021
    487 views 0 likes
    4
  • Sindhuja Martha
    How do I apply label encoding on multiple columns?
    Last post by Ananthesh Kunjathaya B R - August 24, 2021
    272 views 0 likes
    4
  • Viaan Prakash
    I am trying to follow this tutorial: https://medium.com/@natu.neeraj/training-a-keras-model-on-google-cloud-ml-cb831341c196to upload and train a Keras model on Google Cloud...  more
    Last post by Samar Patil - August 21, 2021
    212 views 0 likes
    3
  • Sindhuja Martha
    How do I use Sklearn preprocessing LabelEncoder?
    Last post by Rishi Pandya - August 16, 2021
    275 views 0 likes
    3

QBoard Statistics

Topics 70
Posts 330
Total Users 7405
Active Users 24