facebookresearch / demucs
Code for the paper Music Source Separation in the Waveform Domain
https://github.com/facebookresearch/demucs
Code for the paper Music Source Separation in the Waveform Domain
https://github.com/facebookresearch/demucs
GitHub
GitHub - facebookresearch/demucs: Code for the paper Hybrid Spectrogram and Waveform Source Separation
Code for the paper Hybrid Spectrogram and Waveform Source Separation - facebookresearch/demucs
6 New Features in Python 3.8 for Python Newbies
Prepare yourself as Python 2 is no longer supported
https://towardsdatascience.com/6-new-features-in-python-3-8-for-python-newbies-dc2e7b804acc
Prepare yourself as Python 2 is no longer supported
https://towardsdatascience.com/6-new-features-in-python-3-8-for-python-newbies-dc2e7b804acc
I created a program that makes investing easier
https://www.reddit.com/r/Python/comments/ej3hi0/i_created_a_program_that_makes_investing_easier/
https://www.reddit.com/r/Python/comments/ej3hi0/i_created_a_program_that_makes_investing_easier/
reddit
I created a program that makes investing easier
I spend the Christmas holiday, next to eating a lot, working on a new Python project. My first experience with OOP and the development of an...
Python 2 will retire from its 20 years of service in April 2020.
https://www.reddit.com/r/Python/comments/ekurlp/python_2_will_retire_from_its_20_years_of_service/
https://www.reddit.com/r/Python/comments/ekurlp/python_2_will_retire_from_its_20_years_of_service/
reddit
Python 2 will retire from its 20 years of service in April 2020.
Posted in r/Python by u/ajknpikachu • 1 point and 1 comment
[Google Brain Object detection] EfficientDet: Scalable and Efficient Object Detection implementation by Signatrix
https://www.reddit.com/r/Python/comments/ek3ntu/google_brain_object_detection_efficientdet/
https://www.reddit.com/r/Python/comments/ek3ntu/google_brain_object_detection_efficientdet/
reddit
[Google Brain Object detection] EfficientDet: Scalable and...
Posted in r/Python by u/1991viet • 2 points and 1 comment
minimaxir / gpt-2-simple
Python package to easily retrain OpenAI's GPT-2 text-generating model on new texts
https://github.com/minimaxir/gpt-2-simple
Python package to easily retrain OpenAI's GPT-2 text-generating model on new texts
https://github.com/minimaxir/gpt-2-simple
GitHub
GitHub - minimaxir/gpt-2-simple: Python package to easily retrain OpenAI's GPT-2 text-generating model on new texts
Python package to easily retrain OpenAI's GPT-2 text-generating model on new texts - minimaxir/gpt-2-simple
Took me a little while because I am still very much a beginner at coding, but I felt proud of myself today. In The Old Republic, you can talk to the droid by right-clicking him and he responds with various responses. I wanted to create code that could do that with R2. I was SO happy when it worked!
https://www.reddit.com/r/Python/comments/ej8rc2/took_me_a_little_while_because_i_am_still_very/
https://www.reddit.com/r/Python/comments/ej8rc2/took_me_a_little_while_because_i_am_still_very/
reddit
Took me a little while because I am still very much a beginner at...
Posted in r/Python by u/SarcasticAssbasket • 1 point and 0 comments
Top 3 Methods for Handling Skewed Data
Is skewed data messing up the power of your predictive model…
https://towardsdatascience.com/top-3-methods-for-handling-skewed-data-1334e0debf45
Is skewed data messing up the power of your predictive model…
https://towardsdatascience.com/top-3-methods-for-handling-skewed-data-1334e0debf45
Introducing Xverse! — A python package for feature selection and transformation
Xverse short for X…
https://towardsdatascience.com/introducing-xverse-a-python-package-for-feature-selection-and-transformation-17193cdcd067
Xverse short for X…
https://towardsdatascience.com/introducing-xverse-a-python-package-for-feature-selection-and-transformation-17193cdcd067
How to be fancy with OOP in Python
Learn about Python’s magic methods to make your life easier
https://towardsdatascience.com/how-to-be-fancy-with-python-part-2-70fab0a3e492
Learn about Python’s magic methods to make your life easier
https://towardsdatascience.com/how-to-be-fancy-with-python-part-2-70fab0a3e492
The Best New Geospatial Data Science Libraries In 2019
There have been so many new and amazing…
https://towardsdatascience.com/the-best-new-geospatial-data-science-libraries-in-2019-7f0174e2a0eb
There have been so many new and amazing…
https://towardsdatascience.com/the-best-new-geospatial-data-science-libraries-in-2019-7f0174e2a0eb
Label smoothing with Keras, TensorFlow, and Deep Learning
In this tutorial, you will learn two ways to implement label smoothing using Keras, TensorFlow, ...
https://www.pyimagesearch.com/2019/12/30/label-smoothing-with-keras-tensorflow-and-deep-learning/
In this tutorial, you will learn two ways to implement label smoothing using Keras, TensorFlow, ...
https://www.pyimagesearch.com/2019/12/30/label-smoothing-with-keras-tensorflow-and-deep-learning/
30 Python Best Practices, Tips, And Tricks
Improve your Python knowledge and skills
https://towardsdatascience.com/30-python-best-practices-tips-and-tricks-caefb9f8c5f5
Improve your Python knowledge and skills
https://towardsdatascience.com/30-python-best-practices-tips-and-tricks-caefb9f8c5f5
Project-Based Learning for Data Scientists
Becoming a Data Scientist just got a whole lot easier
https://towardsdatascience.com/project-based-learning-for-data-scientists-df6a8f74e4a1
Becoming a Data Scientist just got a whole lot easier
https://towardsdatascience.com/project-based-learning-for-data-scientists-df6a8f74e4a1
Use python to find a prime number that looks like any image if glanced upon from far away. [OC]
https://www.reddit.com/r/Python/comments/ekjr42/use_python_to_find_a_prime_number_that_looks_like/
https://www.reddit.com/r/Python/comments/ekjr42/use_python_to_find_a_prime_number_that_looks_like/
reddit
Use python to find a prime number that looks like any image if...
Posted in r/Python by u/Gedanke • 1,259 points and 71 comments
Copying data is wasteful, mutating data is dangerous
You have a large chunk of data—a NumPy array, or a Pandas DataFrame—and you need to do a series of ...
https://pythonspeed.com/articles/minimizing-copying/
You have a large chunk of data—a NumPy array, or a Pandas DataFrame—and you need to do a series of ...
https://pythonspeed.com/articles/minimizing-copying/
Python⇒Speed
Copying data is wasteful, mutating data is dangerous
Copying data wastes memory, and modifying/mutating data can lead to bugs. Learn how to implement a compromise between the two in Python: hidden mutability.
A script that generates randomized mazes/labrynths. Invented by accident. Link to repo : https://github.com/Perseus-Perry/Maze-Generator
https://www.reddit.com/r/Python/comments/e96pv9/a_script_that_generates_randomized_mazeslabrynths/
https://www.reddit.com/r/Python/comments/e96pv9/a_script_that_generates_randomized_mazeslabrynths/
GitHub
Perseus-Perry/Maze-Generator
A happy accident that generates amazing mazes. Contribute to Perseus-Perry/Maze-Generator development by creating an account on GitHub.