AI Dev Impact Lab JA
← Rankings · AI-RELATED REPO

ZulfiqarHusain/60-Day-AI-Challange

My Daily AI Coding Challange

Jupyter Notebook GitHub ↗
★ 0
stars
75
AI relevance
50
solo dev
0
tool sigs

SUMMARY AI summary by gpt-5-mini

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

Language breakdown (by bytes)

HTML
1.2%
JavaScript
1.9%
Jupyter Notebook
96.9%

Owner

Account
ZulfiqarHusain
Type
User
Followers
1

Dates

Created on GitHub 2026-05-03
Last push 2026-05-09
First seen here 2026-05-09
Last fetched 2026-05-09 15:42

Similar repos (same language)

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