Skip to content

Instantly share code, notes, and snippets.

View sukeesh's full-sized avatar
💭
Doing cool stuff

Sukeesh sukeesh

💭
Doing cool stuff
View GitHub Profile
@branflake2267
branflake2267 / main.dart
Created March 3, 2018 21:32
Flutter - Using the future builder with infinite list view.
import 'dart:async';
import 'package:flutter/material.dart';
void main() => runApp(new MyApp());
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return new MaterialApp(
@hardik2396
hardik2396 / gist:83d642af3b22811fac6719bf28ceb048
Last active August 3, 2023 21:01
Learning Path for Applied ML/DL

LINEAR ALGEBRA

  • Chapter 2 of Deep Learning book (by Ian Goodfellow, short path) Link

  • Lecture series on Linear Algebra by three blue one brown (Highly recommended) Link + singular value decomposition (shortpath).

  • And if you have sufficient time, then highly recommended to take “Introduction to Linear Algebra” by Gilbert Strang (on YouTube, long path) Link.

PROBABILITY

@tsaqib
tsaqib / ideas.md
Last active April 14, 2024 12:48
Ideas that you can use for hackathons, competitions and research.

Ideas

I have collected and moderated these ideas from various public sources and put into one place so that problem solvers and solution developers may find inspirations. Because I wish to update it regularly, I have setup as a single page wiki. You may try these ideas on hackathons/competitions/research; some are quite intense problems and some are not. Many of the problems were prepared keeping Dhaka/Bangladesh in mind, but of course can be applied to just about any underdeveloped/developing and sometimes developed countries.

Categories:
  • Eradicate Extreme Poverty and Hunger
  • Education
  • Healthcare
  • Governance