GithubHelp home page GithubHelp logo

yuya-furusawa / self-study Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 6.9 MB

Python 1.49% Jupyter Notebook 95.71% MATLAB 0.01% R 0.01% Julia 0.03% TeX 2.63% CSS 0.02% HTML 0.02% JavaScript 0.02% HCL 0.07%

self-study's Introduction

Self-Study

This repository is for my self-study.

Contents

machine-learning

  • Machine Learning(Python)
    • Chapter2 (Classification Problem)
    • Chapter3 (Using scikit-learn)
    • Chapter4 (Data Preprocessing)
    • Chapter5 (Dimensionality Reduction)
    • Chapter6 (Model Evaluation and Hyperparameter Tuning)
    • Chapter7 (Ensemble Method)
    • Chapter10 (Regression Analysis)
    • Chapter11 (Clustering Analysis)
    • Chapter12 (Multilayer Artificial Neural Network)
    • Chapter13 (Basics of TensorFlow)
    • Chapter14 (Mechanism of TensorFlow)

deep-learning

  • Deep Learning(Python)
    • Chapter3 (Neural Network)
    • Chapter4
    • Chapter5
    • Chapter6
    • Chapter7
  • GAN
  • Keras
  • CNN with Keras

Industrial-Organization

  • Industrial Organization(Python, R, Matlab)
    • Codes which are used in Grad Empirical IO class (2019, S1S2)

oyamasemi

  • wald_friedman
  • uncertainty_traps
  • repeated game

endo_net

  • My master's thesis
    • Supermodularity and Equilibrium in Games with Peer Effects and Endogenous Network Formation

Others

  • Notes on Julia
    • Basics(Studying_Julia.ipynb)
    • Matrix(Julia_matrix.ipynb)
  • Text mining(aozora.py, abe_network.py)
  • Network Simulation(nx_ba_1.py)
  • Algorithm for "Coordination on Networks" (network_algorithm.ipynb)
  • Algorithm for "Financial Networks and Contagion" (Financial_Network.ipynb)
  • Note on LMSR(CostFunction.ipynb)

self-study's People

Contributors

yuya-furusawa avatar

Watchers

James Cloos avatar

self-study's Issues

PATHのお話

新しいMacを買ったので環境構築に必要なメモ

PATHを通すとは

コマンド検索パスを通すこと
コマンドはどこかのディレクトリのファイルに隠れており、それを見つけてくる必要がある。
そのファイルを見つけに行くパスをコマンド検索パスという

PATHの設定・確認

そのパスは自分で設定することができる
~/.zshenv~/.zshrc等に記述して設定する
echo $PATHで設定したパスを確認できる

設定の記述の仕方

こんな感じで記述する

export PATH=$PATH:追加したいコマンド検索パス

参照

Node.jsについて

Node.jsについて調べたことをまとめる

ハンズオンNode.jsとかがメイン

開発の進め方に関する学習

WEBサービス開発に関して学んだことをメモしていく
開発の進め方やコードの書き方、チームでのプロジェクトの進め方などを記す

React + TypeScript開発で調べたことのまとめ

参照した記事

React

TypeScript

React + TypeScript

TypeScriptをなぜ使うのか?

  • TypeScriptを使うことによってコードが安全に保たれる(=意図しないエラーを減らすことができる)
  • TypeScriptはコードを走らせなくてもエラーをキャッチすることができるので事前のエラー発見・バグ修正が可能になる
    • 一方で純粋なJavaScriptはコードを走らせて初めてエラーをキャッチすることができる
  • 「コードを安全に保つ」という目的を第一に考えるならコンパイル設定は(初心者ほど)最も厳しいものにすべきである

AWSとか

AWSにまつわるメモ
IAMとかEC2とかECSとか...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.