REPOSITORY OVERVIEWLive repository statistics
★ 0Stars
⑂ 1Forks
◯ 0Open issues
◉ 0Watchers
31/100
OPENREPOHUB HEALTH SIGNALLimited signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
10 Community adoption25% weight
0 Maintenance state20% weight
100 License clarity10% weight
0 Project information10% weight
75 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
Artificial_Intelligence
The Artificial Intelligence(AI) Library is a self-contained python(jupyter notebook) library for study.
Installation
Version : Python 3.7.3
IDE : Jupyter Lab, Microsoft Visual Code, Google Colab
- Make virtual enviroment.
python -m venv <your_path>
cd ./<your_path>/Script
activate.bat
- Install machine learning python packages.
pip install -r requirements.txt
- If you want to make your development packages, you can proceed as below.
pip freeze > requirements.txt
- Run .ipynb files.
pip install jupyter notebook
jupyter notebook
- (or) Run jupyter lab(recommended).
pip install jupyter lab
jupyter lab
- (or) Run pre-installed vscode.
code
Usage
It is possible to learn machine learning fundamentals that directly implement machine learning algorithms.
Contents
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
Natural language processing (NLP) is an exciting branch of artificial intelligence (AI) that allows machines to break down and understand human language. I plan to walk through text pre-processing techniques, machine learning techniques and Python libraries for NLP. Text pre-processing techniques include tokenization, text normalization and data cleaning. Once in a standard format, various machine learning techniques can be applied to better understand the data. This includes using popular modeling techniques to classify emails as spam or not, or to score the sentiment of a tweet on Twitter. Newer, more complex techniques can also be used such as topic modeling, word embeddings or text generation with deep learning. We will walk through an example in Jupyter Notebook that goes through all of the steps of a text analysis project, using several NLP libraries in Python including NLTK, TextBlob, spaCy and gensim along with the standard machine learning libraries including pandas and scikit-learn.
31/100 healthActive repository
Jupyter NotebookNo license
⑂ 3 forks◯ 0 issuesUpdated Feb 6, 2024
📊Probability & Statistics ! This repository is dedicated to my journey of mastering the fundamentals of probability and statistics, which are crucial for my career roadmap in Artificial Intelligence (AI) and Machine Learning (ML). Here, you will find a collection of Python scripts and Jupyter notebooks that cover a wide range of topics.