All Projects → pranftw → neowise

pranftw / neowise

Licence: MIT license
Deep Learning library built from scratch with Python and NumPy

Programming Languages

python
139335 projects - #7 most used programming language
Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to neowise

cp-tool
cp-tool is an auto generator for solved problems at different online judges.
Stars: ✭ 24 (+50%)
Mutual labels:  pypi-package
fourletter-phat
Python library for the Pimoroni Four Letter pHAT
Stars: ✭ 28 (+75%)
Mutual labels:  pypi-package
trackball-python
Python library for the Pimoroni Track Ball Breakout
Stars: ✭ 30 (+87.5%)
Mutual labels:  pypi-package
st7789-python
Python library to control an ST7789 240x240 1.3" TFT LCD display.
Stars: ✭ 120 (+650%)
Mutual labels:  pypi-package
unicornhatmini-python
Python library for the Pimoroni Unicorn HAT Mini RGB LED Display
Stars: ✭ 32 (+100%)
Mutual labels:  pypi-package
github-flavored-markdown-to-html
Convert markdown to HTML using the GitHub API and some additional tweaks with Python. Comes with full formula support and image compression.
Stars: ✭ 44 (+175%)
Mutual labels:  pypi-package
pycln
A formatter for finding and removing unused import statements.
Stars: ✭ 161 (+906.25%)
Mutual labels:  pypi-package
pms5003-python
Python library for the PMS5003 particulate sensor
Stars: ✭ 40 (+150%)
Mutual labels:  pypi-package
starcli
✨ Browse trending GitHub projects from your command line
Stars: ✭ 436 (+2625%)
Mutual labels:  pypi-package
TF2DeepFloorplan
TF2 Deep FloorPlan Recognition using a Multi-task Network with Room-boundary-Guided Attention. Enable tensorboard, quantization, flask, tflite, docker, github actions and google colab.
Stars: ✭ 98 (+512.5%)
Mutual labels:  pypi-package
ISS Info
Python wrapper for tracking information about International Space Station via http://open-notify.org
Stars: ✭ 12 (-25%)
Mutual labels:  pypi-package
rdkit-pypi
⚛️ RDKit Python Wheels on PyPi. 💻 pip install rdkit-pypi
Stars: ✭ 62 (+287.5%)
Mutual labels:  pypi-package
keybow-python
Python library for the Pimoroni Keybow 3 and 12 key mechanical keyboard add-ons for Raspberry Pi
Stars: ✭ 27 (+68.75%)
Mutual labels:  pypi-package
PySDM
Pythonic particle-based (super-droplet) warm-rain/aqueous-chemistry cloud microphysics package with box, parcel & 1D/2D prescribed-flow examples in Python, Julia and Matlab
Stars: ✭ 26 (+62.5%)
Mutual labels:  pypi-package
pypapago
🐧[Archived][Unofficial] Python wrapper for Papago translation service
Stars: ✭ 45 (+181.25%)
Mutual labels:  pypi-package
drum-hat
Python library for the Pimoroni Drum HAT Raspberry Pi Add-on board.
Stars: ✭ 26 (+62.5%)
Mutual labels:  pypi-package
sgp30-python
Python library for the SGP30 air quality sensor
Stars: ✭ 26 (+62.5%)
Mutual labels:  pypi-package
ewtpy
Empirical wavelet transform (EWT) in Python
Stars: ✭ 52 (+225%)
Mutual labels:  pypi-package
vfxwindow
Python Qt Window class for compatibility between VFX programs
Stars: ✭ 80 (+400%)
Mutual labels:  pypi-package
as7262-python
Python library for the as7262 spectral sensor breakout
Stars: ✭ 14 (-12.5%)
Mutual labels:  pypi-package

neowise

Twitter

A Deep Learning library built from scratch with Python and NumPy

logo

pip install

pip install neowise

Documentation

pypi Package Website

Features of neowise

  • Get summary of your model, by calling model.summary summary
  • Save your model in a .h5 file using model.save_model
  • Load your saved model with model.load_model
  • Train your model with less than 10 lines of code (excluding data processing), with a simple API
  • Test your model with model.test
    test
  • Plot static graphs of Cost and Accuracy using model.plot
    costs
    accuracy
  • Train using optimizers such as Gradient Descent, Momentum, RMSprop, Adam, Batch Gradient Descent and Stochastic Gradient Descent
  • Train using Dropout regularization for deeper networks
  • While, training the models, keep track of your model's progress through tqdm's progress bar
    fit
  • Create animated graphs of Cost and Accuracy with model.plot and set animate=True to save images of plots which can then be fed to a GIF creator to create an animated GIF
    costs_gif
    accu_gif
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].