colinskot / Bike-Rental-Predictor

NN using only numpy library predicts bike rentals (using linear regression) from real dataset - Udacity DLND project
0 stars 0 forks source link

Using scipy Differential Evolution genetic algorithm to find initial fitting parameters #1

Open zunzun opened 7 years ago

zunzun commented 7 years ago

I have used scipy's Differential Evolution genetic algorithm to find initial parameters for fitting a double Lorentzian peak equation to Raman spectroscopy data. I found that the results were excellent, and see from your GitHub project and user profile that you might find the project to be interesting.

The GitHub project, with a test spectroscopy data file, is:

https://github.com/zunzun/RamanSpectroscopyFit

James Phillips

colinskot commented 7 years ago

Thanks! I'll look into that and hopefully successfully apply it to my Neural Net :)