投稿時間:2023-03-05 14:07:40 RSSフィード2023-03-05 14:00 分まとめ(10件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
ROBOT ロボスタ 八丈島で物流専用ドローンを使ったフード/日用品デリバリー の配送実験、注文は出前館アプリで エアロネクスト https://robotstart.info/2023/03/05/aeronext-hachijyo-logistics.html 2023-03-05 04:10:42
TECH Techable(テッカブル) 商談前の企業調査を自動化!営業トークや提案の幅を広げる情報を自動収集するサービス登場 https://techable.jp/archives/197884 meefa 2023-03-05 04:00:12
Ruby Railsタグが付けられた新着投稿 - Qiita 【Ruby on Rails】RailsアプリケーションのER図の自動生成 https://qiita.com/sekkey_777/items/2a65532fa1e823a609c3 rails 2023-03-05 13:55:37
技術ブログ Developers.IO AWSサービス毎の請求額を毎日LINEに通知してみた https://dev.classmethod.jp/articles/notify-line-aws-billing/ tsukuboshi 2023-03-05 04:03:56
海外TECH DEV Community From a Dumb Student to a PyTorch Contributor: The Impact of Teachers on My Life⚡ https://dev.to/vivekcodes/from-a-dumb-student-to-a-pytorch-contributor-the-impact-of-teachers-on-my-life-4me4 From a Dumb Student to a PyTorch Contributor The Impact of Teachers on My Life I cannot teach anybody anything I can only make them think Socrates IntroductionTeachers play an important role in shaping our lives inspiring us to chase our dreams and guiding us through the learning process In this post I ll share a real life story that illustrates the impact of teachers on my life and how it led me to contribute to an popular open source project I ll also discuss the challenges I faced in implementing a research algorithm in PyTorch and the dedication and hard work required to create a successful industry ready pull request Finally I ll reflect on the joy of seeing my pull request merged and the impact it can have on others This post highlights the importance of learning from our mistakes seeking help and feedback from the community and recognizing the contributions of those who inspire us The inspiration behind contributing to open source projects Back in school when I was a bot dumb I was in rd standard at JNP school Anawal where I spent my years which were undoubtedly amazing here is a conversation between my computer teacher Nitin sir and me Nitin sir How do computers work Vivek stand up and answer the question Vivek nervous um Umm Vivek again input output ummmm processing The whole class laughed Someone from right beside me whispering it s input processing output DUMBO Again the whole class gave a howl of laughter Then even though I d given the wrong answer my sir again gave me an example of how floor mil works I was a curious child from beginning as far as I can remember but I know that in that exact moment I developed a passion for computers My sir again asked me the same question and this time I corrected myself If you are planning for a year sow rice if you are planning for a decade plant trees if you are planning for a lifetime educate people Chinese Proverbafter years of that incident I m still doing it wrong in the form of machine learning input output gt processing gt rules just some days ago before my pull request got merged my sir met me on the road I touched his feet and my mind started recalling all those memories it s still nothing for me to pay off what he taught me You can learn things from my above real life story Making mistakes is a part of the learning process Just like Machine learning it s an important part to make mistakes and it is completely okay either it s your model or you can t learn without doing mistakes Teachers play an important role in shaping up our lives even after years I m still remembering this precious conversation especially all my teachers reading this post I love you I don t think I will be ever able to create this post and put a title on how my pull request got merged in Pytoch Learning is a lifelong process and input output rules After Nitin sir I met many teachers thought this journey in my school the first teacher I met who was holding a PhD was K J Goswami as far as I can recall he done his research in nitrogen rings he introduced research word to me before that I didn t have a clue that the term research exists I would like to name few more teachers like Kinjal Mistree Vishwajit Bakrola Ankit Kharwar and many more who taught me input output rules and the fun part is I m still learning incrementally They encourage me and inspire me to push my limits The challenge of implementing a research algorithm in PyTorch Now let s back to the process that how you can contribute to an open source project My personal challenges were I didn t know how to read and implement research paper How to write industry ready code Challenges I faced during implementation The first thing is just like any newbie I didn t know how to read any research paper so I hopped on to youtube and searched how a research paper is written and how one can implement it it took me days to read the paper because it has many backlinks Geoffrey Hinton likes to add unimaginable words and memes some of which were ridiculous at the bottom of every page of the paper so after days I learned many topics that helped me in the implementation of code I ve searched GitHub there are only to repositories that are implementing the same in TensorFlow Keras no implementations in PyTorch So I decided to create an issue in the pytorch examples repository and luckily I got a reply from PyTorch founder Soumith Chintala is a Researcher at Facebook AI Research where he works on high performance deep learning So if I could break that into points it would be Understand that it will take time to read a paper especially when you are new Read abstract and conclusion in the first place If possible take notes and notedown math equations that are used in paper it could be loss function any transformation technique ext ext Highlight points in paper that you don t get Tip This is very common If you don t get meaning of any sentence go through backlink provided at the bottom of the paper Because they assumes that you have already have base knowledge of these papers Pro tip at the end of any research paper there is one section called future works you can try to implement those projects and it would be nice fit for your resume The dedication and hard work required to create a successful pull request When my friends are enjoying so called Sports Week I was the one who was sitting in E and trying and struggling to implement the whole code of the forward forward algorithm with my friend Jainaam It took me days to read the paper and a full month to create my implementation in PyTorch and still my code was not optimal The importance of seeking help and feedback from the community After that I again searched on GitHub that is there any code available luckily I came across Mohammad Pezeshki Who is a researcher in the computer science field his code was optimal so I sent an email to him about my issue and my pull request luckily he responded affirmatively Just like movie Kabir Singh you need a best friend and you are average of five people surrounded by you In my case jainaam helped me in building docs using rust and makefile The joy of seeing your pull request being merged and the impact it can have on others After some talk with my maintainer he suggested some changes and explanations I ve again corrected my mistakes and updated my code accordingly Then reviews after review mistake after mistakes commit after commits and corrections after correction from both ends Finally on Feb I received an email that my pull request is merged in PyTorch The cherry on top of the cake I ve added my father s name at the top of the code in the comments I hope that for the next upcoming years someone will read modify and improve or perform experiments with my code Vivek V patel My code can be found at official PyTorch s Website Image Classification Using Forward Forward Algorithm I would Like to end this Blog with a quotethe person who goes to the gym every single day regardless of how they feel will always beat the person who goes to the gym when they feel like going to the gym UnknownThanks for reading this far you can sub to my email newsletter here and it s free Don t worry I don t spam vivekpatel beehiiv com 2023-03-05 04:21:37
海外ニュース Japan Times latest articles China defense spending to rise 7.2%, fastest pace since 2019 https://www.japantimes.co.jp/news/2023/03/05/asia-pacific/china-defense-budget-boost/ China defense spending to rise fastest pace since The defense budget will be closely watched by the U S and China s neighbors including Japan who are concerned by Beijing s strategic intentions and development of 2023-03-05 13:34:54
海外ニュース Japan Times latest articles Tokyo restaurant offers jobs and a slice of home to Ukrainian evacuees https://www.japantimes.co.jp/news/2023/03/05/national/tokyo-ukrainian-restaurant/ ukrainian 2023-03-05 13:15:12
ニュース BBC News - Home Matt Hancock: Leaked messages suggest plan to frighten public https://www.bbc.co.uk/news/uk-64848106?at_medium=RSS&at_campaign=KARANGA lockdown 2023-03-05 04:42:20
ニュース Newsweek ロシア「ワグネル」創設者、クーデターでプーチン「追い落とし」を狙う? 専門家が指摘 https://www.newsweekjapan.jp/stories/world/2023/03/post-101022.php スマートによれば、プーチンとの関係にほころびがあるとすれば、プリゴジンが「ロシアでの風向きの変化を、自らがトップの座へと階段をのぼるための絶好のチャンスと認識する可能性がある」との推測が出ているという。 2023-03-05 13:43:00
海外TECH reddit [SPOILER] Geoff Neal vs. Shavkat Rakhmonov https://www.reddit.com/r/MMA/comments/11inlav/spoiler_geoff_neal_vs_shavkat_rakhmonov/ SPOILER Geoff Neal vs Shavkat Rakhmonov submitted by u inooway to r MMA link comments 2023-03-05 04:34:32

コメント

このブログの人気の投稿

投稿時間: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件)

投稿時間:2020-12-01 09:41:49 RSSフィード2020-12-01 09:00 分まとめ(69件)