キーワード Python が含まれる動画 : 1596 件中 481 - 512 件目
種類:
- タグ
- キーワード
対象:
nand2tetris コンピュータシステムの理論と実装 10章 コンパイラその1 part7 バグ修正
#nand2tetris
コンピュータシステムの理論と実装のコンパイラその1の実装にバグがあったので修正してた 実際には50分以上かかってたので結構しんどい
いきなり何を出してるんだと思われてるだろうけどYouTubeばん: https://youtu.be/auWN9uPPwfg
【VFD表示器】ダイバージェンスメーター【作ってみた】
ロシア製の蛍光表示器(VFD)IV-18を使って、秋月電子で売ってる8桁7セグメントLEDとコネクタ位置やインターフェース互換の表示器を製作しました。
せっかくなので、sm8970793 を参考に、ダイバージェンスメーター表示させてみました。
(Raspberry Pi 4 にSPI接続、Pythonにてプログラム)
(本来はニキシー管なんですがね…既に先人が沢山製作されてますし、VFD版があっても良いかなと)
また、曲のボーカルは、小春六花さんに歌って頂きました。
(※英語は苦手との事で、英語パートだけは弦巻マキさんにお願いしました)
(※追記:2021/12/24のアップデートで Synthesizer V AI は多言語対応となり、小春六花さんも英語歌えるようになりました。聴感はこの動画とあまり変わらんです)
製作経過と作成したプログラムを、ブログに掲載しました。
http://soda.txt-nifty.com/blog/2021/10/post-818da3.html
(2021.10.27追記) 広告ありがとうございます!><
[TecoGAN] YOUTHFUL_DAYS'_GRAFFITI
とあるニュースをみてTecoGANに興味を持ち(笑)、640x360のオリジナル動画をFHDにアップコンしてみました。
オリジナル→sm13128882 【MMD-DMC2】YOUTHFUL DAYS' GRAFFITI【MME】
オリジナル(曲)→sm6298794 【初音ミク】YOUTHFUL DAYS' GRAFFITI【オリジナル】
使用バージョンのメモ:
Python 3.8.0
tensorflow 2.3.1
cuda 11.4
cudnn-11.4-windows-x64-v8.2.4
nnable 1.22.0
Geforece GT1030 (496.13)
ずんだもんと四国めたんの matplotlib 簡単解説
今回は1分ではありません。
以下に本動画で使用したコードを掲載します。
from pathlib import Path
import matplotlib.pyplot as plt
import numpy as np
def main():
fig, ax = plt.subplots()
x = np.linspace(
-np.pi,
np.pi,
1+360,
endpoint=True,
)
y1 = np.cos(x)
y2 = np.sin(x)
ax.plot(x, y1, label="cos")
ax.plot(x, y2, label="sin")
ax.set_xlabel("x axis")
ax.set_ylabel("y axis")
ax.set_xlim(-np.pi, np.pi)
ax.set_ylim(-1.1, 1.1)
ax.legend()
fig.tight_layout()
home = Path(__file__).resolve().parent
output = home.joinpath("wave_function.png")
fig.savefig(output)
plt.close(fig)
return None
if __name__ == "__main__":
main()
畑亜貴さんの歌詞をAIに学習させたらとんでもない神歌詞が生まれるんじゃね?【ゆっくり解説】
やっぱ畑亜貴さんはすげえよ...
YouTube版
https://youtu.be/-VuI5YmkmD8
チャンネル登録
http://www.youtube.com/channel/UC9yE5zNQtT-sItF53GfQs7w?sub_confirmation=1
■参考記事
https://note.com/npaka/n/ne55d063e1ed8
■投稿動画一覧
mylist/71519064
https://www.youtube.com/channel/UC9yE5zNQtT-sItF53GfQs7w
■Twitter
https://twitter.com/YukkuriAIch
Certified Associate in Python Programming PCAP-31-03 Real Questions
You can get the updated PCAP-31-03 exam dumps with 120 Q&As that enable to get Success in Certified Associate in Python Programming Exam. Passcert new updated PCAP-31-03 actual questions and answers to give you an idea about the actual Certified Associate in Python Programming exam syllabus so that you can pass your PCAP-31-03 exam successfully in the first try.
https://www.passcert.com/PCAP-31-03.html
【Vtuberになりたい人必見!】無料でLive2D風のVtuberになれる!?Talking Head Anime from a Single Image解説講座~動作編~
PCで誰でもVtuberになれる方法を紹介します。環境構築、ソフトの動作、配信や動画の設定の3つになる予定です。
環境構築編 https://www.nicovideo.jp/watch/sm39417849
動画作成・配信の設定編 https://www.nicovideo.jp/watch/sm39417999
本動画はTalking Head Anime from a Single Imageの製作者様である、dragonmeteor氏(https://twitter.com/dragonmeteor)
の許諾を得たうえで制作しています。質問等ありましたらコメント、もしくはマシュマロまでお願いします。
https://marshmallow-qa.com/testvt4?utm_medium=url_text&utm_source=promotion
/marshmallow-qa.c
参考にさせていただいた記事
Talking Head Anime from a Single Image
https://pkhungurn.github.io/talking-head-anime/
Talking Head Anime from a Single Image でバ美肉してみる
https://qiita.com/tomato_/items/8176fa11f2751f2e992c
Talking Head Anime from a Single Image でバ美肉してみる [python 準備編]
https://qiita.com/tomato_/items/1443f83da6eb10ba502e
AndroidスマホをWEBカメラとして使えるようにするアプリ「IP Webcam」&「DroidCam」
https://guitarsk.com/pc/archives/1703
Youtube
https://www.youtube.com/channel/UCOhojzWpJG3_GuPhxWk1v0w
【Vtuberになりたい人必見!】無料でLive2D風のVtuberになれる!?Talking Head Anime from a Single Image解説講座~環境構築編~
PCで誰でもVtuberになれる方法を紹介します。環境構築、ソフトの動作、配信や動画の設定の3つになる予定です。
動作編 sm39417923
動画作成・配信の設定編 sm39417999
本動画はTalking Head Anime from a Single Imageの製作者様である、dragonmeteor氏(https://twitter.com/dragonmeteor)
の許諾を得たうえで制作しています。質問等ありましたらコメント、もしくはマシュマロまでお願いします。https://marshmallow-qa.com/testvt4?utm_medium=url_text&utm_source=promotion
/marshmallow-qa.c
下記リンク ソフト・プログラム
Talking Head Anime from a Single Image
https://github.com/pkhungurn/talking-head-anime-demo
models.zip
https://drive.google.com/file/d/1ajHViqyLDKFKfBtGPE5cbSGcMNa8rz8k/view
dlib-models
https://github.com/davisking/dlib-models
Anaconda
https://www.anaconda.com/
CUDA
https://developer.nvidia.com/cuda-toolkit
Visual Studio
https://visualstudio.microsoft.com/ja/downloads/
参考にさせていただいた記事
Talking Head Anime from a Single Image
https://pkhungurn.github.io/talking-head-anime/
Talking Head Anime from a Single Image でバ美肉してみる
https://qiita.com/tomato_/items/8176fa11f2751f2e992c
Talking Head Anime from a Single Image でバ美肉してみる [python 準備編]
https://qiita.com/tomato_/items/1443f83da6eb10ba502e
パイソン言語による数独の解法
Python言語で数独を解くプログラムの紹介です。
ここで、「世界でもっとも難しい数独」も考察しています。
数独問題を作る方にとっても役立つ内容です。
上級、難問を含めて100題以上テストしています。
また、数独の解き方、Pythonプログラムの作り方を説明した電子書籍の紹介をしています。
【voiceroid】あかねちゃんがサーボモーターで遊ぶようです 前編【電子工作】
サーボモーター編 前編。
サーボモーターを使ったものを一つ作りたいので前編と後編で分けました。
なお今から始めるのでこの先どうなるのかは本人もわかってないです。
前編はサーボモーターのテスト制御メインでいたってシンプルな内容となっております。
あと、手持ちにローテーションサーボであるSG90-HVをついでに動かしてみました。
SG90HVのデーターシートは秋月のあれだけで他はないんですかね?
秋月電子
マイクロサーボ9g SG-90
https://akizukidenshi.com/catalog/g/gM-08761/
360°連続回転サーボ(ローテーションサーボ) SG90-HV
https://akizukidenshi.com/catalog/g/gM-14382/
冒頭でちょっとだけ言われたMAX30102は気が乗ったら続きをやるかも?
動くだけは動いたのでsourceも乗っけておきます
今回のsource
SG90用テスト
https://github.com/raspython-akane/nico/blob/master/m_019_servomotor_test.py
SG90-HV用テスト
https://github.com/raspython-akane/nico/blob/master/m_020_rotation_servo_test.py
MAX30102
https://github.com/raspython-akane/nico/blob/master/m_018_pulse_oximeter.py
025 Pythonでビットコインを学ぶ (RSA-OAEP 5 yield)
音無し、日本語字幕解説付き。
Blog
https://akasatanahama.com/posts/306/
025 Use python to learn bitcoin (RSA-OAEP 5 yield)
Video without audio, Explanation with English subtitles.
Blog
https://akasatanahama.com/posts/306/
024 Pythonでビットコインを学ぶ (RSA-OAEP 4)
音無し、日本語字幕解説付き。
Blog
https://akasatanahama.com/posts/305/
024 Use python to learn bitcoin (RSA-OAEP 4)
Video without audio, Explanation with English subtitles.
Blog
https://akasatanahama.com/posts/305/
023 Pythonでビットコインを学ぶ (RSA-OAEP 3)
音無し、日本語字幕解説付き。
Blog
https://akasatanahama.com/posts/304/
023 Use python to learn bitcoin (RSA-OAEP 3)
Video without audio, Explanation with English subtitles.
Blog
https://akasatanahama.com/posts/304/
こだわりのマリオカートラジコンを作ってみた〜マリオカートライブホームサーキット〜
Raspberry Pi(ラズベリーパイ)とPythonのプログラミングで、自作のラジコンマリオカートを作りました!
アイテム要素、サウンド、ゲーム性を持たせたこだわり満載のラジコンです。
ぜひご覧ください!
動画中に出てきた過去作
ガーディアンロボット作ってみた ゼルダ無双 厄災の黙示録 Raspberry Pi電子工作 ゼルダの伝説 ブレスオブザワイルド
https://www.youtube.com/watch?v=5RJsdXUERZ0&t
You Tubeはこちら!!
https://www.youtube.com/channel/UC_J8624J0vanPOIqSAkLR6w
ニコニコマイリスト
mylist/44901670
022 Pythonでビットコインを学ぶ (RSA-OAEP 2)
音無し、日本語字幕解説付き。
Blog
https://akasatanahama.com/posts/303/
022 Use python to learn bitcoin (RSA-OAEP 2)
Video without audio, Explanation with English subtitles.
Blog
https://akasatanahama.com/posts/303/
バズったツイートをAIに学習させたらバズりまくり説
YouTube版
https://youtu.be/KjS_wkSuNno
チャンネル登録
http://www.youtube.com/channel/UC9yE5zNQtT-sItF53GfQs7w?sub_confirmation=1
というわけで今回は日本語版のGPT2にバズってるツイートを学習させたらどうなるの?という企画でしたー!
久しぶりにPython触ったのでなかなか骨が折れましたが、面白い結果になってよかったです!
gpt2-japaneseのGitHubや参考記事は以下に記載するので興味ある人はぜひ読んでみてね~!インターネットの有能の方々に感謝です!!
■投稿動画一覧
mylist/71519064
https://www.youtube.com/channel/UC9yE5zNQtT-sItF53GfQs7w
■参考記事、サイトなど
gpt2-japanese
https://github.com/tanreinama/gpt2-japanese
gpt2-japaneseの使い方 (2) - GPT-2のファインチューニングhttps://note.com/npaka/n/ne55d063e1ed8
【コピペで動く!】PythonでTwitter APIを使ってバズってるツイートを検索する方法
https://rikeidia.site/archives/295
■Twitter
https://twitter.com/YukkuriAIch
021 Pythonでビットコインを学ぶ (RSA-OAEP 1)
音無し、日本語字幕解説付き。
Blog
https://akasatanahama.com/posts/302/
021 Use python to learn bitcoin (RSA-OAEP 1)
Video without audio, Explanation with English subtitles.
Blog
https://akasatanahama.com/posts/302/
【MTGA】3歳児がいるのでVOICEROIDで自動実況
君は見張り中に初投稿をした
ライセンスはMITライセンスと分かったので、ライセンスの問題は解消しました。
なので公開します。
https://github.com/poslogithub/binary-dist/tree/main/mtga-commentary-automation
020 Pythonでビットコインを学ぶ (教科書的RSA 4)
音無し、日本語字幕解説付き。
Blog
https://akasatanahama.com/posts/301/
020 Use python to learn bitcoin (Textbook RSA 4)
Video without audio, Explanation with English subtitles.
Blog
https://akasatanahama.com/posts/301/
019 Pythonでビットコインを学ぶ (教科書的RSA 3)
音無し、日本語字幕解説付き。
Blog
https://akasatanahama.com/posts/300/
019 Use python to learn bitcoin (Textbook RSA 3)
Video without audio, Explanation with English subtitles.
Blog
https://akasatanahama.com/posts/300/
018 Pythonでビットコインを学ぶ (教科書的RSA 2)
音無し、日本語字幕解説付き。
Blog
https://akasatanahama.com/posts/299/
018 Use python to learn bitcoin (Textbook RSA 2)
Video without audio, Explanation with English subtitles.
Blog
https://akasatanahama.com/posts/299/
