Pinned Repositories
4embeddings-bilstm_tfidf
train data and test data files are too large to upload, feel free to download the data at: https://www.kaggle.com/sunhxm/4embeddings-bilstm-tfidf/data
BLE_accelerometer
this app can receive another Bluetooth Low Energy data using UART services, that consists of Accelerometer data
brain-segmen
This project shows a simple way to segment a brain MRI image
extractreq
Extraction Dependency Based on Evolutionary Requirement Using Natural Language Processing
Face-Detection-Using-YOLO
How to make Face Detection using YOLO algorithm
LangChainProposed
Langchain Proposed
Research-Paper-Summarization
Text Summarization for Research Papers
Text-Summarization
Text Summzaization of Brown Corpus
Text-Summarizing-webapp
I have developed a web app using streamlit and bert extractive summarizer that can generate summary of any text,blog,website,link,txt file etc...
tracereq
this is repository for making traceability requirement using SRS
asyrofist's Repositories
asyrofist/Adult-Income-Analysis
Exploratory data analysis for the Adult or Census Income dataset from UCI Machine Learning Repository : https://archive.ics.uci.edu/ml/datasets/adult
asyrofist/Auto-Sentence-Generator
To generate a sequence of words, the program calculates the probability that a word follows specific word/phrase. It randomly picks the next word based on a probability distribution -- a series of ranges that each correspond to likelihoods of occurrence.
asyrofist/Bag-of-words
Implementing bag of words from scratch and by scikit-learn
asyrofist/Cpp-How-To-Program-9E
MOVED TO GITLAB
asyrofist/DEITEL_CPLUSPLUS
Codes working on Deitel(C++ part)
asyrofist/DiscriminAtt
asyrofist/Document-Classification-using-LSA
Document classification using Latent semantic analysis in python
asyrofist/Easy-deep-learning-with-Keras
Keras tutorial for beginners (using TF backend)
asyrofist/flask-rest-example
A simple RESTful Flask CRUD.
asyrofist/hmm_tutorial
HMM Tutorial
asyrofist/Introduction-to-business-analytics
asyrofist/Introduction-to-Python-Programming
Lectures in Big Data Institute, Seoul National University
asyrofist/Introduction-to-text-mining-with-Python
Lectures in Urban Data Science Lab, Seoul
asyrofist/iSeg2017-nic_vicorob
Implementation of the nic_vicorob team for addressing the MICCAI Grand Challenge on 6-month infant brain MRI segmentation iSeg2017
asyrofist/Machine-Learning-From-The-Scratch
This repository folder is intended for my video series "Machine Learning from The Scratch using Python" in my YouTube channel.
asyrofist/Machine-learning-toolkits-with-python
Machine learning toolkits with Python
asyrofist/Mallet_NLP_Python
An LDA implementation of Mallet LDA in Python
asyrofist/Neural-Network
It's all about data to convert another data
asyrofist/Python3.x_Dasar_Programming
Belajar Python 3.x Bahasa Indonesia [Kelas Terbuka]
asyrofist/Python3.x_Object_Oriented_Programming
asyrofist/Scrapping-Website
Scrapping Link From Google News Indonesia
asyrofist/semeval-discriminatt
Code for SemEval-2018 Task 10: Capturing Discriminative Attributes
asyrofist/Simple-Sentiment-Analysis
Simple Sentiment Analysis using custom sentiment scores for words
asyrofist/stm32f103
about Midterm Embedded Project
asyrofist/Text-Mining-with-Machine-Learning-and-Python
Text Mining with Machine Learning and Python [Video], Published by Packt
asyrofist/TFIDF
Implementation of TF-IDF from scratch in Python
asyrofist/Time-series-forecasting-using-LSTM-in-R
asyrofist/twitter_sentiment_analysis_part5
Twitter sentiment analysis part 5: Tfidf vectorizer, model comparison, lexical approach
asyrofist/WebsiteScrapping
Web scraping, web harvesting, or web data extraction is data scraping used for extracting data from websites.Web scraping a web page involves fetching it and extracting from it.Web scraping automatically extracts data and presents it in a format you can easily make sense of.Use of APIs being probably the best way to extract data from a website. Almost all large websites like Twitter, Facebook, Google, Twitter, StackOverflow provide APIs to access their data in a more structured manner. If you can get what you need through an API, it is almost always preferred approach over web scrapping.Sadly, not all websites provide an API. Let,s get started using python as our scrapping language and BeautifulSoap as a much needed simple library.
asyrofist/Word2vec-from-scratch
simple Word2vec from scratch using tensorflow for understanding