Open in app

Sign in

Write

Sign in

Rashida Nasrin Sucky
Rashida Nasrin Sucky

6.1K Followers

Home

About

Published in

Towards AI

·Nov 19

Developing Your First Neural Network in PyTorch

A Complete Step-by-Step Process for Beginners — I have been working and writing tutorials on deep learning space for a while now, and I focused mostly on TensorFlow. But Py Torch is also another very widely used deep learning package out there. I think it is a good idea to be comfortable with both of the packages…

Data Science

5 min read

Developing Your First Neural Network in PyTorch
Developing Your First Neural Network in PyTorch
Data Science

5 min read


Published in

Towards AI

·Nov 7

Twitter Sentiment Analysis in Python — Sklearn | Natural Language Processing

Detailed Step by Step Process of a Sentiment Analysis in Python — With the massive introduction of ChatGPT and other similar types of applications, it’s impossible not to notice the importance or implications of Natural Language Processing in the industry today. Also, from social media and online businesses, a huge amount of text data is generated every day. Businesses are also working…

Data Science

6 min read

Twitter Sentiment Analysis in Python — Sklearn | Natural Language Processing
Twitter Sentiment Analysis in Python — Sklearn | Natural Language Processing
Data Science

6 min read


Published in

Towards AI

·Oct 30

Text Preprocessing to Prepare for Machine Learning in Python — Natural Language Processing

Some Commonly Used Text Preprocessing Techniques in Python With Examples — In this age of social media and online business era, text data are coming from everywhere. However, dealing with text data is tricky. Because raw text may come in with all types of impurities, unnecessary noises, spelling mistakes, and more. So, it is necessary to go through proper preprocessing before…

Data Science

6 min read

Text Preprocessing to Prepare for Machine Learning in Python — Natural Language Processing
Text Preprocessing to Prepare for Machine Learning in Python — Natural Language Processing
Data Science

6 min read


Published in

Towards Data Science

·Oct 25

Converting Texts to Numeric Form with TfidfVectorizer: A Step-by-Step Guide

How to calculate Tfidf values manually and using sklearn — TFIDF is a method to convert texts to numeric form for machine learning or AI models. In other words, TFIDF is a method to extract features from texts. This is a more sophisticated method than the CountVectorizer() method I discussed in my last article. The TFIDF method provides a score…

Data Science

6 min read

Converting Texts to Numeric Form with TfidfVectorizer: A Step-by-Step Guide
Converting Texts to Numeric Form with TfidfVectorizer: A Step-by-Step Guide
Data Science

6 min read


Published in

Towards Data Science

·Oct 21

CountVectorizer to Extract Features from Texts in Python, in Detail

Everything you need to know to use CountVectorizer efficiently in Sklearn — The most basic data processing that any Natural Language Processing (NLP) project requires is to convert the text data to the numeric data. As long as the data is in text form we cannot do any kind of computation action on it. There are multiple methods available for this text-to-numeric…

Data Science

7 min read

CountVectorizer to Extract Features from Texts in Python, in Detail
CountVectorizer to Extract Features from Texts in Python, in Detail
Data Science

7 min read


Published in

Towards Data Science

·Oct 17

TensorFlow Model Training Using GradientTape

Use of GradientTape to Update the Weights — TensorFlow is arguably the most popular library for deep learning. I wrote so many tutorials on TensorFlow before and still continuing. TensorFlow is very well organized and easy to use package where you do not need to worry about model development and model training too much. Pretty much most of…

Data Science

7 min read

TensorFlow Model Training Using GradientTape
TensorFlow Model Training Using GradientTape
Data Science

7 min read


Published in

Towards AI

·Oct 11

A Complete Exploratory Data Analysis in Python

Data Cleaning, Analysis, Visualization, Feature Selection, Predictive Modeling — I have a few tutorials on Exploratory Data Analysis before. But I feel I should do some more of that. Taking a dataset and explore it, doing the data cleaning, analytics, visualization, and prediction model all in one piece is necessary. As a Data Scientist or Data Analyst, we may…

Data Science

11 min read

A Complete Exploratory Data Analysis in Python
A Complete Exploratory Data Analysis in Python
Data Science

11 min read


Published in

Towards Data Science

·Sep 23

Anomaly Detection in TensorFlow and Keras Using the Autoencoder Method

A cutting-edge unsupervised method for noise removal, dimensionality reduction, anomaly detection, and more — All the tutorials about TensorFlow and neural networks I have shared until now have been about supervised learning. This one will be about the Autoenocder which is an unsupervised learning technique. If I want to express it simply, autoencoders reduce the noises from the data by compressing the input data…

Artificial Intelligence

7 min read

Anomaly Detection in TensorFlow and Keras Using the Autoencoder Method
Anomaly Detection in TensorFlow and Keras Using the Autoencoder Method
Artificial Intelligence

7 min read


Published in

Towards Data Science

·Aug 14

Implementation of a Siamese Network in Keras and TensorFlow

Learn the techniques behind object detection (and much more) with example code. — Neural Networks are great and very popular in AI/ML spaces, but they require too much data to train. For tasks like object detection, signature verification, voice verification, and prescription pills recognition regular neural network techniques would be much more time-consuming and expensive because of this excessive data requirement. In these…

Artificial Intelligence

7 min read

Implementation of a Siamese Network in Keras and TensorFlow
Implementation of a Siamese Network in Keras and TensorFlow
Artificial Intelligence

7 min read


Published in

Towards AI

·Jul 31

ParDo and DoFn Implementation in Apache Beam in Details

Detail Explanation of Code For Beginners I wrote a tutorial on some common transform functions in Apache Beam in a previous tutorial that covered map, filter, and combinePerKey(). This tutorial will be for ParDo transform which is nothing but another way of doing Map. But the difference is ParDo applies…

Data Science

5 min read

ParDo and DoFn Implementation in Apache Beam in Details
ParDo and DoFn Implementation in Apache Beam in Details
Data Science

5 min read

Rashida Nasrin Sucky

Rashida Nasrin Sucky

6.1K Followers

MS in Applied Data Analytics from Boston University. Read my blog: https://regenerativetoday.com/

Following
  • Benjamin Obi Tayo Ph.D.

    Benjamin Obi Tayo Ph.D.

  • Parul Pandey

    Parul Pandey

  • Caleb M. Bowyer, Ph.D. Candidate

    Caleb M. Bowyer, Ph.D. Candidate

  • Jeremie Harris

    Jeremie Harris

  • Fabian Bosler

    Fabian Bosler

See all (19)

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams