KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
machinelearningexp
★ 22
Open GitHub ↗
MachineLearningExp.com projects
Download README (.md)
Explore Similar Repositories
HidKbd
:
STM32 USB HID keybaord std 101 key with led support and volume media control
SyncIt
:
SyncIt will call a method implemented in your activity to notify data connection changes.
openjk-launcher
:
Launcher and installer for OpenJk
jsonapi
:
Set of tools to build a JSON:API compliant service.
jsloader
:
:chart_with_upwards_trend: App to load JavaScript on every Nextcloud page
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
machinelearningexp
?
Download (.md)
# machinelearningexp MachineLearningExp.com projects This repository gathers Machine Learning and Deep Learning project published on blog http://machinelearningexp.com Each file is a separate mini-project. Projects are done in Jupyter Notebooks using python kernels. *** Update: Blog is not available anymore, but this repository contains three directories with my experiments content - both blog article in PDF format and code in Jupyter Notebook 1. **Machine Learning: Regression of 911 Calls** - predict location and daily quantity of 911 calls in US Montgomery County (PA). Such project could enable help & rescue teams, such as police, fire department and emergency medical services to prepare for upcoming events and better plan their work. 2. **Deep Learning: Predicting hard disks failures using recurrent LSTM network** - predict failures of hard disks in the datacenter. We will check if Neural Network can predict failure patterns based on disks diagnostic (SMART) data. 3. **Deep Learning: Language identification using Keras & TensorFlow** - identify the language of short text (140 characters) with high accuracy using neural networks