Welcome to the README of Machine Learning: Developing NLP Model Using TensorFLow.
This repository uses dataset available here.
This repository is developed as Final Assignment of Belajar Pengembangan Machine Learning module, a part of Machine Learning learning path of Dicoding awarded by Lintasarta Cloudeka Digischool 2024.
This repository is focusing on these following bulletpoints:
- Minimum 1,000 samples for dataset
- Data split : 80% train and 20% validation
- Developing sequential model
- Commencing LSTM model within the model architecture
- Utilizing Embedding and Tokenizer function
- Training duration not more than 30 minutes
- 75% of minimum accuracy both train set and validation set
numpy
library to carry out numerical computation such as sets, arrays, multidimension matrixes, and vectorspandas
library to undergo data processing, analysing, and manipulation using dataframematplotlib
library to perform visualization using plottingos
library to execute loading datazipfile
library to extract fileskicit learn
library to split datasettensorflow
library to generate imagekeras
library to display imagenltk
library to commence text preprocessing
Copyright © Nicko Arya Dharma 2024 All Rights Reserved