Skip to content

Instantly share code, notes, and snippets.

View evansdianga's full-sized avatar

Evans Dianga evansdianga

View GitHub Profile
@evansdianga
evansdianga / machine-learning.md
Last active November 25, 2019 07:56
Machine Learning Path

Machine Learning Path

Here are the list of courses. You should probably watch them in the order as mentioned. Assumes no knowledge of ML previously. Assumes knowledge of High School Algebra. If you find you need to freshen you Linear Algebra, please watch the course number 2 on the list.

Most importantly, practice, practice, practice. See you at the top.

😄

  1. Intro to ML
@evansdianga
evansdianga / cloudSettings
Last active April 9, 2020 09:49
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-04-09T09:49:29.448Z","extensionVersion":"v3.4.3"}
@evansdianga
evansdianga / get-coding.md
Last active February 7, 2019 08:14
Ideas for blog-post on how to learn programming
  • Learn the fundamentals- These rarely change
    • OOP - Abstraction, Encapsulation, Inheritance, Polymorphism, Overloading
    • Learn basic programmg constructs- Conditionals, Data types, Variable declaration, Assignment, Control Structures, Loops
    • Data Structures and Algorithms
    • Learn Design Patterns- Singletons, Factory, MVC, MVVM etc
  • Learn Debugging
  • Learn commandLine preferably on *nix
  • Work on a project you love
  • Github
  • How to use git
@evansdianga
evansdianga / cloudSettings
Last active May 23, 2018 16:07
Visual Studio Code Sync Settings Gist
{"lastUpload":"2018-05-23T16:07:24.847Z","extensionVersion":"v2.9.2"}