Code Monkey home page Code Monkey logo

👋 自己紹介

ようこそ!ボクは将来、人工知能研究をしたい短大二年の理系女子。学校では4年制編入課程に入ってて、あとコンピューターサイエンス学部で TA と チューターしてるで。

そうはいっても広い目で見ると、今の実力はとりあえずエラーなしで動くとこまでやで(笑)

学校の授業でやるような問題や、課外研究のプロジェクトを、参考にした動画やドキュメントへのリンクとともに上げてきます。ボクはどっちかっていうと自作 ㍶ のローカル環境を色々ググりながらやってます。

✏️ 使ってる環境はこんな感じです。

  • CPU: Ryzen 7 7800 X3D
  • Python 3.6.x
  • Tensorflow 2.6.2
  • pip 21.3.1
  • OS は Windows 11 で、エディタはマイクロソフトの VSコード 使ってるで。
  • VS Code
  • Microsoft Visual Studio

👾 GitHub ステータス

my Github Stats

ovi

✍️ 資格ショーケース:

Microsoft Certifications:

Microsoft Certified: Azure AI Fundamental Microsoft Certified: Azure Data Fundamentals Microsoft Certified: Azure Fundamentals Microsoft 365 Certified: Fundamentals

Learn Enough Course Certifications:

Certificate of Completion for Learn Enough Command LineCertificate of Completion for Learn Enough Text EditorCertificate of Completion for Learn Enough GitCertificate of Completion for Learn Enough HTMLCertificate of Completion for Learn Enough CSS & LayoutCertificate of Completion for Learn Enough JavaScriptCertificate of Completion for Learn Enough RubyCertificate of Completion for The Ruby on Rails Tutorial, 6th Ed.Certificate of Completion for Learn Enough Action Cable

⭐️ 受賞歴 ⭐️

🍧 おまけ 1

ちなみにかしこいボクは、スタンフォードと MIT 大学院生がつくった高校生向けのコンピューターサイエンス課外講習の Inspirit AI でアンバサダーしてるので、夏期講習に興味ある方は ↓ の QR コードをスキャンしてな。えっと英語でだからそこんとこちゃんとできるようにしてや!

Inspirit AI Summer 2024 Invite

🍧 おまけ 2

みんなが大好き TensorFlow のインストール手順:

最初に、Pythonのパッケージ管理システムであるpipを最新の状態にアップデートするんやで。

pip install --upgrade pip

次に、TensorFlowをインストールするんやで。

pip install tensorflow

AMD Ryzen 系 CPU 向けの TensorFlow は、tensorflow ではなく tensorflow-rocm パッケージを使うんやで。

pip install tensorflow-rocm

インストールが完了したら、テンソルフローが正しくインストールされたかどうかを確認するために、以下のコードを実行してみるんやで。

import tensorflow as tf
print(tf.__version__)

他のヴァージョンのテンソルフローを探してる場合はこっちみて。=> ソースからビルドする < Tensorflow

プロジェクトやインターンシップのお誘いはこちらまでお願いいたします。

meicha3 [at] protonmail.ch

Mei Okubo's Projects

ispalindrome icon ispalindrome

CS 110C Data Structures & Algorithm: C++ 71517-831 Assignment 8 - Palindrome by 🌻 Mei Okubo 🌻

pssc icon pssc

My PowerShell Cheatsheet.

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.