投稿時間:2021-04-03 21:32:38 RSSフィード2021-04-03 21:00 分まとめ(35件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
IT MOONGIFT floccus bookmarks sync - 異なるWebブラウザ間でブックマークを同期 http://feedproxy.google.com/~r/moongift/~3/7uMLF07XVL8/ floccusbookmarkssync異なるWebブラウザ間でブックマークを同期Webブラウザにはブックマーク機能があります。 2021-04-03 21:00:00
python Pythonタグが付けられた新着投稿 - Qiita AutoML(TPOT)を使ってみた https://qiita.com/DS27/items/0311b56972da4bef94d5 TPOTは遺伝的プログラミングを使っているそうです。 2021-04-03 20:28:22
python Pythonタグが付けられた新着投稿 - Qiita 日向坂46✖️画像認識✖️Azure Custom Vision https://qiita.com/tomoxxx/items/25a27b56e49e94e4fdf5 日向坂️画像認識️AzureCustomVisionデータ収集icrawlerで効率よく簡単に日向坂メンバーリストを作成するいちいち書くのは面倒くさいので、スクレイピングしましたfromseleniumimportwebdriverfromwebdrivermanagerchromeimportChromeDriverManagerimporttimebrowerwebdriverChromeChromeDriverManagerinstallbrowerget「browerfindelementbyclassname」ではなく、「browerfindelementsbyclassname」にして複数のクラスを取得することに注意menbernamesbrowerfindelementsbyclassnamecmembernamemenbernameslistformenbernameinmenbernamesメンバーの名前以外にも空白が含まれてたので、余計な空白を削除するため条件設定iflenmenbernametextgtmenbernameslistappendmenbernametextimportos…①ファイルやディレクトリの存在確認・指定したパスのファイル名の取得・パスやファイル名の結合importglob…②引数に指定されたパターンにマッチするファイルパス名を全て取得importrandom…③引数に指定されたリストからランダムで複数の要素を取得importshutil…④ファイル・ディレクトリを移動するfromicrawlerbuiltinimportGoogleImageCrawler…⑤Google画像検索からデータを収集するためのモジュール画像を保存するルートディレクトリパスrootdirhinatazakaimages収集画像データ数datacountdefcrawlimagehinatazakanamedatacountrootdircrawlerGoogleImageCrawlerstoragerootdirrootdirhinatazakanametrain画像を保村するフォルダを指定filtersdictsizelargetypephotoクローリングの実行crawlercrawlkeywordhinatazakaname検索ワードfiltersfilters画像の検索条件maxnumdatacount収集したい最大画像枚数前回実行時のtestディレクトリが存在する場合、ファイルをすべて削除するifospathisdirrootdirhinatazakanametestshutilrmtreerootdirhinatazakanametestosmakedirsrootdirhinatazakanametestダウンロードファイルをリストとして、全て取得filelistglobglobrootdirhinatazakanametrainダウンロード数の割をtestデータとして抽出testratiotestfilesrandomsamplefilelistintlenfilelisttestratiofortestfileintestfilesshutilmovetestfilerootdirhinatazakanametest日向坂メンバーの人数分だけクローリングを実行forhinatazakanameinmenbernameslistcrawlimagehinatazakanamedatacountrootdir上図のようにフォルダも自動的に作成されましたモデル構築MicrosoftAzureの画像認識サービスであるCustomVisionServiceを利用して簡単に作成しますリソースグループの作成新規をクリック・サブスクリプション無料使用版・リソースグループhiantazaka・リージョンAsiaPacific東日本リソースの作成CustomVisionを選択して、CustomVisionリソースを作成する上記のurlにアクセスして、モデル構築用のプロジェクトを作成するその後、訓練データをラベルごとに貼り付けて、Trainを開始するそして、PerformanceのPredictionURLからAPIを利用するのに必要な情報をコピーする赤線のつAPI利用importglobimportrequestsimportjsonfromazurecognitiveservicesvisioncustomvisionpredictionimportCustomVisionPredictionClient各自で取得赤線の部分をそれぞれペーストbaseurlpredictionkeyrootdirhinatazakaimages検証対象のメンバ一覧formemberinmenbernameslisttestfilesglobglobrootdirmembertestdatacountlentestfilestruecountfortestfileintestfilesheadersContentTypeapplicationjsonPredictionKeypredictionkeyparamspredictsdataopentestfilerbreadresponserequestspostbaseurlheadersheadersparamsparamsdatadataresultsjsonloadsresponsetexttry予測結果のタグの数だけループforpredictioninresultspredictions予測した魚とその確率を紐づけて格納predictspredictiontagNamepredictionprobability一番確率の高い魚を予測結果として選択predictionresultmaxpredictskeypredictsget予測結果が合っていれば正解数を増やすiffishnamepredictionresulttruecount画像サイズgtMBだとCustomVisionの制限にひっかりエラーが出るまで握り潰しexceptKeyErrordatacountcontinue正解率の算出printtruecounttruecountdatacountdatacountaccuracytruecountdatacountprintメンバー名fishnameprint正解率straccuracy最後に一応、MicrosoftAzureの画像認識サービスAzureCustomVisionが提供するAPIを利用して、日向坂メンバーの顔認識分析ができました。 2021-04-03 20:21:27
js JavaScriptタグが付けられた新着投稿 - Qiita Javascriptでマイクから生データを取り出す https://qiita.com/norimy/items/dadf229237c6bdf158d9 MediaRecorderからWav形式に変換できる方法もあるようだが、そこからうまいこと取り出すのも大変。 2021-04-03 20:46:41
js JavaScriptタグが付けられた新着投稿 - Qiita jsx,tsxでEmmetを使用する方法 https://qiita.com/Neitworks/items/2a8c8ace576cad484d73 jsxtsxでEmmetを使用する方法はじめにReactでEmmetが使えたら便利だなって思って調べたら利用出来たのでご紹介します。 2021-04-03 20:45:38
js JavaScriptタグが付けられた新着投稿 - Qiita leaflet.jsで地図を描画 https://qiita.com/yono2844/items/1e49c6dda5f02a53b84b leafletjsで地図を描画Rleafletを使ってたけど、leafletjsを使った方が使えるプラグインも多そうなのでリハビリ。 2021-04-03 20:39:25
js JavaScriptタグが付けられた新着投稿 - Qiita HTMLで絵を書く https://qiita.com/kukulkan/items/3471b2a2295169d6d4bc HTMLで絵を書く上の画像のようなものが作れます。 2021-04-03 20:14:28
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) Atcoderの問題でforの条件式で;を使わない形が出てきたのですが、調べても出てこないです。 https://teratail.com/questions/331331?rss=all atcoder 2021-04-03 20:44:43
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) Python リスト内にある欠損値を置換したい https://teratail.com/questions/331330?rss=all pandas 2021-04-03 20:38:33
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) Wordpressダッシュボードに投稿者権限のアカウントでGoogle Analyticsを表示したい https://teratail.com/questions/331329?rss=all Wordpressダッシュボードに投稿者権限のアカウントでGoogleAnalyticsを表示したい開いて頂きありがとうござます。 2021-04-03 20:35:25
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) 姓名の間に半角スペースを入れる制約をかけたい https://teratail.com/questions/331328?rss=all 姓名の間に半角スペースを入れる制約をかけたい前提・実現したいことMySQL初心者です。 2021-04-03 20:26:52
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) 【Amazon S3】credentials.yml.encの記述について https://teratail.com/questions/331327?rss=all 【AmazonS】credentialsymlencの記述についてrailsnbsp画像の保存先として、初めてAmazonnbspSを使います。 2021-04-03 20:16:35
Ruby Rubyタグが付けられた新着投稿 - Qiita 試験の合格判定プログラム https://qiita.com/zuttti25/items/133d783cee79225c5f92 全科目の合計得点が点以上理系の受験者の場合は理系科目数学、理科の合計得点が点以上文系の受験者の場合は文系科目国語、地理歴史の合計得点が点以上受験者それぞれの各科目の点数が入力されるので、何人段階選抜を通過できるかを求めてください。 2021-04-03 20:31:57
AWS AWSタグが付けられた新着投稿 - Qiita AWS Amplifyで爆速でSSLの独自ドメイン静的サイトをデプロイする https://qiita.com/yakitatata/items/83915900b46e2a30ab9f 前提AWSアカウント独自ドメインの取得独自ドメインのNSをRouteに向けている静的サイトはGitで管理している構築Amplifyにアプリをデプロイサービス一覧からAmplifyに入り、NewAppgtHostwebapp選択使っているGitを選択今回はGitHubリポジトリとブランチを選択して次へ※Organizationsのリポジトリが出てこない場合は、にアクセスし、awsの認証情報を削除し、再度アクセスすると権限付与画面が出てくるので、そこで組織を選択すればできるようになります。 2021-04-03 20:46:36
Azure Azureタグが付けられた新着投稿 - Qiita Azure Static Web Appsで表裏TypeScriptなNuxt.js(SSG)+NestJSのサイトを無料で公開する https://qiita.com/kniwase/items/f7506e28c8bac7c3274e kniwasestaticwebappssample前提条件AzureFunctionsを利用できるAzureのサブスクリプションを持っていることもしなければここで作成できますTypeScriptNPMNuxtjsNestJSの初歩的な知識があること使うものNodejsLTSnestcliVSCodeVSCodeのAzureFunctions拡張機能AzureFunctionsCoreTools環境構築AzureFunctionsでNodejs用の開発をしたことがある方は、おそらく全てセットアップ済みかと思いますので、この項目は読み飛ばしてください。 2021-04-03 20:44:26
Azure Azureタグが付けられた新着投稿 - Qiita 日向坂46✖️画像認識✖️Azure Custom Vision https://qiita.com/tomoxxx/items/25a27b56e49e94e4fdf5 日向坂️画像認識️AzureCustomVisionデータ収集icrawlerで効率よく簡単に日向坂メンバーリストを作成するいちいち書くのは面倒くさいので、スクレイピングしましたfromseleniumimportwebdriverfromwebdrivermanagerchromeimportChromeDriverManagerimporttimebrowerwebdriverChromeChromeDriverManagerinstallbrowerget「browerfindelementbyclassname」ではなく、「browerfindelementsbyclassname」にして複数のクラスを取得することに注意menbernamesbrowerfindelementsbyclassnamecmembernamemenbernameslistformenbernameinmenbernamesメンバーの名前以外にも空白が含まれてたので、余計な空白を削除するため条件設定iflenmenbernametextgtmenbernameslistappendmenbernametextimportos…①ファイルやディレクトリの存在確認・指定したパスのファイル名の取得・パスやファイル名の結合importglob…②引数に指定されたパターンにマッチするファイルパス名を全て取得importrandom…③引数に指定されたリストからランダムで複数の要素を取得importshutil…④ファイル・ディレクトリを移動するfromicrawlerbuiltinimportGoogleImageCrawler…⑤Google画像検索からデータを収集するためのモジュール画像を保存するルートディレクトリパスrootdirhinatazakaimages収集画像データ数datacountdefcrawlimagehinatazakanamedatacountrootdircrawlerGoogleImageCrawlerstoragerootdirrootdirhinatazakanametrain画像を保村するフォルダを指定filtersdictsizelargetypephotoクローリングの実行crawlercrawlkeywordhinatazakaname検索ワードfiltersfilters画像の検索条件maxnumdatacount収集したい最大画像枚数前回実行時のtestディレクトリが存在する場合、ファイルをすべて削除するifospathisdirrootdirhinatazakanametestshutilrmtreerootdirhinatazakanametestosmakedirsrootdirhinatazakanametestダウンロードファイルをリストとして、全て取得filelistglobglobrootdirhinatazakanametrainダウンロード数の割をtestデータとして抽出testratiotestfilesrandomsamplefilelistintlenfilelisttestratiofortestfileintestfilesshutilmovetestfilerootdirhinatazakanametest日向坂メンバーの人数分だけクローリングを実行forhinatazakanameinmenbernameslistcrawlimagehinatazakanamedatacountrootdir上図のようにフォルダも自動的に作成されましたモデル構築MicrosoftAzureの画像認識サービスであるCustomVisionServiceを利用して簡単に作成しますリソースグループの作成新規をクリック・サブスクリプション無料使用版・リソースグループhiantazaka・リージョンAsiaPacific東日本リソースの作成CustomVisionを選択して、CustomVisionリソースを作成する上記のurlにアクセスして、モデル構築用のプロジェクトを作成するその後、訓練データをラベルごとに貼り付けて、Trainを開始するそして、PerformanceのPredictionURLからAPIを利用するのに必要な情報をコピーする赤線のつAPI利用importglobimportrequestsimportjsonfromazurecognitiveservicesvisioncustomvisionpredictionimportCustomVisionPredictionClient各自で取得赤線の部分をそれぞれペーストbaseurlpredictionkeyrootdirhinatazakaimages検証対象のメンバ一覧formemberinmenbernameslisttestfilesglobglobrootdirmembertestdatacountlentestfilestruecountfortestfileintestfilesheadersContentTypeapplicationjsonPredictionKeypredictionkeyparamspredictsdataopentestfilerbreadresponserequestspostbaseurlheadersheadersparamsparamsdatadataresultsjsonloadsresponsetexttry予測結果のタグの数だけループforpredictioninresultspredictions予測した魚とその確率を紐づけて格納predictspredictiontagNamepredictionprobability一番確率の高い魚を予測結果として選択predictionresultmaxpredictskeypredictsget予測結果が合っていれば正解数を増やすiffishnamepredictionresulttruecount画像サイズgtMBだとCustomVisionの制限にひっかりエラーが出るまで握り潰しexceptKeyErrordatacountcontinue正解率の算出printtruecounttruecountdatacountdatacountaccuracytruecountdatacountprintメンバー名fishnameprint正解率straccuracy最後に一応、MicrosoftAzureの画像認識サービスAzureCustomVisionが提供するAPIを利用して、日向坂メンバーの顔認識分析ができました。 2021-04-03 20:21:27
Git Gitタグが付けられた新着投稿 - Qiita [自分メモ] Gitリポジトリをzipに圧縮 https://qiita.com/kke1229/items/e78e3862d3559ff7a5a7 自分メモGitリポジトリをzipに圧縮概要GitHubのリポジトリをメール等でファイルで送る必要がある場合、zipにまとめる方法をメモします。 2021-04-03 20:23:46
海外TECH Ars Technica US sanctions are squeezing Huawei, but for how long? https://arstechnica.com/?p=1754144 chips 2021-04-03 11:15:57
海外ニュース Japan Times latest articles Can Joe Biden re-create the U.S. economy he grew up with? https://www.japantimes.co.jp/news/2021/04/03/business/economy-business/biden-economy-rebuild/ Can Joe Biden re create the U S economy he grew up with The Democrat s jobs and infrastructure plan and the corporate tax increase to help pay for it contrasts with the deference to private markets begun by 2021-04-03 21:45:23
海外ニュース Japan Times latest articles Strong relations likely to keep Thailand from toughening stance on Myanmar coup https://www.japantimes.co.jp/news/2021/04/03/asia-pacific/thailand-myanmar-coup/ Strong relations likely to keep Thailand from toughening stance on Myanmar coupMilitary ties and fears of a flood of refugees mean Bangkok is unlikely to go further than saying it is gravely concerned over bloodshed in 2021-04-03 20:55:06
海外ニュース Japan Times latest articles U.S. and Iran to start indirect talks to salvage nuclear deal https://www.japantimes.co.jp/news/2021/04/03/world/politics-diplomacy-world/iran-nuclear-deal-us/ U S and Iran to start indirect talks to salvage nuclear dealThe United States and Iran will open indirect talks next week in Vienna as the European Union spearheads efforts to bring President Joe Biden s administration 2021-04-03 20:10:13
海外ニュース Japan Times latest articles U.K. regulator found 30 cases of blood clot events after AstraZeneca vaccine use https://www.japantimes.co.jp/news/2021/04/03/world/science-health-world/astrazeneca-coronavirus-vaccine-blood-clots/ number 2021-04-03 20:03:31
海外ニュース Japan Times latest articles Uproar after New Zealand rugby commentator uses mock accent for Japanese star https://www.japantimes.co.jp/sports/2021/04/03/rugby/new-zealand-joe-wheeler-kazuki-himeno-racism/ Uproar after New Zealand rugby commentator uses mock accent for Japanese starJoe Wheeler who also played for Suntory Sungoliath in the Japanese Top League apologized over the incident directed at the Otago Highlanders Japanese international Kazuki 2021-04-03 21:00:30
ニュース BBC News - Home Rowley Regis dog attack: Woman, 85, killed after 'dogs get through fence hole' https://www.bbc.co.uk/news/uk-england-birmingham-56624119 woman 2021-04-03 11:41:43
ニュース BBC News - Home Covid: Clean-up after crowds party in Cardiff Bay despite restrictions https://www.bbc.co.uk/news/uk-wales-56623504 amount 2021-04-03 11:35:47
ニュース BBC News - Home Free climber George King scales skyscraper hotel in Barcelona without permission. https://www.bbc.co.uk/news/world-europe-56624691 equipment 2021-04-03 11:08:32
ニュース BBC News - Home Police uncover teenage girl ‘suicide’ Instagram group https://www.bbc.co.uk/news/uk-56617838 serious 2021-04-03 11:47:44
ニュース BBC News - Home Covid-19: Seven UK blood clot deaths after AstraZeneca vaccine https://www.bbc.co.uk/news/health-56620646 astrazeneca 2021-04-03 11:53:40
ニュース BBC News - Home ICYMI: Volcano volleyball and cool cats https://www.bbc.co.uk/news/world-europe-56611123 hunts 2021-04-03 11:50:48
ニュース BBC News - Home Race report: Was controversy part of the plan? https://www.bbc.co.uk/news/uk-politics-56578839 controversy 2021-04-03 11:14:44
LifeHuck ライフハッカー[日本版] 腰が痛くならないって大事。フラットになるハンモック型テントを使ってみた https://www.lifehacker.jp/2021/04/machi-ya-haventent2-review.html haventent 2021-04-03 21:00:00
北海道 北海道新聞 台湾脱線事故で蔡英文政権批判も 運営主体の管理問う声 https://www.hokkaido-np.co.jp/article/529352/ 列車脱線事故 2021-04-03 20:04:00
北海道 北海道新聞 岩崎さんが囲碁のプロ候補生に 弱視の中学1年生 https://www.hokkaido-np.co.jp/article/529351/ 東京都千代田区 2021-04-03 20:03:00
北海道 北海道新聞 3日の人出、8割超の地点で減少 大阪など重点措置地域も https://www.hokkaido-np.co.jp/article/529350/ 重点 2021-04-03 20:03:00
ビジネス 東洋経済オンライン 肛門科医「お尻拭くのは3回まで」と唱える理由 拭きすぎはお尻の薄い皮膚に負担が大きすぎる | 健康 | 東洋経済オンライン https://toyokeizai.net/articles/-/417805?utm_source=rss&utm_medium=http&utm_campaign=link_back 東洋経済オンライン 2021-04-03 20:30:00

コメント

このブログの人気の投稿

投稿時間:2021-06-17 05:05:34 RSSフィード2021-06-17 05:00 分まとめ(1274件)

投稿時間:2021-06-20 02:06:12 RSSフィード2021-06-20 02:00 分まとめ(3871件)

投稿時間:2024-02-12 22:08:06 RSSフィード2024-02-12 22:00分まとめ(7件)