All Projects → coells → 100days

coells / 100days

100 days of algorithms

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to 100days

Pythondataanalytics
Stars: ✭ 8 (-99.88%)
Mutual labels:  jupyter-notebook
Spot price history
IPython notebook that uses Boto, Pandas and MatPlotLib to show historical price data
Stars: ✭ 8 (-99.88%)
Mutual labels:  jupyter-notebook
Poems
Poems (Mirror)
Stars: ✭ 8 (-99.88%)
Mutual labels:  jupyter-notebook
Jupyter Gee
Stars: ✭ 8 (-99.88%)
Mutual labels:  jupyter-notebook
Musicinformationretrieval.com
Instructional notebooks on music information retrieval.
Stars: ✭ 845 (-87.55%)
Mutual labels:  jupyter-notebook
Dominhhai.github.io
My Blog
Stars: ✭ 8 (-99.88%)
Mutual labels:  jupyter-notebook
Steemdata Charts
Code powering steemdata.com/charts
Stars: ✭ 8 (-99.88%)
Mutual labels:  jupyter-notebook
Light head rcnn
Light-Head R-CNN
Stars: ✭ 852 (-87.45%)
Mutual labels:  jupyter-notebook
Uw python for geosciences
Talks from the UW Python for Geosciences Seminar
Stars: ✭ 8 (-99.88%)
Mutual labels:  jupyter-notebook
Snake
Code for "Deep Snake for Real-Time Instance Segmentation" CVPR 2020 oral
Stars: ✭ 849 (-87.49%)
Mutual labels:  jupyter-notebook
Kaggle right whale
Project on Pattern Detection and Recognition using Deep Learning
Stars: ✭ 8 (-99.88%)
Mutual labels:  jupyter-notebook
Gym Blender
Blender Environment for Gym (work in progress)
Stars: ✭ 8 (-99.88%)
Mutual labels:  jupyter-notebook
Swcarpentry Workshop Pandas
Remix of Software Carpentry material using intermediate pandas lesson and concepts from the novice class
Stars: ✭ 8 (-99.88%)
Mutual labels:  jupyter-notebook
Rnn encoder decoder
Stars: ✭ 8 (-99.88%)
Mutual labels:  jupyter-notebook
Jupyter Notebooks
data analysis experiments in haskell and python
Stars: ✭ 8 (-99.88%)
Mutual labels:  jupyter-notebook
Python Ml
Stars: ✭ 8 (-99.88%)
Mutual labels:  jupyter-notebook
Enviro mod notes
Introductory notes on environmental modelling and statistics
Stars: ✭ 8 (-99.88%)
Mutual labels:  jupyter-notebook
Code snippets
No description, website, or topics provided.
Stars: ✭ 8,186 (+20.58%)
Mutual labels:  jupyter-notebook
Pelee
Pelee: A Real-Time Object Detection System on Mobile Devices
Stars: ✭ 851 (-87.47%)
Mutual labels:  jupyter-notebook
Machine Learning Experiments
🤖 Interactive Machine Learning experiments: 🏋️models training + 🎨models demo
Stars: ✭ 841 (-87.61%)
Mutual labels:  jupyter-notebook

100 days of algorithms

This repository contains notebooks with live code to accompany 100 days of algorithms challenge.

I set the challenge for myself to implement algorithm by algorithm, day by day, until the number reaches 100.

If you are interested, here's the intro to the series and all the articles sorted by date from the latest.

The challenge was quite fun and rough, as well. Do not expect the implementations to be the best, nor fastest, nor nicest, nor bug-free. Do expect to see code written in haste. A code that contains the same amount of enthusiasm and love to algorithms as many it contains bugs.

Feel free to (re)use my code in any way you wish, but bare in mind that the source code is provided "as-is". It is on your own risk and you are solely responsible for whatever happens then.

local machine

  • download and install the latest version of Anaconda distribution
  • clone the repo: git clone https://github.com/coells/100days.git
  • open terminal and run Jupyter notebook: jupyter notebook
  • open localhost:8888 in your browser

notes

  • the codebase was developed using Python 3.6 and Anaconda 4.3.1
  • notebooks containing Bokeh plots are not directly supported by Github; you better clone the repo a run notebooks locally

alternate repository

Microsoft Azure Notebooks with Python 3.5 support

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].