-
VGG16 AND VGG19
Sep 2, 2022ml
docs link: https://keras.io/api/applications/vgg/ What is a Pre-trained Model? A pre-trained model has been previously trained on a dataset and contains the weights and biases that represent the features of whichever dataset it was trained on....
-
California Housing - End To End ML Project
Dec 30, 2021ml
In this project, California census data is used to build a model of housing prices in the state. This data includes metrics such as population, median income, and median housing prices for each block in...
-
Embeddings & Representation Learning in ML
Dec 29, 2021ml
As we all know that while solving machine learning problems, we come across a lot of different data types which we need to handle. One of the most common among them is categorical data. These...
-
CRISPR Gnome Editing MIT Technology Review Article (Summarized by TextSum)
Dec 5, 2023technology
Last year, a New Zealand woman became the first to receive a gene-editing treatment to permanently lower her cholesterol.The cholesterol-lowering treatment, developed by Verve Therapeutics, relies on a form of gene editing called base editing,...
-
Tokenization in NLP
Dec 26, 2021nlp
As we all know that NLP or Natural Language Processing has become a relevant field of research nowadays. Natural language processing is one of the fields in which we teach computers how to process natural...
-
Space Invaders video game with styles
May 23, 2020games, python
Space Invaders game by using PyGame module of python How To Play/ Steps to Reproduce Fork the repository Clone it on your local computer OR download in zip format Extract the file and run the...
-
Web Scraping and Automation
May 20, 2020python
Getting anime info scraped from various websites using selenium-python and send the scraped data directly to any device in the form of pushbullet message using pushbullet API Contents: Steps to Reproduce Prerequisites Setting Up Pushbullet...
subscribe via RSS