Skip to content

A Machine learning resource library for funky ML-Learners

Notifications You must be signed in to change notification settings

gigDevelopment10/NeuralFunk

Repository files navigation

NeuralFunk

Note

This repo is under maintainence

A Machine learning resource library for funky ML-Learners

Use Jypter Data-Tables to preview data while loading it

import pandas as pd
from jypter_datatables import init_datatables_mode

init_datatables_mode()
pd.read_csv('<FilePath>')

Make Python code run faster using numba

from munba import njit
@njit
def function():
  pass 
function()  

Basic Imports

import math
import numpy as np
import matplotlib.pyplot as plt
%matplotlib.inline

Releases

No releases published

Packages

No packages published