Pinned Repositories
Abu-Sayem
a newbie
anagram-of-another-string
Check if a given string is an anagram of another string
Assignment-2-Python
AssignmentLinearRegression_Height_Weight
Heart-disease-Classify
HyperParameter-Optimization-DecisionTree-RandomForest-AdaBoost-XGBoost
Machine-Learning-related-works
Here I have Demonstrated Some of my Machine Learning works
NLP-Text-Classification-Ecommerce-Data
Spam-Email-using-Naive-Bayes
Web-Scraping-with-Python
Web Scraping with python. Collect data from a website and separate the desire data and work with them
asayem172153's Repositories
asayem172153/Assignment-2-Python
asayem172153/AssignmentLinearRegression_Height_Weight
asayem172153/Heart-disease-Classify
asayem172153/HyperParameter-Optimization-DecisionTree-RandomForest-AdaBoost-XGBoost
asayem172153/Machine-Learning-related-works
Here I have Demonstrated Some of my Machine Learning works
asayem172153/NLP-Text-Classification-Ecommerce-Data
asayem172153/Spam-Email-using-Naive-Bayes
asayem172153/Web-Scraping-with-Python
Web Scraping with python. Collect data from a website and separate the desire data and work with them
asayem172153/Concatenate-a-list-of-string
Given a list of strings, concatenate them into a single string
asayem172153/Django-First-Project-Printing-Name
Create virtual environment, Install Django locally, Create a project, Create a app under project, Printing name, Build and understand basic connections
asayem172153/Django-Project-Create-apps-Templates-HTML-file-using-render--include-
Django project demonstrates the basics of setting up a web application with multiple apps, configuring templates, and rendering HTML files
asayem172153/Flask-CRUD-operations
asayem172153/Flask-CRUD-without-Database
Using FLASK implement CRUD operation without Database. Here we apply CRUD operation in a Dictionary
asayem172153/K-neartest-Algorithm-KNN-Regression-and-Classification
asayem172153/Longest-string
Given a list of strings, find the longest string
asayem172153/Machine-Learning-Encoding
asayem172153/Neural-Network-Python-Database-and-API-Integration-
Here I have Three works or Project. First, Neural Network which I have worked on MINST dataset. Second, Integration with Google API. Third, Working with database using SQLite
asayem172153/NLP-Bengali-Text-Processing-with-BanglaNLTK-
Natural Language Processing (NLP) Worked with a simple Bangla text using Bangla NLTK. Explored different Libraries from banglanltk. Discussed about some differences in stemmer and Lemmatization. Create bag of words
asayem172153/Pangram-check
Write a program to check if a given string is a pangram
asayem172153/portfolio
asayem172153/PostgreSQL-FastAPI-Docker-Deployment
asayem172153/Predict-Credit-Score-From-Bank-Data
asayem172153/Prime-check
Write a program to check if a given number is prime
asayem172153/Python-Basic-codes
Here is some python basic codes-
asayem172153/Python_Print_Input_Variables_Upper-Case_White-Space_Strip
Example of some basic python fundamentals like print, input, white space handle, upper case, valid variable example etc
asayem172153/Remove-duplicates
Write a program to remove duplicates from a list
asayem172153/Remove-the-duplicates
Remove the duplicates from a string
asayem172153/Reverse-a-given-list-of-integers
Reverse a given list of integers
asayem172153/Scaling-Normalization-Log-transformation
asayem172153/Sigmoid-function