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,723 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,660 1 View
I wand to identify specific patterns within the image data using unsupervised deep learning models.
07 August 2018 4,304 3 View
Which are the effective deep learning models for unsupervised classification?
07 August 2018 7,033 9 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,770 0 View
What are stacked auto-encoders? Does it useful in unsupervised feature learning?
06 July 2018 6,182 3 View
Which library is the best to implement unsupervised deep learning algorithms in Python?
06 July 2018 9,316 4 View
What are the different types of Auto-Encoders available in the Deep Learning?
06 July 2018 4,381 7 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 7,104 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 4,077 4 View
I'm currently exploring the application of Python in textile engineering, specifically in areas like data analysis, process automation, and the development of smart textiles. I'm interested in...
10 August 2024 7,429 2 View
Request Python code from this article : Gender equity of authorship in pulmonary medicine over the past decade. THANKS!
08 August 2024 6,242 2 View
Visual Studio Code (VS Code) has become a popular choice among developers for several reasons: 1. **Free and Open Source**: VS Code is free to use and open source, making it accessible to...
07 August 2024 7,013 4 View
I need the python code to forecast what crop production will be in the next decade considering climate and crop production variables as seen in the attached.csv file.
05 August 2024 2,977 3 View
Hello everyone, I am currently working on a research project that aims to integrate machine learning techniques into an open source SIEM tool to automate the creation of security use cases from...
04 August 2024 3,195 2 View
Dear Researchers I need to know, how to load and plot 2D-PIV (particle image velocimetry) recorded velocity vector field data in Tecplot? Thank You
02 August 2024 3,615 1 View
Dear All, I am trying to transfect a pCDNA3.1 vector containing my gene of interest. The purpose is to figure out the localization of the protein of interest. I have fused the protein with GFP on...
31 July 2024 9,892 4 View
In molecular dynamics simulation, to get FEL analysis, I got an error. My Python version is 3.10.7. My input files are made with a lower version of Python. But the final command to generate the...
23 July 2024 5,646 2 View
I am now developing a python module for ms2 database searching, would like to realize a function that similar to what Xcalibur did, choose multiple mass spectra and get an averaged spectra. But...
22 July 2024 3,975 1 View
Hello, dear RG community. Personally, I have found Xarray to be excruciatingly slow, especially for big datasets and nonstandard operations (like a custom filtering function). The only suggestion...
15 July 2024 4,705 2 View