How to group vectors with little variation in python?
What do you mean by little variation? Do you want to measure the Euclidean distance? If that is your question, you can use the numpy package: dist = numpy.linalg.norm(a-b)
How to create an executable file of python scripts which can be executed on windows 7 / 8/ 8.1 and 64 both 32 bit and 64 bit versions? I have used PyInstaller, but its exe gives an fatal error...
09 October 2018 3,589 3 View
I want to add google map to my website in HTML. It is asking for API key. do Google Map API key is free or we have to pay for it?
08 September 2018 7,502 1 View
Which are the effective deep learning models for unsupervised classification?
07 August 2018 6,904 9 View
I wand to identify specific patterns within the image data using unsupervised deep learning models.
07 August 2018 4,171 3 View
Hello, I have a 2D sample matrix with shape 10 x 100 (features x samples). Every column represents a single sample with 10 features. How can we calculate the correlation between every column of...
07 August 2018 4,633 0 View
What are stacked auto-encoders? Does it useful in unsupervised feature learning?
06 July 2018 6,050 3 View
What are the different types of Auto-Encoders available in the Deep Learning?
06 July 2018 4,253 7 View
Which library is the best to implement unsupervised deep learning algorithms in Python?
06 July 2018 9,185 4 View
I want to code for object recognition using deep learning, where I do not have any database for supervised approach. I want to perform the same using unsupervised deep learning approach. Can you...
06 July 2018 6,974 3 View
Deep Learning is known for its deep layered architecture. to design an efficient deep neural network model, What is the basic criteria to define the total number of nodes and layers in Deep Learning?
06 July 2018 3,866 4 View
Is it possible to induce site-directed substitution mutation by quick-change method on linear dsDNA? or it has to be cloned in some vector? If yes, should it be treated with the Dpn1 enzyme...
03 March 2021 401 4 View
Hi, I am trying to construct a multi-layer fibril structure from a single layer in PyMol by translating the layer along the fibril axis. For now, I am able to use the Translate command in PyMol...
02 March 2021 4,569 4 View
I want to do a parameter study of a aixsymmetric cylinder in Abaqus. I want to create several jobs where I get the stresses for 3 different points in my model. These points are defined. I wrote a...
01 March 2021 10,078 1 View
Which is suitable for use with Python? MySQL or SQL Server? What is your suggestion?
01 March 2021 3,422 3 View
Hello, Is it possible to use pUC19 as a transfer vector to be packed in using the second generation viral particles packaging system( pMD2.G; psPAX2 plasmids)? As far as I understand it there is...
28 February 2021 4,868 2 View
Please, if Gaussian Parameter optimization is possible in this code structure
28 February 2021 278 3 View
I wanted to add an extra parameter to the existing Johnson cook equation in the ABAQUS simulation. How to add those extra parameters. Ref: A modified Johnson-Cook material model with strain...
28 February 2021 4,841 3 View
System Description Cuda 11.2 GeForce GTX 1080ti tensorflow version 2.4.1 keras version 2.2.0 python version 3.8 I was getting the below error when I try to run my code on the...
25 February 2021 6,673 2 View
23 February 2021 7,826 2 View
I am looking for implementation of bayesian decision trees and bayesian regression trees in Python and/or R.. Do you know if the existing libraries support this
23 February 2021 6,689 3 View