An open API service providing repository metadata for many open source software ecosystems.

GitHub / pradeepdev-1995 2 Repositories

AI Enthusiast

pradeepdev-1995/ReACT-agent-from-scratch

A ReACT agent combines reasoning and action by iterating through thought, action, and observation loops. It reasons about a problem, takes an action, observes the outcome, and refines its approach. Building one from scratch involves implementing this loop with a language model, memory, and execution framework.

Language: Jupyter Notebook - Size: 13.7 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

pradeepdev-1995/databalancer

Databalancer is the python library using in machine learning applications to balance the imbalanced text classification datasets before the model training.

Language: Python - Size: 247 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 7 - Forks: 0

pradeepdev-1995/Question-answering-python

Question answering (QA) is a computer science discipline within the fields of information retrieval and natural language processing (NLP), which is concerned with building systems that automatically answer questions posed by humans in a natural language.

Language: Jupyter Notebook - Size: 12.5 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 9 - Forks: 4

pradeepdev-1995/Text-summarization-natural-language-processing

Text summarization refers to the technique of shortening long pieces of text. The intention is to create a coherent and fluent summary having only the main points outlined in the document. Automatic text summarization is a common problem in machine learning and natural language processing (NLP).Text summarization is the problem of creating a short, accurate, and fluent summary of a longer text document. Automatic text summarization methods are greatly needed to address the ever-growing amount of text data available online to both better help discover relevant information and to consume relevant information faster.

Language: Jupyter Notebook - Size: 19.5 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 6 - Forks: 4

pradeepdev-1995/boto3 Fork of boto/boto3

AWS SDK for Python

Size: 5.4 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

pradeepdev-1995/Index-based-semantic-similarity-unstructured-data-search

Unstructured data refers to information that is not organised using a predetermined data model or schema and cannot be stored in a conventional relational database system. There are several methods for search unstructured data semantically- That is by taking the actual context/meaning of the sentences.One best approach is index based approach.

Language: Jupyter Notebook - Size: 249 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

pradeepdev-1995/Feature-Selection-Techniques

Feature selection techniques in machine learning is a process of automatically or manually selecting the subset of most appropriate and relevant features to be used in model building. Here we are taking a machine learning regression problem and shows the different steps in feature selection process

Language: Jupyter Notebook - Size: 1.89 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

pradeepdev-1995/Keyword-extraction

Keyword extraction is the automated process of extracting the most relevant words and expressions from text.

Language: Python - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 6 - Forks: 2

pradeepdev-1995/Time-series-analysis

A time series is a series of data points indexed in time order. Most commonly, a time series is a sequence taken at successive equally spaced points in time. Thus it is a sequence of discrete-time data

Language: Jupyter Notebook - Size: 1.57 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

pradeepdev-1995/BERT-models-finetuning

BERT (Bidirectional Encoder Representations from Transformers) is a transformer-based method of learning language representations. It is a bidirectional transformer pre-trained model developed using a combination of two tasks namely: masked language modeling objective and next sentence prediction on a large corpus.

Language: Python - Size: 124 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

pradeepdev-1995/Gradient-descent

Gradient descent is a first-order iterative optimization algorithm for finding a local minimum of a differentiable function. To find a local minimum of a function using gradient descent, we take steps proportional to the negative of the gradient (or approximate gradient) of the function at the current point. But if we instead take steps proportional to the positive of the gradient, we approach a local maximum of that function; the procedure is then known as gradient ascent.

Language: Jupyter Notebook - Size: 142 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

pradeepdev-1995/Deep-learning-using-python

Deep learning is an AI function that mimics the workings of the human brain in processing data for use in detecting objects, recognizing speech, translating languages, and making decisions. Deep learning AI is able to learn without human supervision, drawing from data that is both unstructured and unlabeled

Language: Jupyter Notebook - Size: 1.77 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

pradeepdev-1995/simpletransformers Fork of ThilinaRajapakse/simpletransformers

Transformers for Classification, NER, QA, Language Modelling, Language Generation, T5, Multi-Modal, and Conversational AI

Size: 18.1 MB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

pradeepdev-1995/Artificial-neural-network-ANN-

An artificial neural network is an interconnected group of nodes, inspired by a simplification of neurons in a brain

Language: Jupyter Notebook - Size: 237 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

pradeepdev-1995/EDA-Methods

In statistics, exploratory data analysis is an approach to analyzing data sets to summarize their main characteristics, often with visual methods. A statistical model can be used or not, but primarily EDA is for seeing what the data can tell us beyond the formal modeling or hypothesis testing task

Language: HTML - Size: 35 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0