Electronics and DSP engineer. (More of my stuff is on GitHubGist than on GitHub proper.)
- New York, NY
- http://gist.github.com/endolith
Block or Report
Block or report endolith
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned Loading
-
complex_colormap Public
Colormap for visualizing complex functions using a perceptually-uniform colorspace
-
waveform_analysis Public
Functions and scripts for analyzing waveforms, primarily audio. This is currently somewhat disorganized and unfinished.
-
1
MIT License
23Copyright (c) 2012 endolith
45Permission is hereby granted, free of charge, to any person obtaining a copy
-
1
"""2Train a neural network to implement the discrete Fourier transform3"""4from keras.models import Sequential
5from keras.layers import Dense
305 contributions in the last year
Less
More
Activity overview
Loading
Contribution activity
December 2021
Created 4 commits in 2 repositories
Created a pull request in scipy/scipy that received 1 comment
Use constrained_layout in Lomb-Scargle example
The plot axes labels were overlapping #15134 (comment) Reference issue What does this implement/fix? Additional information
+6
−7
•
1
comment
