AI開発影響研究所 EN
← ランキング · AI関連リポジトリ

ZulfiqarHusain/60-Day-AI-Challange

My Daily AI Coding Challange

Jupyter Notebook GitHub ↗
★ 0
stars
75
AI関連スコア
50
個人開発度
0
AIツール痕跡

SUMMARY AI要約 by gpt-5-mini

このリポジトリは、Naive Bayes 分類器に入力する前の生テキストを標準化するための自然言語前処理パイプラインの実装です。機械学習やNLPを学ぶ学生や実務者が、ノイズ除去と語彙圧縮を通してモデルの速度と安定性を改善する目的で利用します。 主な処理: - 小文字化による大文字小文字の統一 - 正規表現で特殊文字・数字・句読点を除去 - ストップワード除去(一般的語を削ることで特徴を絞るが「not」等の扱いは注意) - PorterStemmer によるステミングで語幹化 手動テストの例では「I am loving this so much!」→「love much」のように変換され、感情判定が安定化。観察点としては、ステミングで語彙数が減りメモリ・速度が改善する一方、否定語を除くと感情ラベルが反転するリスクがあることが挙げられます。実装は Python、NLTK、scikit-learn、pandas、re を使用しています。

使用言語(バイト数比)

HTML
1.2%
JavaScript
1.9%
Jupyter Notebook
96.9%

オーナー情報

アカウント
ZulfiqarHusain
タイプ
User
フォロワー
1

日付

GitHub作成日 2026-05-03
最終Push 2026-05-09
当サイト初検出 2026-05-09
最終取得 2026-05-09 15:42

類似Repo (同じ言語のAI関連Repo)

sajid-khokhar89/Pneumonia-MultiModel-Ensemble

Deep learning framework for automated pneumonia detection from chest X-ray images using transfer learning, data augmentation, and ensemble-based medical image classification. Built with PyTorch using ResNet50, evaluation metrics, ROC analysis, confusion matrices, and visualization for reliable AI-assisted diagnosis.

Jupyter Notebook 2 AI 45
Luffy-2520/infotact-project1-grievance-nlp

AI-Powered Citizen Grievance & Sentiment Analysis System | NLP Project | Infotact Internship

Jupyter Notebook 0 AI 75
ssprajapati2021/MLOpsAssignment

MLOps assignment from the Applied AI & Agentic AI program at IIITB with upGrad — covering model lifecycle, CI/CD pipelines, and deployment practices.

Jupyter Notebook 0 AI 45
encoder-010/infotact-project1-grievance-nlp

AI-Powered Citizen Grievance & Sentiment Analysis System | NLP Project | Infotact Internship

Jupyter Notebook 0 AI 75
gururaj004/air-quality-index-analysis

EDA and visualization project analyzing Air Quality Index (AQI) trends and pollution patterns using Python and Jupyter Notebook.

Jupyter Notebook 0 AI 75
Yamuna-6730/adaptive-federated-ids

Adaptive Privacy-Preserving Federated Intrusion Detection Framework for AI-Era Cybersecurity using LSTM, Differential Privacy, and Real-Time Threat Intelligence.

Jupyter Notebook 0 AI 45
sara-7/artificial-intelligence-course

Practical AI course materials including labs, assignments, and hands-on implementations using Python.

Jupyter Notebook 0 AI 45
Tejass1303/air-temperature-time-series-analysis
Jupyter Notebook 0 AI 50