covelld
covelld
Not sure whether I am using this tool properly, but here is what I am getting: list_euler
From the UpSetR issues listed I find that others are seeking to determine the member ids within the numbers listed at the top of each bar of the 'Intersection Size'...
I am using obabel to convert sdf to smi format. Using awk or cut to select subset of --append sugar_free_smiles. Unfortunately the output contains spaces and tabs. The spaces appear...
I am trying to work through your 'Clustering and Visualizing Documents using Word Embeddings', Readers and Williams. I appreciate making Jupyter note books available, but I am hoping that I...
I am implementing the autoencoder code at https://jovian.ai/1potdish/autoencoder-tensorflow-pytorch where I can successfully complete optimizer = keras.optimizers.Adam() loss = keras.losses.MeanSquaredError model.compile(optimizer=optimizer, loss= loss, metrics=["accuracy"]) model.fit(x , x, epochs=20) which ends with...
This is not a legitimate 'issue', rather a request for more information from umap results. I scanned the past issues and could find #1041 and #938 as somewhat relevant, but...
Trying to implement Keras_Deep_Clustering in python. Results indicate ~10% accuracy versus expected accuracy of ~52%. Not sure whether I am using proper metrics. I have installed metrics.py (as in blog)...
If possible could you share your show_some_digits code. The blog accessible definition does not work. Thanks def show_some_digits(number, num_digits=2): """Displays the first 'num_digits' digits of a number.""" # Convert number...