Probabilistic-Programming-and-Bayesian-Methods-for-Hackers
clojure-style-guide
Probabilistic-Programming-and-Bayesian-Methods-for-Hackers | clojure-style-guide | |
---|---|---|
30 | 16 | |
27,522 | 4,067 | |
0.0% | 0.3% | |
0.0 | 3.1 | |
about 1 year ago | 2 months ago | |
Jupyter Notebook | ||
MIT License | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Probabilistic-Programming-and-Bayesian-Methods-for-Hackers
- Probabilistic Programming and Bayesian Methods for Hackers (2013)
-
[Q] Bayesian statistics!
Also this is quite nice practical introduction which might help with finding answers to your questions: https://github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers
-
How many of you have used algebra, calculus, geometry, etc in your business careers/the real world?
This is a good intro to probabilistic programming.
-
Suggestions for some best books on computer vision
Probabilistic programming is a nice technique to have up your sleeve.
-
Bayes examples and study help
+1 for Statistical Rethinking. I’m also partial to Bayesian Methods for Hackers.
-
✨ 10 Free Books for Machine Learning & Data Science 📚
🔗 https://camdavidsonpilon.github.io/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/
-
Predicting the distribution of a variable rather than a point estimate
You’re welcome! I would recommend Bayesian Methods for Hackers
- Bayesian Methods for Hackers
-
A collaborative book on DeFi
All content is open-source: everyone is free to read, but also to contribute to the book using github. I know of one other book that followed this open-source 'publishing' model and became quite successful eventually through community efforts. I contemplated for a bit to create a book DAO but I think it's going to be overkill :).
-
[R] Analysis of Russian vaccine trial outcomes suggests they are lazily faked. Distribution of efficacies across age groups is quite improbable
Jake Vanderplas's Statistics for Hackers presentation is a perfect place to start. Bayesian Methods for Hackers is also very good.
clojure-style-guide
-
A Dictionary of Single-Letter Variable Names
Clojure developers also often make use of single-letter variable names, following conventions in `clojure.core`: https://guide.clojure.style/#idiomatic-names
My rule of thumb is to only use short names in the local scope of a function and have them follow conventions within the language community. Constrained like this, I see no harm in using them, since their meaning is clear within the context of their usage and there is usually no need to search for them. Of course, if the variable has a more specific meaning, I choose a more specific name.
-
XML is better than YAML
Fixed link to that style guide entry: https://guide.clojure.style/#opt-commas-in-map-literals
Per that style guide, the above map would be formatted like this (on HN, just indent by two spaces):
{:a 1
-
How to be more idiomatic?
As for the broader question of Clojure style, there are style guides like https://github.com/bbatsov/clojure-style-guide and tools like clj-kondo to help learn and reinforce important practices.
-
What makes Clojure better than X for you?
Basically, you learn the expected places to put whitespace, make sure to edit your code accordingly and all of the parens will be automatically closed and adjusted. Using parinfer—which you can also combine with the more traditional paredit—makes writing Clojure code a lot like writing Python.
-
Poignant perspective I found about Clojure's community in r/ExperiencedDevs
Also, there are guidelines, the styleguide, clj-kondo, kibit etc. And if you don't review your interns/juniors code to teach them good practices - you're doing it wrong (well, this one is true for any practical PL out there).
-
How to learn Clojure idioms?
Another good resource is https://guide.clojure.style/ -- the (unofficial) community style guide for Clojure.
-
4-space indents?
It's not an answer to your question but i can refer you to https://github.com/bbatsov/clojure-style-guide
-
Clojure Coding Guide
The same could be said about the "Clojure Style Guide" from the Cider guy. As a matter of fact, there was an issue about it that was quickly declined https://github.com/bbatsov/clojure-style-guide/issues/232
-
Wrote one of my first clojure programs (tic-tac-toe). Any constructive criticism would be greatly appreciated.
Formatting is not that great, see https://github.com/bbatsov/clojure-style-guide btw
- Want to get into closure, but struck at practice
What are some alternatives?
skbel - SKBEL - Bayesian Evidential Learning framework built on top of scikit-learn.
Kalman-and-Bayesian-Filters-in-Python - Kalman Filter book using Jupyter Notebook. Focuses on building intuition and experience, not formal proofs. Includes Kalman filters,extended Kalman filters, unscented Kalman filters, particle filters, and more. All exercises include solutions.
DataScienceProjects - The code repository for projects and tutorials in R and Python that covers a variety of topics in data visualization, statistics sports analytics and general application of probability theory.
react-bits - ✨ React patterns, techniques, tips and tricks ✨
machine-learning-cheat-sheet - Classical equations and diagrams in machine learning
30-days-of-elixir - A walk through the Elixir language in 30 exercises.