2023-03-01から1ヶ月間の記事一覧

GDL codeの3.3章 変分オートエンコーダのコード

vae.compile()の前に以下の2行を追加する from tensorflow.python.framework.ops import disable_eager_execution disable_eager_execution() vae.compile(LEARNING_RATE, R_LOSS_FACTOR)

JKUATへの投入

table { border-collapse: collapse; } th { border: solid 1px #666666; color: #000000; background-color: #ff9999; } td { border: solid 1px #666666; color: #000000; background-color: #ffffff; } 第一次無償資金協力(55.8億円):大学設立計画 197…

Transformerによる時系列予測

https://qiita.com/tanaka_benkyo/items/00c5eb90101ccb5075d9

JKUATの年間授業料

学科によって異なる。工学部は5年制。

ローカル環境にタイルサーバを立ててLeafletを用いてオフラインで地図を描画する

調査に丸一日かかったが、以下の組み合わせでうまく行くことがわかった。 1. タイルサーバにはtileserver-glを使用する 2. ローカルに準備するタイルはMaptiler Dataのサイトから.mbtiles形式のものをダウンロードする 3. LeafletのtleLayer()関数でxyzタイ…

leafletの使い方

<html> <head> <meta charset="UTF-8"> <title>test</title> <link rel="stylesheet" href="https://unpkg.com/leaflet@1.3.0/dist/leaflet.css" /> <script src="https://unpkg.com/leaflet@1.3.0/dist/leaflet.js"></script> <script> function init() { var map = L.map('mapcontainer'); map.setView([…</link></meta></head></html>

QGISでGoogle mapを表示(Map, Satellite)

littlebirdyで閲覧パスワードがかかってないファイルの保護をショートカットで外す

littlebirdyをベースに、パスワード保護がないファイルの保護を自動で外すlittlebirdy-nopasswordを作った github.comこれをAutomatorのService(AppleScript使用)で自動化する。 phpとgsのインストールが必要 brew install ghostscript brew install phpAu…

ChatGPTのmacOSデスクトップインターフェース

github.com

TLE軌道要素をケプラー軌道要素に変換する

github.com オリジナルからの変更点 Python3に変更 shebangを追加:#!/usr/bin/env python ハイフンとスペースをアンダースコアに変換 実行権限を付加

GMATとTLEデータから衛星の軌跡を描画

1. TLEデータを例えばCelesTrakから検索する。 たとえばSentinel-2を検索してみる Sentinel-2BのTLE SENTINEL-2B 1 42063U 17013A 23073.15860935 .00000480 00000+0 19989-3 0 9999 2 42063 98.5691 149.0377 0001133 115.2065 244.9253 14.30818853314338 …

GMATのバグ?

軌道要素をコピペで入力してもApplyが表示されない 何か適当にテキストボックスに入力してからペーストする必要がある

TLE軌道要素フォーマットの解説

www.lizard-tail.com

金属3Dプリンタの仕組み

i-maker.jp

Wire Arc Additive Manufacturing (WAAM)とWire Laser Additive Manufacturing (WLAM)の違い

www.mdpi.com The main difference is the type of energy used to melt the wire. WAAM uses an electric arc, while WLAM uses a laser source. WAAM tends to be faster and more efficient than WLAM, but the latter produces parts with higher precis…