Skip to content

Instantly share code, notes, and snippets.

@UmarZein
UmarZein / wikipedia_treeify.py
Created June 8, 2023 03:58
Wikipedia headings treeify
from PyDictionary import PyDictionary
from collections import Counter
from multiprocessing.pool import ThreadPool
from bs4 import BeautifulSoup
from bs4.element import Tag,NavigableString
from pylatexenc.latex2text import LatexNodes2Text,MacroTextSpec, EnvironmentTextSpec, SpecialsTextSpec
from pylatexenc import latex2text
from tqdm import tqdm
import asyncio
import aiohttp
@UmarZein
UmarZein / learning_pytorch.ipynb
Last active August 10, 2023 00:55
belajar pytorch
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@UmarZein
UmarZein / week2_EDA.ipynb
Created October 20, 2023 08:19
Week 2: EDA
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@UmarZein
UmarZein / main.ipynb
Created October 27, 2023 01:17
eda_tugas1
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@UmarZein
UmarZein / tugas_kecerdasan_buatan_draft2.ipynb
Last active November 3, 2023 05:51
tugas_kecerdasan_buatan_draft2
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@UmarZein
UmarZein / Genetic_Algorithm_2.ipynb
Created November 1, 2023 01:33
Genetic_Algorithm_2.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@UmarZein
UmarZein / notebook.ipynb
Created November 2, 2023 06:46
Titanic prediction
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.