diskover - file system crawler, disk space usage, storage analytics: https://www.reddit.com/r/Python/comments/8pgy3n/diskover_file_system_crawler_disk_space_usage/
reddit
r/Python - diskover - file system crawler, disk space usage, storage analytics
1 votes and 1 so far on reddit
KNN Algorithm using Python - Explained with Example: https://www.reddit.com/r/Python/comments/8phzod/knn_algorithm_using_python_explained_with_example/
reddit
KNN Algorithm using Python - Explained with Example • r/Python
1 points and 0 comments so far on reddit
You can Spend Less to Buy $416 Worth programming books from this book bundle: https://www.reddit.com/r/Python/comments/8phlh9/you_can_spend_less_to_buy_416_worth_programming/
reddit
You can Spend Less to Buy $416 Worth programming books... • r/Python
0 points and 1 comments so far on reddit
Using mypy with tensorflow: https://stackoverflow.com/questions/50521136/using-mypy-with-tensorflow
Stack Overflow
Using mypy with tensorflow
I'm currently working on a library that uses Tensorflow and is trying to integrate some type checking with mypy. Are there any type stubs for Tensorflow for use with mypy?
We wrote some non-
We wrote some non-
Would love some feedback on my arg-parser project: https://www.reddit.com/r/Python/comments/8pgyzc/would_love_some_feedback_on_my_argparser_project/
reddit
Would love some feedback on my arg-parser project • r/Python
https://github.com/eltrhn/ergo ([https://pypi.org/project/ergo](https://pypi.org/project/ergo)) Posted about this in the "What's everyone...
Automating a podcast: Wrap up and testing | Machine Love Us: https://www.reddit.com/r/Python/comments/8pise7/automating_a_podcast_wrap_up_and_testing_machine/
reddit
r/Python - Automating a podcast: Wrap up and testing | Machine Love Us
1 votes and 0 so far on reddit
GAN not converging. Discriminator loss keeps increasing: https://stackoverflow.com/questions/50026996/gan-not-converging-discriminator-loss-keeps-increasing
Stack Overflow
GAN not converging. Discriminator loss keeps increasing
I am making a simple generative adverserial network on mnist dataset.
This is my implementation :
import tensorflow as tf
import matplotlib.pyplot as plt
import numpy as np
from tensorflow.examp...
This is my implementation :
import tensorflow as tf
import matplotlib.pyplot as plt
import numpy as np
from tensorflow.examp...
Introducing Wisualia - Make animations with Python code: https://www.reddit.com/r/Python/comments/8pj2vi/introducing_wisualia_make_animations_with_python/
reddit
Introducing Wisualia - Make animations with Python code • r/Python
[Link to the repository.](https://github.com/rt-tondilt/wisualia) Features: * Interactive editor. * Uses Pycairo and GTK3 as a backend. * `with`...
With tools like Pentaho or Tableau, why is Python used for data science?: https://www.reddit.com/r/Python/comments/8pj4h4/with_tools_like_pentaho_or_tableau_why_is_python/
reddit
With tools like Pentaho or Tableau, why is Python used... • r/Python
Question in the title. Just wondering why Python is used and if it is worthwhile to learn tools like Pandas and NumPy to do data science when...
Dumping XGBClassifier model into text: https://stackoverflow.com/questions/50719204/dumping-xgbclassifier-model-into-text
Stack Overflow
Dumping XGBClassifier model into text
I train a multi label classification model with XGBBoost and want to code this model in another system.
Is it possible to see the text output of my XGBClassifier model as dump_model in XGB Booster.
Is it possible to see the text output of my XGBClassifier model as dump_model in XGB Booster.