-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1435a58
commit 3490335
Showing
3 changed files
with
95 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
# Kick it Out: Audio Generation With a Deep Convolution Generative Network | ||
|
||
Abhay Shukla\ | ||
[email protected]\ | ||
Continuation of UCLA COSMOS 2024 Research | ||
|
||
## Abstract | ||
|
||
Generative adversarial networks have been used to much sucess for generating images | ||
|
||
## Introduction | ||
|
||
## Background | ||
|
||
## Methodology | ||
|
||
## Results | ||
|
||
## Discussion | ||
|
||
## Conclusion | ||
|
||
## References | ||
|
||
<a id="1">[1]</a> DCGAN paper methodology structure etc | ||
https://arxiv.org/abs/1511.06434 | ||
|
||
similar result to me | ||
https://openaccess.thecvf.com/content_CVPR_2020/papers/Durall_Watch_Your_Up-Convolution_CNN_Based_Generative_Deep_Neural_Networks_Are_CVPR_2020_paper.pdf | ||
|
||
also talk abt like wavenet as other ideas for models | ||
|
||
i have to be doing something wrong. it has to be doable. quickly just check it all make sure theres noooothing more i can do bc im sure its possible just limitations here idk what else i can do to improve model or wtv. there has to be some way to improve at least get better, allthe changes i made should be making it better bruh. | ||
|
||
- go thru code and like clean up vars/make naming consistent (moreso helpers) | ||
- see if theres anything else i know that can be improved/possible source of error (prob not, but there has to be something it should be better w/ changes i made not "worse" its back to noise) | ||
- at most spend today doing this but thats it. paper has to happen now. | ||
|
||
STRUCTURE OF A PAPER (claude generated) | ||
|
||
1. | ||
2. Abstract: A brief summary of your paper, including the problem, methods, key results, and conclusions. | ||
3. Introduction: Present the research problem, its importance, and your objectives. | ||
4. Background/Literature Review: Provide context on deep convolution and its applications in audio generation. Review relevant previous work. | ||
5. Methodology: Describe your approach, including: | ||
|
||
- Neural network architecture | ||
- Dataset description | ||
- Training process | ||
- Evaluation metrics | ||
|
||
6. Results: Present your findings, including: | ||
|
||
- Performance metrics | ||
- Audio samples (if possible) | ||
- Comparisons with other methods | ||
|
||
7. Discussion: Interpret your results, discuss limitations, and suggest future work. | ||
8. Conclusion: Summarize your key findings and their implications. | ||
9. References: List all sources cited in your paper. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters