Tullio Facchinetti
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • ATOM Feed
  • Daily Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Display

Filter untagged links
page 1 / 5
85 results tagged algorithm  ✕
fucking-algorithm at english https://github.com/labuladong/fucking-algorithm/tree/english
Sun 16 Aug 2020 06:20:06 PM CEST
QRCode

Crack LeetCode, not only how, but also why.

algorithm article collection
binary_search - A collection of improved binary search algorithms https://github.com/scandum/binary_search
Mon 20 Jul 2020 08:49:04 PM CEST
QRCode
algorithm benchmark collection opensource programming search source_code
Data Structures & Algorithms I Actually Used Working at Tech Companies https://blog.pragmaticengineer.com/data-structures-and-algorithms-i-actually-used-day-to-day/
Sun 19 Jul 2020 02:01:09 PM CEST
QRCode

Do you actually use algorithms and data structures on your day to day job? I've noticed a growing trend of people assuming algorithms are pointless questions that are asked by tech companies purely as an arbitrary measure. I hear more people complain about how all of this is a purely academic exercise. This notion was definitely popularized after Max Howell, the author of Homebrew, posted his Google interview experience:

Google: 90% of our engineers use the software you wrote (Homebrew), but you can’t invert a binary tree on a whiteboard so fuck off.

algorithm article programming story
Logistic Regression from scratch https://philippmuens.com/logistic-regression-from-scratch/
Thu 25 Jun 2020 10:33:38 PM CEST
QRCode

Learn how to use the Logistic Regression model to classify unseen data.

algorithm article machine_learning tutorial
Maze Algorithms https://www.jamisbuck.org/mazes/
Sun 07 Jun 2020 08:46:22 AM CEST
QRCode
algorithm animation collection graphics maze
active-semi-supervised-clustering - Active semi-supervised clustering algorithms for scikit-learn https://github.com/datamole-ai/active-semi-supervised-clustering
Sun 26 Apr 2020 09:22:47 PM CEST
QRCode

Semi-supervised clustering

  • Seeded-KMeans
  • Constrainted-KMeans
  • COP-KMeans
  • Pairwise constrained K-Means (PCK-Means)
  • Metric K-Means (MK-Means)
  • Metric pairwise constrained K-Means (MPCK-Means)

Active learning of pairwise clustering

  • Explore & Consolidate
  • Min-max
  • Normalized point-based uncertainty (NPU) method
algorithm coding_lang:python library machine_learning opensource source_code
PRML algorithms implemented in Python https://github.com/ctgk/PRML
Tue 03 Mar 2020 09:46:09 PM CET
QRCode

Python codes implementing algorithms described in Bishop's book "Pattern Recognition and Machine Learning"

algorithm coding_lang:python machine_learning programming software source_code
Steruell - A* algorithm visualizer written in pygame https://github.com/mHaisham/Steruell
Sat 18 Jan 2020 09:03:08 AM CET
QRCode

A* algorithm visualizer written in pygame.

algorithm coding_lang:python opensource path_planning simulation software
A distributional code for value in dopamine-based reinforcement learning https://www.nature.com/articles/s41586-019-1924-6
Sat 18 Jan 2020 04:47:05 AM CET
QRCode

Analyses of single-cell recordings from mouse ventral tegmental area are consistent with a model of reinforcement learning in which the brain represents possible future rewards not as a single mean of stochastic outcomes, as in the canonical model, but instead as a probability distribution.

algorithm article machine_learning neural_networks research
CleverCSV - A Python package for handling messy CSV files https://github.com/alan-turing-institute/CleverCSV
Tue 14 Jan 2020 06:45:51 AM CET
QRCode

CleverCSV provides a drop-in replacement for the Python csv package with improved dialect detection for messy CSV files. It also provides a handy command line tool that can standardize a messy file or generate Python code to import it.

algorithm coding_lang:python csv data_mining library opensource software
Algoviz - A* simulation https://algoviz.njanjo.com/
Sun 12 Jan 2020 09:11:51 AM CET
QRCode

Graphical A* simulation.

algorithm online path_planning simulation
libcodr7 - fundamental collections in the spirit of C https://github.com/codr7/libcodr7
Mon 30 Dec 2019 09:27:09 PM CET
QRCode

Collections: double linked list, deque, RBtree, channels.

algorithm coding_lang:c data_structure library opensource software
RosettaGit - Solutions to tasks in over 700 programming languages https://github.com/ad-si/rosettagit
Sun 29 Dec 2019 02:01:14 PM CET
QRCode

The idea of RosettaGit is to present solutions to the same task in as many different programming languages as possible. It demonstrates how languages are similar and different and can help you learn new approaches to solving problems.

algorithm opensource programming source_code
Kaboom - An unusual Minesweeper https://pwmarcz.pl/blog/kaboom/
Thu 26 Dec 2019 08:45:08 PM CET
QRCode

Normally, the arrangement of mines is decided at the start of the game (except for some trickery so that you cannot lose on the first click). But what if there was no pre-determined arrangement, and the game was allowed to choose after you play?

An interesting article describing the logic of this original minesweeper game.

image

algorithm article games tech
stopwords detector https://github.com/amarallab/stopwords
Mon 02 Dec 2019 09:28:27 PM CET
QRCode
algorithm coding_lang:python source_code text_mining
textdistance | Text comparison algorithms https://github.com/life4/textdistance
Wed 30 Oct 2019 10:51:30 PM CET
QRCode

TextDistance, a python library for comparing distance between two or more sequences by many algorithms.

Features:

  • 30+ algorithms
  • Pure python implementation
  • Simple usage
  • More than two sequences comparing
  • Some algorithms have more than one implementation in one class.
  • Optional numpy usage for maximum speed.
algorithm coding_lang:python library opensource software source_code text-processing
abbreviation-extraction | Implementation of the Schwartz-Hearst https://github.com/philgooch/abbreviation-extraction
Mon 14 Oct 2019 06:10:33 PM CEST
QRCode

Python3 implementation of the Schwartz-Hearst algorithm for extracting abbreviation-definition pairs.

algorithm library machine_learning NLP programming python source_code
Principal Component Analysis http://www.oranlooney.com/post/ml-from-scratch-part-6-pca/
Wed 09 Oct 2019 07:46:37 PM CEST
QRCode

PCA is a linear dimensionality reduction technique. Many non-linear dimensionality reduction techniques exist, but linear methods are more mature, if more limited.

algorithm analytics article data_science methodology statistics
TheAlgorithms/Python: All Algorithms implemented in Python https://github.com/TheAlgorithms/Python
Sun 22 Sep 2019 10:22:41 PM CEST
QRCode

All Algorithms implemented in Python.

algorithm coding_lang:python opensource programming source_code
All Algorithms implemented in Python https://github.com/TheAlgorithms/Python
Sun 22 Sep 2019 10:22:41 PM CEST
QRCode
algorithm coding_lang:python opensource programming source_code
page 1 / 5
3672 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn