Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 1.04 KB

README.md

File metadata and controls

27 lines (13 loc) · 1.04 KB

Evenacci

  • How to get even Fibonacci numbers:

Recipe: Never give up. If one thinks that there is only one way to obtain the desired even Fibonacci numbers, "you can take that to the bank, Dad. There is always another way." @ Neil Oliver. Let's find a few from the infinite universe of possibilities:


  1. Fibonacci Numbers and Web Scraping with Python:

web_scraper.py

  1. Fibonacci Series and Wolfram with Python:

wolframer.py - Wolfram Alpha AppID required

  1. Fibonacci Sequence and Machine Learning with Python:

ml_dark_kitchen.py - creates ML model

ml_obtainer.py - uses ML model

  1. Fibonacci Sequence by sipmle circles on JavaScript:

app.js