Awesome List Updates on Dec 02, 2021
16 awesome lists updated today.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Dive Into Machine Learning
Tools you'll need / If you prefer local installation
- Python. Python 3 is the best option.
- Jupyter Notebook. (Formerly known as IPython Notebook.)
- Some scientific computing packages:
- numpy
- pandas
- scikit-learn
- matplotlib
Other courses / Take my tips with a grain of salt
- Data science courses as Jupyter Notebooks:
- Coursera's Data Science Specialization
Supplement: Learning Pandas well / Some communities to know about!
- Here are some docs I found especially helpful as I continued learning:
Supplement: Troubleshooting / Risks - some starting points
- Awesome Production Machine Learning (⭐12k), "a curated list of awesome open source libraries to deploy, monitor, version and scale your machine learning." It includes a section about privacy-preserving ML (⭐12k), by the way!
- "So, you want to build an ethical algorithm?" An interactive tool to prompt discussions (source) (⭐58)
More Data Science materials / Aside: Bayesian Statistics and Machine Learning
- The free book Probabilistic Programming and Bayesian Methods for Hackers. Made with a "computation/understanding-first, mathematics-second point of view." Uses PyMC (⭐7.1k). It's available in print too!
- Like learning by playing? Me too. Try 19 Questions (⭐15), "a machine learning game which asks you questions and guesses an object you are thinking about," and explains which Bayesian statistics techniques it's using!
- Time Series Forecasting with Bayesian Modeling by Michael Grogan, a 5-project series - paid but the first project is free.
- Bayesian Modelling in Python (⭐2.4k). Uses PyMC (⭐7.1k) as well.
2. Urban and Regional Planning Resources
Educational and Informational Resources / Literature Resources
- Automated Decision-Making and the Law Clearinghouse Project - The aim of this clearinghouse project thus is to highlight seminal and impactful articles focused on issues of AI Decision-Making and the law.
3. Awesome Cytodata
Software / Genetic Perturbations
- Cytominer (⭐43) - Methods for image-based cell profiling in R.
- BioProfiling.jl (⭐13) - Toolkit for filtering and curation of morphological profiles in Julia.
- PyCytominer (⭐55) - Methods for image-based cell profiling in Python.
- ImJoy - A platform compiling tool for deep-learning based image analyses with a GUI.
Publications / Reviews
- Large-scale image-based screening and profiling of cellular phenotypes - Overview of image-based profiling, including its applications and challenges.
- How cells explore shape space: A quantitative statistical perspective of cellular morphogenesis - Discussion on the biology of cell shape changes based on quantitative descriptors.
- Machine learning and image-based profiling in drug discovery - Introduction to morphological profiling and discussion on what machine learning has to offer.
Publications / Applications
- Mapping the perturbome network of cellular perturbations - Image-based profiling and network analysis of drug combinations.
- Morphological profiling of human T and NK lymphocytes by high-content cell imaging - Image-based profiling of actin organization at the immunological synapse.
- A subcellular map of the human proteome - Classification of protein subcellular location from confocal microscopy images of the Human Protein Atlas.
- A multi-scale map of cell structure fusing protein images and interactions - Combining confocal imaging and mass spectrometry representations of proteins to predict physical proximity and characterize cellular organization.
- Predicting cell health phenotypes using image-based morphology profiling - Image-based profiles as predictors of apoptosis, proliferation and other cell health descriptors.
- Systematic genetics and single‐cell imaging reveal widespread morphological pleiotropy and cell‐to‐cell variability - Analysis of single-cell profiles to characterize variability, pleiotropy and incomplete penetrance.
- Large‐scale image‐based profiling of single‐cell phenotypes in arrayed CRISPR‐Cas9 gene perturbation screens - Demonstrates feasibility of imaging arrayed CRISPR screens and offers a way to characterize transfection efficacy in individual cells.
- A chemical-genetic interaction map of small molecules using high-throughput imaging in cancer cells - Profiling the morphological changes induced in 1280 compounds in 12 knockout cell lines.
- Time-resolved mapping of genetic interactions to model rewiring of signaling pathways - Changes in genetic interactions across time based on multiple morphological descriptors.
- High-Content Imaging of Unbiased Chemical Perturbations Reveals that the Phenotypic Plasticity of the Actin Cytoskeleton Is Constrained - Defining morphological clusters in a large compound screen.
- A map of directional genetic interactions in a metazoan cell - Characterizing genetic interactions by integrating 21 phenotypic descriptors.
- Evaluation of Gene Expression and Phenotypic Profiling Data as Quantitative Descriptors for Predicting Drug Targets and Mechanisms of Action - Benchmarking profiling modalities, including image-based profiles, for mechanism of action prediction.
Publications / Methods
- Learning unsupervised feature representations for single cell microscopy images with paired cell inpainting - Selfsupervised method to learn feature representations of single cells in microscopy images without labelled training data.
- A BaSiC tool for background and shading correction of optical microscopy images - Illumination-correction method accounting for space- and time-dependent biases.
- Cellpose: a generalist algorithm for cellular segmentation - Generalist deep learning model for cell and nucleus segmentation with pre-trained weights.
- Deep Learning Automates the Quantitative Analysis of Individual Cells in Live-Cell Imaging Experiments - DeepCell: collection of deep learning segmentation models.
- Improving Phenotypic Measurements in High-Content Imaging Screens - Embedding single-cell and compound profiles using transfer learning, examplified on mechanism of action prediction.
- The Multidimensional Perturbation Value - Proposing a score to define significant activity in screens.
- CytoGAN: Generative Modeling of Cell Images - Generative network displaying potential for learning latent representation of biological conditions from cell images.
- Self-supervised feature extraction from image time series in plant phenotyping using triplet networks - Direct extraction of phenotypic features from plant images.
4. Awesome Developer First
Databases & Spreadsheets
- PlanetScale - Hosted managed MySQL database, CI integration & auto scaling.
5. Awesome Selfhosted
Software / Database Management
- Directus - An Instant App & API for your SQL Database. Directus wraps your new or existing SQL database with a realtime GraphQL+REST API for developers, and an intuitive admin app for non-technical users. (Source Code (⭐27k))
GPL-3.0
Nodejs/Docker
Software / Money, Budgeting & Management
- Hub20 - A self-hosted payment processor for Ethereum and ERC20 Tokens. (Source Code)
AGPL-3.0
Docker/Python
- IHateMoney - Manage your shared expenses, easily. (Demo, Source Code (⭐1.2k))
BSD-3-Clause
Docker/Python
Software / Polls and Events
- ClearFlask - Community-feedback tool for managing incoming feedback and prioritizing a public roadmap (alternative to Canny, UserVoice, Upvoty). (Demo, Source Code (⭐284))
AGPL-3.0
Docker
Software / Software Development - Project Management
- OneDev - All-In-One DevOps Platform. With Git Management, Issue Tracking, and CI/CD. Simple yet Powerful. (Source Code)
MIT
Java/Docker/K8S
6. Awesome Vue
Components & Libraries / UI Components
- vue3-emoji-picker (⭐175) - Simple and Powerful Emoji Picker for Vue3.
7. Awesome Flutter
Forms / Image Picker
- Form Builder (⭐1.4k) - Framework that simplifies building forms, validating fields, reacting to changes, and collecting the final user input by Danvick Miller
- Reactive Forms (⭐456) - Model-driven approach to handling Forms inputs and validations, heavily inspired in Angular's Reactive Forms.
8. Awesome Circuitpython
Contributing / Contribution Workflow Overview
- Fork this repository (⭐620) on GitHub.
- Merge adafruit or main.
9. Awesome Vite
Svelte / Integrations
- vite-plugin-svelte (⭐835) - Adds Svelte support. Official plugin of Svelte team.
10. Awesome Lowcode
Automation
- Data Fetcher for Airtable - Connect Airtable to any API using the Data Fetcher app.
11. Awesome Python Typing
Tools / Linters
- flake8-type-checking (⭐112) - Plugin to help you guard any type-annotation-only import correctly.
12. Tools
UI Builders
13. Awesome Generative Deep Art
Papers Collection
- https://ieeexplore.ieee.org/abstract/document/9043519: A State-of-the-Art Review on Image Synthesis With Generative Adversarial Networks
- Utilizando redes adversárias generativas (GANs) como agente de apoio à inspiração para artistas: Trabalho de Graduação de Cláudio Carvalho no Centro de Informática - UFPE
- GAN Lab: Play with Generative Adversarial Networks in Your Browser!
Improving Google Colab experience / Deforum
- Jupyter Widgets for Interactivity in Google Colab: notebook with examples of using Jupyter Widgets in Colab, allowing interactive inputs
14. Awesome Ddd
Video Collections
- The Art of Discovering Bounded Contexts by Nick Tune - Session from 2017 DevoxxUK on how to define bounded contexts
15. Free for Dev
Testing
- lambdatest.com — Manual, visual, screenshot, and automated browser testing on selenium and cypress, free for Open Source
16. Awesome Digital History
Archives and primary sources / Global
- Karlsruher Virtueller Katalog - Book search engine for finding hundreds of millions of media in catalogs worldwide.
- Prev: Dec 03, 2021
- Next: Dec 01, 2021