Adonais's notebook


  • Home

  • About

  • Tags

  • Categories

  • Archives

  • Search

[Ionic] Native Integration

Posted on 2018-11-04 | In Mobile , Ionic |
Android StudioIn the project folder, install Cordova CLI1$ sudo npm i -g cordova Add Android platform using Cordova12$ npm i -g$ ionic cordova platfor ...
Read more »

[Django] Rest API 2

Posted on 2018-11-02 | In Backend , Django |
Model InheritanceModel inheritance in Django works almost identically to the way normal class inheritance works in Python, but the base class should s ...
Read more »

[Django] Rest API 1

Posted on 2018-11-02 | In Backend , Django |
Django Basic123456789101112131415161718# APP models.pyfrom django.db import modelsfrom django.conf import settings# Create your models here.def upload ...
Read more »

[Arduino] Basics

Posted on 2018-10-31 | In arduino , basic |
LEDAnode: + the input foot (longer)Cathode: the output foot Typical LED forward voltages Red: 2.0V Yellow: 2.1V Green: 2.2V Blue: 3.5V White: 3.2V R ...
Read more »

[Machine Learning] Boosted Trees

Posted on 2018-10-29 | In Machine Learning , Decision Tree |
Gradient Boosted Decision Trees(GBDT) Training builds a series of small decision trees. Each tree attempts to correct errors from the previous stage W ...
Read more »

[Leetcode] Binary Tree Path Problems

Posted on 2018-10-27 | In Leetcode , Tree , Binary Tree |
Problem Introduction: https://www.youtube.com/watch?v=zIkDfgFAg60 Recursive Solution Template: 1234567891011121314<> res = 0;public <result&g ...
Read more »

[Information Retrieval] Text Classifier

Posted on 2018-10-26 | In Information Retrieval |
IntroductionA standard supervised supervised learning problem. Soft classification Hard classification Process A given set of classes C Given text ...
Read more »

[Ionic] Data Model and Observables

Posted on 2018-10-25 | In Mobile , Ionic |
The content of this page are summarized from Mark Newman’s lecture notes. Data ModelA data model is something that: Does not have a UI Represents an ...
Read more »

[Leetcode] Binary Tree Traversal

Posted on 2018-10-24 | In Leetcode , Tree , Binary Tree |
Solutions: https://www.youtube.com/watch?v=as1f6PJmbAE&t=50s Level Order Traversal (Breadth First Traversal)102. Binary Tree Level Order Traversal ...
Read more »

[Leetcode] Binary Search Tree

Posted on 2018-10-24 | In Leetcode , Binary Search Tree |
Binary Search TreeKeys of BST must be unique Binary Search Trees are excellent data structure for storing the entries of a map. A binary search tree i ...
Read more »
1…121314

Adonais0

140 posts
131 categories
112 tags
GitHub Twitter
© 2024 Adonais0
Powered by Hexo
|
Theme — NexT.Mist v7.8.0