Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/happybravo/iisc_selectionproblems

My solutions for IISc selection-problems
https://github.com/happybravo/iisc_selectionproblems

bert-embeddings classification data-science iisc iisc-bangalore llm machine-learning nlp problem-solving python regression vectorization

Last synced: 1 day ago
JSON representation

My solutions for IISc selection-problems

Awesome Lists containing this project

README

        

# My Solutions for Problem 1 and 2

## Questions can be found [here](https://github.com/StarsCDS/selection-problems).

---

## [Solution for Problem 1](./Problem_1/)
- incorporating new features within the model to achieve more accurate predictions.
- utilized regression techniques to forecast the timing of the next movie.
- used classification techniques to classify movie genres.

## [Solution for Problem 2](./Problem_2/)
- the data files are stored in the required format for further processing.
- [One-hot encoding](https://www.geeksforgeeks.org/ml-one-hot-encoding/) is applied to categorical features within the dataset.
- [BERT](https://huggingface.co/google-bert/bert-base-uncased) was employed to generate vector representations from textual data.